Quick Start Guide
Get up and running with ConnectOnion in under 2 minutes.
1Install ConnectOnion
2Create Your First Agent
Create a new agent project with automatic setup:
Files created:
✨ The CLI handles:
- •API key setup - Automatic detection from environment or interactive input
- •Project structure - All files created and configured
- •Documentation - Complete framework docs included
- •Git configuration - .gitignore ready for version control
3Run Your Agent
Your agent is ready to use! The minimal template includes example tools to get you started.
4Customize Your Agent
Your meta-agent can help you build ConnectOnion projects:
5Alternative: Playwright Web Automation
For web automation tasks, use the Playwright template:
Stateful browser tools included:
Note: Requires pip install playwright && playwright install
6Create a Custom Tool Agent
You can also create agents from scratch with custom tools:
7Debugging with @xray
Use the @xray decorator to see what your agent is thinking:
8Interactive Debugging
Debug your agents interactively - pause at breakpoints, inspect state, and test "what if" scenarios:
🔍 Why use interactive debugging?
What's Next?
Interactive Debugging
Master breakpoints, Python REPL, and "what if" scenario testing for your agents.
Master System Prompts
Learn advanced prompting techniques to create expert agents for any domain.
Deep Dive into @xray
Master debugging and get complete visibility into your agent's decision-making.
Real-World Examples
See complete agent implementations for various use cases.
Build Custom Tools
Learn how to create powerful tools for your agents.
