Langchain
- https://docs.langchain.com/oss/python/langchain/overview (you can copy it to input it to an LLM - see "llms.txt")
- LangChain is an open source framework with an agent architecture and integrations with several LLMs
- Build LLM-powered applications
- It abstracts the process of interacting with the LLM
- Supports agent ecosystem (e.g., search on internet, query database, send emails)
Documentation
- Reference https://reference.langchain.com/python/langchain/
- Docs https://docs.langchain.com/oss/python/langchain/overview
- llms.txt: https://docs.langchain.com/llms.txt
- MCP server for the docs: https://docs.langchain.com/use-these-docs#use-our-mcp-server. Uses https://docs.langchain.com/mcp remote server