A collection of ready-to-use AI agent recipes and examples built with Cycls.
- Agent Templates - Pre-built agent patterns for common use cases
- Integration Examples - How to connect with popular APIs and services
- Best Practices - Proven patterns for building production-ready agents
# Clone and run any example
git clone https://github.com/Cycls/cookbook
cd cookbook/[example-name]
agent.run()
Found a useful pattern? Submit a PR! We welcome community recipes.