Skip to content

Examples

Learn by example with these practical demonstrations.

Getting Started Examples

Code Repository

Full example code is available in the examples directory on GitHub.

Running Examples

  1. Install the framework:

    pip install reactive-agents
    

  2. Set up your LLM provider (e.g., Ollama):

    ollama pull llama3
    

  3. Run an example:

    python examples/basic_agent.py
    

Contributing Examples

Have a great example to share? We welcome contributions! See the contributing guide for details.