Fix the subagents eval.

This commit is contained in:
Christian Gunderman
2026-02-02 23:51:06 -08:00
parent 5be38c3a27
commit 849b3b255c
4 changed files with 37 additions and 2 deletions
+1
View File
@@ -135,6 +135,7 @@ export * from './prompts/mcp-prompts.js';
export * from './agents/types.js';
export * from './agents/agentLoader.js';
export * from './agents/local-executor.js';
export * from './agents/acknowledgedAgents.js';
// Export specific tool logic
export * from './tools/read-file.js';