fix(core): support snake_case in policy settings schema

This commit is contained in:
Akhilesh Kumar
2026-03-02 23:07:58 +00:00
parent 03c6714c6d
commit 7554679d15
3 changed files with 160 additions and 17 deletions

View File

@@ -264,6 +264,8 @@ it yourself; just report it.
| `temperature` | number | No | Model temperature (0.0 - 2.0). |
| `max_turns` | number | No | Maximum number of conversation turns allowed for this agent before it must return. Defaults to `15`. |
| `timeout_mins` | number | No | Maximum execution time in minutes. Defaults to `5`. |
| `policy` | object | No | Scoped policy settings for the agent (see [Policy Engine](../reference/policy-engine.md)). |
| `mcp_servers` | object | No | MCP servers private to this agent. Key is server name, value is server configuration. |
### Optimizing your subagent