feat(core): add adk.agentSessionSubagentEnabled flag (#26947)

This commit is contained in:
Adam Weidman
2026-05-17 13:38:34 -04:00
committed by GitHub
parent 77e65c0db5
commit 5611ff40e7
5 changed files with 43 additions and 0 deletions
+6
View File
@@ -1854,6 +1854,12 @@ their corresponding top-level category object in your `settings.json` file.
- **Default:** `false`
- **Requires restart:** Yes
- **`experimental.adk.agentSessionSubagentEnabled`** (boolean):
- **Description:** Route subagent invocations through the AgentSession
protocol instead of legacy executors.
- **Default:** `false`
- **Requires restart:** Yes
- **`experimental.enableAgents`** (boolean):
- **Description:** Enable local and remote subagents.
- **Default:** `true`