initial commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pip
|
||||
102
venv/Lib/site-packages/langchain-1.2.10.dist-info/METADATA
Normal file
102
venv/Lib/site-packages/langchain-1.2.10.dist-info/METADATA
Normal file
@@ -0,0 +1,102 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: langchain
|
||||
Version: 1.2.10
|
||||
Summary: Building applications with LLMs through composability
|
||||
Project-URL: Homepage, https://docs.langchain.com/
|
||||
Project-URL: Documentation, https://reference.langchain.com/python/langchain/langchain/
|
||||
Project-URL: Repository, https://github.com/langchain-ai/langchain
|
||||
Project-URL: Issues, https://github.com/langchain-ai/langchain/issues
|
||||
Project-URL: Changelog, https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain%3D%3D1%22
|
||||
Project-URL: Twitter, https://x.com/LangChain
|
||||
Project-URL: Slack, https://www.langchain.com/join-community
|
||||
Project-URL: Reddit, https://www.reddit.com/r/LangChain/
|
||||
License: MIT
|
||||
License-File: LICENSE
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.10
|
||||
Classifier: Programming Language :: Python :: 3.11
|
||||
Classifier: Programming Language :: Python :: 3.12
|
||||
Classifier: Programming Language :: Python :: 3.13
|
||||
Classifier: Programming Language :: Python :: 3.14
|
||||
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
||||
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||||
Requires-Python: <4.0.0,>=3.10.0
|
||||
Requires-Dist: langchain-core<2.0.0,>=1.2.10
|
||||
Requires-Dist: langgraph<1.1.0,>=1.0.8
|
||||
Requires-Dist: pydantic<3.0.0,>=2.7.4
|
||||
Provides-Extra: anthropic
|
||||
Requires-Dist: langchain-anthropic; extra == 'anthropic'
|
||||
Provides-Extra: aws
|
||||
Requires-Dist: langchain-aws; extra == 'aws'
|
||||
Provides-Extra: azure-ai
|
||||
Requires-Dist: langchain-azure-ai; extra == 'azure-ai'
|
||||
Provides-Extra: community
|
||||
Requires-Dist: langchain-community; extra == 'community'
|
||||
Provides-Extra: deepseek
|
||||
Requires-Dist: langchain-deepseek; extra == 'deepseek'
|
||||
Provides-Extra: fireworks
|
||||
Requires-Dist: langchain-fireworks; extra == 'fireworks'
|
||||
Provides-Extra: google-genai
|
||||
Requires-Dist: langchain-google-genai; extra == 'google-genai'
|
||||
Provides-Extra: google-vertexai
|
||||
Requires-Dist: langchain-google-vertexai; extra == 'google-vertexai'
|
||||
Provides-Extra: groq
|
||||
Requires-Dist: langchain-groq; extra == 'groq'
|
||||
Provides-Extra: huggingface
|
||||
Requires-Dist: langchain-huggingface; extra == 'huggingface'
|
||||
Provides-Extra: mistralai
|
||||
Requires-Dist: langchain-mistralai; extra == 'mistralai'
|
||||
Provides-Extra: ollama
|
||||
Requires-Dist: langchain-ollama; extra == 'ollama'
|
||||
Provides-Extra: openai
|
||||
Requires-Dist: langchain-openai; extra == 'openai'
|
||||
Provides-Extra: perplexity
|
||||
Requires-Dist: langchain-perplexity; extra == 'perplexity'
|
||||
Provides-Extra: together
|
||||
Requires-Dist: langchain-together; extra == 'together'
|
||||
Provides-Extra: xai
|
||||
Requires-Dist: langchain-xai; extra == 'xai'
|
||||
Description-Content-Type: text/markdown
|
||||
|
||||
# 🦜️🔗 LangChain
|
||||
|
||||
[](https://pypi.org/project/langchain/#history)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://pypistats.org/packages/langchain)
|
||||
[](https://x.com/langchain)
|
||||
|
||||
Looking for the JS/TS version? Check out [LangChain.js](https://github.com/langchain-ai/langchainjs).
|
||||
|
||||
To help you ship LangChain apps to production faster, check out [LangSmith](https://smith.langchain.com).
|
||||
[LangSmith](https://smith.langchain.com) is a unified developer platform for building, testing, and monitoring LLM applications.
|
||||
|
||||
## Quick Install
|
||||
|
||||
```bash
|
||||
pip install langchain
|
||||
```
|
||||
|
||||
## 🤔 What is this?
|
||||
|
||||
LangChain is the easiest way to start building agents and applications powered by LLMs. With under 10 lines of code, you can connect to OpenAI, Anthropic, Google, and [more](https://docs.langchain.com/oss/python/integrations/providers/overview). LangChain provides a pre-built agent architecture and model integrations to help you get started quickly and seamlessly incorporate LLMs into your agents and applications.
|
||||
|
||||
We recommend you use LangChain if you want to quickly build agents and autonomous applications. Use [LangGraph](https://docs.langchain.com/oss/python/langgraph/overview), our low-level agent orchestration framework and runtime, when you have more advanced needs that require a combination of deterministic and agentic workflows, heavy customization, and carefully controlled latency.
|
||||
|
||||
LangChain [agents](https://docs.langchain.com/oss/python/langchain/agents) are built on top of LangGraph in order to provide durable execution, streaming, human-in-the-loop, persistence, and more. (You do not need to know LangGraph for basic LangChain agent usage.)
|
||||
|
||||
## 📖 Documentation
|
||||
|
||||
For full documentation, see the [API reference](https://reference.langchain.com/python/langchain/langchain/). For conceptual guides, tutorials, and examples on using LangChain, see the [LangChain Docs](https://docs.langchain.com/oss/python/langchain/overview). You can also chat with the docs using [Chat LangChain](https://chat.langchain.com).
|
||||
|
||||
## 📕 Releases & Versioning
|
||||
|
||||
See our [Releases](https://docs.langchain.com/oss/python/release-policy) and [Versioning](https://docs.langchain.com/oss/python/versioning) policies.
|
||||
|
||||
## 💁 Contributing
|
||||
|
||||
As an open-source project in a rapidly developing field, we are extremely open to contributions, whether it be in the form of a new feature, improved infrastructure, or better documentation.
|
||||
|
||||
For detailed information on how to contribute, see the [Contributing Guide](https://docs.langchain.com/oss/python/contributing/overview).
|
||||
69
venv/Lib/site-packages/langchain-1.2.10.dist-info/RECORD
Normal file
69
venv/Lib/site-packages/langchain-1.2.10.dist-info/RECORD
Normal file
@@ -0,0 +1,69 @@
|
||||
langchain-1.2.10.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
langchain-1.2.10.dist-info/METADATA,sha256=DunGwuZJ9mSU5u0B0ktIAKo-x2UQoKabyzX_Bz5bFd8,5660
|
||||
langchain-1.2.10.dist-info/RECORD,,
|
||||
langchain-1.2.10.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
langchain-1.2.10.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
||||
langchain-1.2.10.dist-info/licenses/LICENSE,sha256=TsZ-TKbmch26hJssqCJhWXyGph7iFLvyFBYAa3stBHg,1067
|
||||
langchain/__init__.py,sha256=NzG9yQPavEmEWm8QB2uzX6AA5MO9kI2VMpesLx2y9Co,62
|
||||
langchain/__pycache__/__init__.cpython-311.pyc,,
|
||||
langchain/agents/__init__.py,sha256=xSMzY_PXzKmfOUVPkmL8JcXaOIq55xtP2DDeb_sDSoI,285
|
||||
langchain/agents/__pycache__/__init__.cpython-311.pyc,,
|
||||
langchain/agents/__pycache__/factory.cpython-311.pyc,,
|
||||
langchain/agents/__pycache__/structured_output.cpython-311.pyc,,
|
||||
langchain/agents/factory.py,sha256=iy4pmq1r8m_RqkRowVMuJL88ylB6scgP3oeN-DgKCQ0,72658
|
||||
langchain/agents/middleware/__init__.py,sha256=IlfE4rZLScBAF4m37xqX1UQYVyj1Ubn_OYubdo44HLk,2706
|
||||
langchain/agents/middleware/__pycache__/__init__.cpython-311.pyc,,
|
||||
langchain/agents/middleware/__pycache__/_execution.cpython-311.pyc,,
|
||||
langchain/agents/middleware/__pycache__/_redaction.cpython-311.pyc,,
|
||||
langchain/agents/middleware/__pycache__/_retry.cpython-311.pyc,,
|
||||
langchain/agents/middleware/__pycache__/context_editing.cpython-311.pyc,,
|
||||
langchain/agents/middleware/__pycache__/file_search.cpython-311.pyc,,
|
||||
langchain/agents/middleware/__pycache__/human_in_the_loop.cpython-311.pyc,,
|
||||
langchain/agents/middleware/__pycache__/model_call_limit.cpython-311.pyc,,
|
||||
langchain/agents/middleware/__pycache__/model_fallback.cpython-311.pyc,,
|
||||
langchain/agents/middleware/__pycache__/model_retry.cpython-311.pyc,,
|
||||
langchain/agents/middleware/__pycache__/pii.cpython-311.pyc,,
|
||||
langchain/agents/middleware/__pycache__/shell_tool.cpython-311.pyc,,
|
||||
langchain/agents/middleware/__pycache__/summarization.cpython-311.pyc,,
|
||||
langchain/agents/middleware/__pycache__/todo.cpython-311.pyc,,
|
||||
langchain/agents/middleware/__pycache__/tool_call_limit.cpython-311.pyc,,
|
||||
langchain/agents/middleware/__pycache__/tool_emulator.cpython-311.pyc,,
|
||||
langchain/agents/middleware/__pycache__/tool_retry.cpython-311.pyc,,
|
||||
langchain/agents/middleware/__pycache__/tool_selection.cpython-311.pyc,,
|
||||
langchain/agents/middleware/__pycache__/types.cpython-311.pyc,,
|
||||
langchain/agents/middleware/_execution.py,sha256=utihTKOZ2zcfPteGnH1zELq_n49_6EENpt3Dh3XPn7Q,14198
|
||||
langchain/agents/middleware/_redaction.py,sha256=IX1oKmxBwrunC_EO5o9UGYKXcZpO7UrtjXsNYGNK9v0,13295
|
||||
langchain/agents/middleware/_retry.py,sha256=nZSUXbvgBXP5nS28X3iBuoSYYh7EG2oLNXcAs0XbRPM,3832
|
||||
langchain/agents/middleware/context_editing.py,sha256=OMXGaD7yu-44bRfEkErTuT2zDcF7TcAuJ0ICd8ZZ2hI,9687
|
||||
langchain/agents/middleware/file_search.py,sha256=xa0ah5BhoX2i_eHQuKDu8j-T1SQwd6TwgFPGQoIkCjA,12854
|
||||
langchain/agents/middleware/human_in_the_loop.py,sha256=6YobRD-msP2xdXLbZCxAL221x7tsP3w6nDGeydulBLU,13523
|
||||
langchain/agents/middleware/model_call_limit.py,sha256=dBXnuv_WX7w8IYkipa1SGgwbxMI0N4-nP6mzRhUjXb0,9315
|
||||
langchain/agents/middleware/model_fallback.py,sha256=1GriafK8e6S68vjbNWT26bHfCPI3oU5Lm2ejRmQRlWs,4240
|
||||
langchain/agents/middleware/model_retry.py,sha256=RG8r0ckgbOdLKjCImt44ZZuNMGBkC37CWLqQZLwfGUg,10995
|
||||
langchain/agents/middleware/pii.py,sha256=KFSk5sLM2c25IH6u0FTCIq9rxfhabYBJMglXfpEgYlM,12596
|
||||
langchain/agents/middleware/shell_tool.py,sha256=4WGW2bBTUEfskF4YmkAe5U0gjdefBYhzXZH5_haQwzk,32130
|
||||
langchain/agents/middleware/summarization.py,sha256=x5VLTZ3p4-2g61NNAMrSXWJsmn1_NHnKNEmInlfPiZI,26000
|
||||
langchain/agents/middleware/todo.py,sha256=UaZHw7hazxBjQIw6pndDElj1cL9aSYGhSOyuOotoe1g,14517
|
||||
langchain/agents/middleware/tool_call_limit.py,sha256=5fbtkya-z9rLhYN5DkEeppgTqhk_-ODEk397m522ebM,18872
|
||||
langchain/agents/middleware/tool_emulator.py,sha256=Zdw6DYvxPBo6pMLEyVEp_SopgEa-h7CjQPhds_nSZk4,7466
|
||||
langchain/agents/middleware/tool_retry.py,sha256=d8DSOs438iiObDs8XJMpaUra5WNl7hBOQpjkd95G2vg,14523
|
||||
langchain/agents/middleware/tool_selection.py,sha256=9J40oN3QUpFmKOvVyGDYZ2HAabpyRW2BxkDQnaeuszQ,13074
|
||||
langchain/agents/middleware/types.py,sha256=XXYmw5h5aHtuI6znaT9OZKnP_kJWlgvSrJhrYfJOGYU,72083
|
||||
langchain/agents/structured_output.py,sha256=cv-cCHepL857CQLubJrgzA5qfjEIFKhRphtHfnypGZM,15127
|
||||
langchain/chat_models/__init__.py,sha256=j1XZBNMC81eRac5eLs52ayQB8aTXBk0P78Z-nG_YGN4,286
|
||||
langchain/chat_models/__pycache__/__init__.cpython-311.pyc,,
|
||||
langchain/chat_models/__pycache__/base.cpython-311.pyc,,
|
||||
langchain/chat_models/base.py,sha256=5usnkCqz5Xi_315enN_gzT75PJeO-wzX1Xa5bL5Wf2E,38709
|
||||
langchain/embeddings/__init__.py,sha256=UEfAD7CDsJ1qxo0ttYxO8FBc0YE2UGoxVlxUj1wblS8,587
|
||||
langchain/embeddings/__pycache__/__init__.cpython-311.pyc,,
|
||||
langchain/embeddings/__pycache__/base.cpython-311.pyc,,
|
||||
langchain/embeddings/base.py,sha256=3I4bUciQRYKEFCdPNF5QoAoqUUZ1V37dbZ7W4YJ1gRo,10333
|
||||
langchain/messages/__init__.py,sha256=gA-2eKFWxgf97lRTWrR28e3QMiBjuPXqaNd16jkF9p0,1626
|
||||
langchain/messages/__pycache__/__init__.cpython-311.pyc,,
|
||||
langchain/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
langchain/rate_limiters/__init__.py,sha256=5490xUNhet37N2nX6kbJlDgf8u1DX-C1Cs_r7etXn8A,351
|
||||
langchain/rate_limiters/__pycache__/__init__.cpython-311.pyc,,
|
||||
langchain/tools/__init__.py,sha256=A6K6Rz8FSTADGwR713fn1PaMcqLTzeQHfbHHBmK2HLY,394
|
||||
langchain/tools/__pycache__/__init__.cpython-311.pyc,,
|
||||
langchain/tools/__pycache__/tool_node.cpython-311.pyc,,
|
||||
langchain/tools/tool_node.py,sha256=1DRMsm5tc31T76rtqtqJkGINw7ny1zqVCF-ViGUymFs,477
|
||||
4
venv/Lib/site-packages/langchain-1.2.10.dist-info/WHEEL
Normal file
4
venv/Lib/site-packages/langchain-1.2.10.dist-info/WHEEL
Normal file
@@ -0,0 +1,4 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: hatchling 1.28.0
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
||||
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) LangChain, Inc.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
Reference in New Issue
Block a user