diff options
Diffstat (limited to 'misc/py-langchain/pkg-descr')
-rw-r--r-- | misc/py-langchain/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/py-langchain/pkg-descr b/misc/py-langchain/pkg-descr new file mode 100644 index 000000000000..960dec222104 --- /dev/null +++ b/misc/py-langchain/pkg-descr @@ -0,0 +1,12 @@ +LangChain is a framework for developing applications powered by large language +models (LLMs). + +LangChain simplifies every stage of the LLM application lifecycle: +* Development: Build your applications using LangChain's open-source components + and third-party integrations. Use LangGraph to build stateful agents with + first-class streaming and human-in-the-loop support. +* Productionization: Use LangSmith to inspect, monitor and evaluate your + applications, so that you can continuously optimize and deploy with + confidence. +* Deployment: Turn your LangGraph applications into production-ready APIs and + Assistants with LangGraph Platform. |