feat(subagents): add multi-turn subagent session runtime

This commit is contained in:
William Valentin
2026-02-26 13:07:34 -08:00
parent e887c3c964
commit 2171346116
21 changed files with 1111 additions and 12 deletions
+5
View File
@@ -6,6 +6,11 @@ export {
type SubAgentResult,
type DelegationConfig,
type UsageReport,
SubagentManager,
type SubagentManagerConfig,
type SpawnSubagentRequest,
type SubagentSessionSummary,
type SubagentSendResult,
} from './native/index.js';
export {
COMPACTION_SYSTEM_PROMPT,