We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0ce40 commit 6b59dadCopy full SHA for 6b59dad
README.md
@@ -212,6 +212,12 @@ end
212
- [Custom Agents](https://hexdocs.pm/llm_agent/custom_agents.html)
213
- [API Reference](https://hexdocs.pm/llm_agent/api-reference.html)
214
215
+## Examples
216
+
217
+- [Tool Using Agent](examples/tool_using_agent.exs)
218
+- [Simple QA Agent](examples/simple_qa_agent.exs)
219
+- [Investment Agent](examples/investment_portfolio.exs)
220
221
## Contributing
222
223
We welcome contributions from the community! Please see our [Contributing Guide](CONTRIBUTING.md) for more information on how to get involved.
0 commit comments