From 92ea0f624e9569fc13744a7f9cabf82889ba6d59 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 13 Mar 2026 14:19:39 -0600 Subject: [PATCH] docs: Fixed a spacing issue in the example agent configuration --- config.agent.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.agent.example.yaml b/config.agent.example.yaml index 6c89b83..db26d3b 100644 --- a/config.agent.example.yaml +++ b/config.agent.example.yaml @@ -32,7 +32,7 @@ max_concurrent_agents: 4 # Maximum number of agents that can run simulta max_agent_depth: 3 # Maximum nesting depth for sub-agents (prevents runaway spawning) inject_spawn_instructions: true # Inject the default agent spawning instructions into the agent's system prompt summarization_model: null # Model to use for summarizing sub-agent output (e.g. 'openai:gpt-4o-mini'); defaults to current model -summarization_threshold: 4000 # Character threshold above which sub-agent output is summarized before returning to parent +summarization_threshold: 4000 # Character threshold above which sub-agent output is summarized before returning to parent escalation_timeout: 300 # Seconds a sub-agent waits for a user interaction response before timing out (default: 5 minutes) mcp_servers: # Optional list of MCP servers that the agent utilizes - github # Corresponds to the name of an MCP server in the `/functions/mcp.json` file