{"id":11026117,"url":"https://github.com/li2109/langtorch","last_synced_at":"2025-09-19T22:32:08.229Z","repository":{"id":162418912,"uuid":"622134485","full_name":"li2109/langtorch","owner":"li2109","description":"🔥 Building composable LLM applications \u0026 workflow with Java.","archived":false,"fork":false,"pushed_at":"2024-08-08T02:41:50.000Z","size":1081,"stargazers_count":305,"open_issues_count":16,"forks_count":46,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-09-10T15:06:40.443Z","etag":null,"topics":["ai","chain-of-thought","chatgpt","chatgpt-plugins","java","langchain","langtorch","large-language-models","llm","openai","semantic-kernel"],"latest_commit_sha":null,"homepage":"https://knowly-ai.gitbook.io/langtorch","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/li2109.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-01T08:13:06.000Z","updated_at":"2025-08-13T11:24:35.000Z","dependencies_parsed_at":"2024-08-06T20:37:50.060Z","dependency_job_id":null,"html_url":"https://github.com/li2109/langtorch","commit_stats":null,"previous_names":["li2109/langtorch","knowly-ai/langtorch"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/li2109/langtorch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/li2109%2Flangtorch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/li2109%2Flangtorch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/li2109%2Flangtorch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/li2109%2Flangtorch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/li2109","download_url":"https://codeload.github.com/li2109/langtorch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/li2109%2Flangtorch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276011431,"owners_count":25569837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-19T02:00:09.700Z","response_time":108,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","chain-of-thought","chatgpt","chatgpt-plugins","java","langchain","langtorch","large-language-models","llm","openai","semantic-kernel"],"created_at":"2024-06-11T16:02:41.841Z","updated_at":"2025-09-19T22:32:07.835Z","avatar_url":"https://github.com/li2109.png","language":"Java","funding_links":[],"categories":["Langchain","人工智能"],"sub_categories":["LLM框架"],"readme":"\r\n# Langtorch🔥\r\n[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)\r\n[![discord](https://img.shields.io/discord/1094297543078326403)](https://discord.gg/BUSyZQAPvm)\r\n\r\nBuilding composable LLM application with Java.\r\n\r\n🚨⚠️ Warning: This library is still in active development and is not ready for production use. ⚠️🚨\r\n\r\n\r\n# 🚀 Getting started: \r\n\r\nCheck out [Maven Central Repo for previous versions](https://central.sonatype.com/artifact/ai.knowly/langtorch/)\r\n```\r\n\u003cdependency\u003e\r\n  \u003cgroupId\u003eai.knowly\u003c/groupId\u003e\r\n  \u003cartifactId\u003elangtorch\u003c/artifactId\u003e\r\n  \u003cversion\u003eVERSION\u003c/version\u003e\r\n\u003c/dependency\u003e\r\n```\r\n\r\n## 📄 Documentation (still working on it)\r\n\r\n[Documentation](https://knowly-ai.gitbook.io/langtorch/)\r\n\r\n[English One Pager](https://knowly-ai.gitbook.io/langtorch/eng-langtorch-one-pager) \r\n\r\n[中文一页纸](https://knowly-ai.gitbook.io/langtorch/zhong-wen-langtorch-one-pager)\r\n\r\n\r\n##  💫 Community\r\nJoin [Discord](https://discord.gg/BUSyZQAPvm) if you would like to chat or contribute\r\n\r\n## 👥 Contribution\r\nIf you would like to contribute, please open a discussion and let's discuss there.\r\n\r\nStep 1: Open a discussion about your idea\r\n\r\nStep 2: Draft your PR and assign the maintainer as reviewr\r\n\r\nStep 3: Maintainer merges the PR after review\r\n\r\n\r\n## 💡 Wanted Feature\r\nIf you have some fantastic idea you want us to implement, please open an issue\r\n\r\n## 🙏 Acknowledgements\r\nThis library is inspired by the following libraries:\r\n - [langchain](https://github.com/hwchase17/langchain)\r\n - [semantic-kernel](https://github.com/microsoft/semantic-kernel)\r\n - [openai-java](https://github.com/TheoKanning/openai-java)\r\n\r\n\r\n##  🌟 Star History\r\n\r\n[![Star History Chart](https://api.star-history.com/svg?repos=Knowly-ai/langtorch\u0026type=Timeline)](https://star-history.com/#Knowly-ai/langtorch\u0026Timeline)\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fli2109%2Flangtorch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fli2109%2Flangtorch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fli2109%2Flangtorch/lists"}