LangChain
https://github.com/langchain-ai/langchain
https://github.com/langchain-ai/langgraph
Default Agent Type
We use langgraph.prebuilt.create_react_agent
as default.
Check the reference to find additional supported agent_args
.
Default Model Type
We use langchain_litellm.ChatLiteLLM
Check the reference to find additional supported model_args
.
Run args
Check RunnableConfig
to find additional supported AnyAgent.run
args.