langchain

a tool to easily build custom agents and applications powered by LLMs supports providers like google, anthropic, openAI and more!

https://docs.langchain.com/

creating a simple agent

install:

  • langchain
  • dotenv
  • langchain provider pkg for the provider of your choice
    • langchain-google
    • langchain-anthropic
    • langchain-openai
 

202604032110