Implement support for subagents as extensions. (#16473)

This commit is contained in:
Christian Gunderman
2026-01-13 19:09:22 +00:00
committed by GitHub
parent 33d1e23dcb
commit a3ad7d7ddd
6 changed files with 223 additions and 3 deletions
+1
View File
@@ -126,6 +126,7 @@ export * from './prompts/mcp-prompts.js';
// Export agent definitions
export * from './agents/types.js';
export * from './agents/agentLoader.js';
// Export specific tool logic
export * from './tools/read-file.js';