Skip to content

Commit

Permalink
nit: add llmcompiler as agent guide (#9747)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryjliu authored Dec 29, 2023
1 parent 9c30dbe commit 1736097
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/module_guides/deploying/agents/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ maxdepth: 1
/examples/agent/react_agent_with_query_engine.ipynb
```

## Additional Agents (available on LlamaHub)

```{toctree}
---
maxdepth: 1
---
LLMCompiler Agent Cookbook <https://github.com/run-llama/llama-hub/blob/main/llama_hub/llama_packs/agents/llm_compiler/llm_compiler.ipynb>
```

(lower-level-agent-api)=

## Lower-Level Agent API
Expand Down
1 change: 1 addition & 0 deletions docs/module_guides/deploying/agents/root.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The reasoning loop depends on the type of agent. We have support for the followi

- OpenAI Function agent (built on top of the OpenAI Function API)
- a ReAct agent (which works across any chat/text completion endpoint).
- a LLMCompiler Agent (available as a [LlamaPack](https://llamahub.ai/l/llama_packs-agents-llm_compiler?from=llama_packs), [source repo](https://github.com/SqueezeAILab/LLMCompiler))

### Tool Abstractions

Expand Down

0 comments on commit 1736097

Please sign in to comment.