What's wrong with this entry?
Anonymous. No account, no email.
What: Define custom agents using JSON format in addition to Markdown files
How to use:
{
"agents": {
"my-agent": {
"description": "Handles custom tasks",
"prompt": "You are a specialized agent for...",
"tools": ["Read", "Write", "Bash"],
"model": "claude-3-5-sonnet-20241022"
}
}
}
Details:
- Enables programmatic agent configuration without creating .md files
- Supports runtime agent configuration via settings files
- Agents can now come from "flagSettings" source (CLI configuration)
- Includes validation with clear error messages for invalid definitions
- Evidence:
QRB schema at line 434547,GRB() at line 434642,$K5() at line 434622