LlamaIndex
https://github.com/run-llama/llama_index
Default Agent Type
We use llama_index.core.agent.workflow.react_agent.ReActAgent
as default.
Check the reference to find additional supported agent_args
.
Default Model Type
We use llama_index.llms.litellm.LiteLLM
as default.
Check the reference to find additional supported model_args
.
Examples
Limiting the number of steps
Pending on https://github.com/run-llama/llama_index/issues/18535