LangChain
https://github.com/langchain-ai/langchain
https://github.com/langchain-ai/langgraph
Default Agent Type
Section titled “Default Agent Type”We use langgraph.prebuilt.create_react_agent as default.
Check the reference to find additional supported agent_args.
Default Model Type
Section titled “Default Model Type”We use any_llm as the default model provider.
Check the AnyLLM documentation for supported providers and model_args.
Run args
Section titled “Run args”Check RunnableConfig to find additional supported AnyAgent.run args.