Skip to content

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