Command Palette

Search for a command to run...

All resourcesReference

Agent Design Reference

Patterns, anti-patterns and production considerations for agents.

Content
Always set max_iter and cost budget. Validate tool arguments. Catch tool errors and feed as observations. Trace every step. Human-in-the-loop for destructive actions. Output guards on tool results (injection via tool output). Deduplicate tool calls. Reflect before final answer. Fallback to deterministic path on failure. Per-tool timeout. Circuit breaker on downstream failures.