807 B
807 B
OPENAI_API_KEY in your environment)\n\n## Installation\n\nbash\npip install -r requirements.txt\n\n\n## Running the Agent\n\nbash\npython src/main.py\n\n\nThe agent will ask a simple math question and stream the answer token by token. You will see a separator when the agent moves to a new step.\n\n## Customization\n\n- Modify the messages in src/main.py to ask different questions.\n- Add or replace tools in the tools list to extend the agent's capabilities.\n