When to build from scratch
- You want full control over the agent loop
- You don’t need LLM framework integrations
- You’re building custom orchestration logic
- You want minimal dependencies
Build distributed agents from scratch with full control over execution
@tool decorator@agent decorator