Examples
Basic Agent
A simple agent that can use tools.
Code
Output
Key Points
- Create an LLM client (OpenAI, Anthropic, etc.)
- Register tools the agent can use
- Add hooks to monitor execution
- Run tasks with
agent.Run()
GoFlowA simple agent that can use tools.
agent.Run()