Tips & Tricks
Prompting Coordinators
Keep prompts action-oriented and provide context; Coordinators will spawn Subagents as needed.
Tooling Best Practices
- Use typed args and return values.
- Write precise docstrings; they power in-agent help.
- Validate and sanitize external inputs.
Streaming Clients
Use curl -N or an HTTP client with NDJSON support.
Error Handling
Handle 4xx and 5xx codes; inspect event streams for error events.