Examples¶
Learn by example with these practical demonstrations.
Getting Started Examples¶
- Basic Agent - Your first agent
- Streaming - Real-time token streaming from any provider
- Tool Usage - Creating and using custom tools
- Multi-Strategy - Working with different reasoning strategies
Code Repository¶
Full example code is available in the examples directory on GitHub.
Running Examples¶
-
Install the framework:
-
Set up your LLM provider (e.g., Ollama):
-
Run an example:
Contributing Examples¶
Have a great example to share? We welcome contributions! See the contributing guide for details.