Module Guides#
These guide provide an overview of how to use our agent classes.
For more detailed guides on how to use specific tools, check out our tools module guides.
Agent with OpenAI Models#
- OpenAI Agent
- OpenAI Agent with Query Engine Tools
- Retrieval Augmented Agent
- OpenAI Agent Cookbook
- Query Planning
- Context Retrieval Agent
- Recursive Retriever Agents
- Multi Document Agents
- Agent Builder
- Parallel Function Calling
- Agent with Planning
[Beta] OpenAI Assistant Agent#
Other Function Calling Agents#
ReAct Agent#
Additional Agents (available on LlamaHub)#
- LLMCompiler Agent (Cookbook)
- Chain-of-Abstraction Agent (Cookbook)
- Language Agent Tree Search Agent (Cookbook)
- Instrospective Agent (Cookbook)