We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4782e48 commit 82bee84Copy full SHA for 82bee84
1 file changed
docs/design-principles.md
@@ -8,3 +8,5 @@ Apply them with nuance.
8
- **Small, Deterministic Blocks**: Give agents composable tools (Click, Screenshot), not magic buttons.
9
- **Self-Healing Errors**: Return actionable errors that include context and potential fixes.
10
- **Human-Agent Collaboration**: Output must be readable by machines (structured) AND humans (summaries).
11
+- **Progressive Complexity**: Tools should be simple by default (high-level actions) but offer advanced optional arguments for power users.
12
+- **Reference over Value**: for heavy assets (screenshots, traces, videos), return a file path or resource URI, never the raw data stream.
0 commit comments