@wrongstack/core 0.284.0 → 0.285.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent-status-tracker.d.ts +74 -0
- package/dist/agent-status-tracker.d.ts.map +1 -0
- package/dist/autophase/auto-phase-planner.d.ts +79 -0
- package/dist/autophase/auto-phase-planner.d.ts.map +1 -0
- package/dist/autophase/auto-phase-runner.d.ts +79 -0
- package/dist/autophase/auto-phase-runner.d.ts.map +1 -0
- package/dist/autophase/checkpoint.d.ts +49 -0
- package/dist/autophase/checkpoint.d.ts.map +1 -0
- package/dist/autophase/index.d.ts +9 -0
- package/dist/autophase/index.d.ts.map +1 -0
- package/dist/autophase/phase-graph-builder.d.ts +46 -0
- package/dist/autophase/phase-graph-builder.d.ts.map +1 -0
- package/dist/autophase/phase-orchestrator.d.ts +150 -0
- package/dist/autophase/phase-orchestrator.d.ts.map +1 -0
- package/dist/autophase/phase-store.d.ts +29 -0
- package/dist/autophase/phase-store.d.ts.map +1 -0
- package/dist/autophase/types.d.ts +329 -0
- package/dist/autophase/types.d.ts.map +1 -0
- package/dist/boot.d.ts +73 -0
- package/dist/boot.d.ts.map +1 -0
- package/dist/coordination/adaptive-concurrency.d.ts +63 -0
- package/dist/coordination/adaptive-concurrency.d.ts.map +1 -0
- package/dist/coordination/agent-bridge.d.ts +24 -0
- package/dist/coordination/agent-bridge.d.ts.map +1 -0
- package/dist/coordination/agent-monitor.d.ts +100 -0
- package/dist/coordination/agent-monitor.d.ts.map +1 -0
- package/dist/coordination/agent-subagent-runner.d.ts +74 -0
- package/dist/coordination/agent-subagent-runner.d.ts.map +1 -0
- package/dist/coordination/agents/agent-prompts.d.ts +2 -0
- package/dist/coordination/agents/agent-prompts.d.ts.map +1 -0
- package/dist/coordination/agents/index.d.ts +35 -0
- package/dist/coordination/agents/index.d.ts.map +1 -0
- package/dist/coordination/agents/phase1-discovery.d.ts +4 -0
- package/dist/coordination/agents/phase1-discovery.d.ts.map +1 -0
- package/dist/coordination/agents/phase2-planning.d.ts +4 -0
- package/dist/coordination/agents/phase2-planning.d.ts.map +1 -0
- package/dist/coordination/agents/phase3-build.d.ts +4 -0
- package/dist/coordination/agents/phase3-build.d.ts.map +1 -0
- package/dist/coordination/agents/phase3-techstack.d.ts +13 -0
- package/dist/coordination/agents/phase3-techstack.d.ts.map +1 -0
- package/dist/coordination/agents/phase4-verify.d.ts +4 -0
- package/dist/coordination/agents/phase4-verify.d.ts.map +1 -0
- package/dist/coordination/agents/phase5-review.d.ts +4 -0
- package/dist/coordination/agents/phase5-review.d.ts.map +1 -0
- package/dist/coordination/agents/phase6-domain.d.ts +4 -0
- package/dist/coordination/agents/phase6-domain.d.ts.map +1 -0
- package/dist/coordination/agents/phase7-knowledge.d.ts +4 -0
- package/dist/coordination/agents/phase7-knowledge.d.ts.map +1 -0
- package/dist/coordination/agents/phase8-delivery.d.ts +4 -0
- package/dist/coordination/agents/phase8-delivery.d.ts.map +1 -0
- package/dist/coordination/agents/phase9-meta.d.ts +4 -0
- package/dist/coordination/agents/phase9-meta.d.ts.map +1 -0
- package/dist/coordination/agents/types.d.ts +79 -0
- package/dist/coordination/agents/types.d.ts.map +1 -0
- package/dist/coordination/agents.d.ts +8 -0
- package/dist/coordination/agents.d.ts.map +1 -0
- package/dist/coordination/auto-extend.d.ts +46 -0
- package/dist/coordination/auto-extend.d.ts.map +1 -0
- package/dist/coordination/autonomous-brain.d.ts +154 -0
- package/dist/coordination/autonomous-brain.d.ts.map +1 -0
- package/dist/coordination/autonomous-coordinator.d.ts +239 -0
- package/dist/coordination/autonomous-coordinator.d.ts.map +1 -0
- package/dist/coordination/brain-monitor.d.ts +74 -0
- package/dist/coordination/brain-monitor.d.ts.map +1 -0
- package/dist/coordination/brain.d.ts +104 -0
- package/dist/coordination/brain.d.ts.map +1 -0
- package/dist/coordination/change-manager.d.ts +151 -0
- package/dist/coordination/change-manager.d.ts.map +1 -0
- package/dist/coordination/checkpoint-wiring.d.ts +61 -0
- package/dist/coordination/checkpoint-wiring.d.ts.map +1 -0
- package/dist/coordination/collab-bus.d.ts +132 -0
- package/dist/coordination/collab-bus.d.ts.map +1 -0
- package/dist/coordination/collab-debug.d.ts +302 -0
- package/dist/coordination/collab-debug.d.ts.map +1 -0
- package/dist/coordination/commit-safety.d.ts +72 -0
- package/dist/coordination/commit-safety.d.ts.map +1 -0
- package/dist/coordination/consensus-protocol.d.ts +106 -0
- package/dist/coordination/consensus-protocol.d.ts.map +1 -0
- package/dist/coordination/coordinator/error-classifier.d.ts +15 -0
- package/dist/coordination/coordinator/error-classifier.d.ts.map +1 -0
- package/dist/coordination/delegate-tool.d.ts +101 -0
- package/dist/coordination/delegate-tool.d.ts.map +1 -0
- package/dist/coordination/dep-watcher-bridge.d.ts +47 -0
- package/dist/coordination/dep-watcher-bridge.d.ts.map +1 -0
- package/dist/coordination/dep-watcher.d.ts +74 -0
- package/dist/coordination/dep-watcher.d.ts.map +1 -0
- package/dist/coordination/director/director-errors.d.ts +29 -0
- package/dist/coordination/director/director-errors.d.ts.map +1 -0
- package/dist/coordination/director-construction.d.ts +90 -0
- package/dist/coordination/director-construction.d.ts.map +1 -0
- package/dist/coordination/director-prompts.d.ts +119 -0
- package/dist/coordination/director-prompts.d.ts.map +1 -0
- package/dist/coordination/director-session.d.ts +68 -0
- package/dist/coordination/director-session.d.ts.map +1 -0
- package/dist/coordination/director-tools.d.ts +65 -0
- package/dist/coordination/director-tools.d.ts.map +1 -0
- package/dist/coordination/director.d.ts +802 -0
- package/dist/coordination/director.d.ts.map +1 -0
- package/dist/coordination/dispatcher.d.ts +82 -0
- package/dist/coordination/dispatcher.d.ts.map +1 -0
- package/dist/coordination/file-author-tracker.d.ts +76 -0
- package/dist/coordination/file-author-tracker.d.ts.map +1 -0
- package/dist/coordination/fleet-bus.d.ts +122 -0
- package/dist/coordination/fleet-bus.d.ts.map +1 -0
- package/dist/coordination/fleet-event-validation.d.ts +10 -0
- package/dist/coordination/fleet-event-validation.d.ts.map +1 -0
- package/dist/coordination/fleet-manager.d.ts +234 -0
- package/dist/coordination/fleet-manager.d.ts.map +1 -0
- package/dist/coordination/fleet-spawn.d.ts +102 -0
- package/dist/coordination/fleet-spawn.d.ts.map +1 -0
- package/dist/coordination/fleet-status-tool.d.ts +36 -0
- package/dist/coordination/fleet-status-tool.d.ts.map +1 -0
- package/dist/coordination/fleet-supervisor.d.ts +157 -0
- package/dist/coordination/fleet-supervisor.d.ts.map +1 -0
- package/dist/coordination/fleet.d.ts +96 -0
- package/dist/coordination/fleet.d.ts.map +1 -0
- package/dist/coordination/global-mailbox.d.ts +234 -0
- package/dist/coordination/global-mailbox.d.ts.map +1 -0
- package/dist/coordination/icoordinator.d.ts +97 -0
- package/dist/coordination/icoordinator.d.ts.map +1 -0
- package/dist/coordination/ifleet-manager.d.ts +177 -0
- package/dist/coordination/ifleet-manager.d.ts.map +1 -0
- package/dist/coordination/in-memory-transport.d.ts +12 -0
- package/dist/coordination/in-memory-transport.d.ts.map +1 -0
- package/dist/coordination/index.d.ts +78 -2587
- package/dist/coordination/index.d.ts.map +1 -0
- package/dist/coordination/index.js +739 -254
- package/dist/coordination/index.js.map +7 -1
- package/dist/coordination/knowledge-graph.d.ts +217 -0
- package/dist/coordination/knowledge-graph.d.ts.map +1 -0
- package/dist/coordination/large-answer-store.d.ts +61 -0
- package/dist/coordination/large-answer-store.d.ts.map +1 -0
- package/dist/coordination/mail-tools.d.ts +34 -0
- package/dist/coordination/mail-tools.d.ts.map +1 -0
- package/dist/coordination/mailbox-actions.d.ts +68 -0
- package/dist/coordination/mailbox-actions.d.ts.map +1 -0
- package/dist/coordination/mailbox-health.d.ts +131 -0
- package/dist/coordination/mailbox-health.d.ts.map +1 -0
- package/dist/coordination/mailbox-hooks.d.ts +55 -0
- package/dist/coordination/mailbox-hooks.d.ts.map +1 -0
- package/dist/coordination/mailbox-tool.d.ts +75 -0
- package/dist/coordination/mailbox-tool.d.ts.map +1 -0
- package/dist/{mailbox-types-BGZWrYTJ.d.ts → coordination/mailbox-types.d.ts} +37 -22
- package/dist/coordination/mailbox-types.d.ts.map +1 -0
- package/dist/coordination/mailbox.d.ts +69 -0
- package/dist/coordination/mailbox.d.ts.map +1 -0
- package/dist/coordination/model-matrix.d.ts +98 -0
- package/dist/coordination/model-matrix.d.ts.map +1 -0
- package/dist/coordination/multi-agent-coordinator.d.ts +202 -0
- package/dist/coordination/multi-agent-coordinator.d.ts.map +1 -0
- package/dist/coordination/null-fleet-bus.d.ts +10 -0
- package/dist/coordination/null-fleet-bus.d.ts.map +1 -0
- package/dist/coordination/package-author-tracker.d.ts +87 -0
- package/dist/coordination/package-author-tracker.d.ts.map +1 -0
- package/dist/coordination/package-outdated-watcher.d.ts +83 -0
- package/dist/coordination/package-outdated-watcher.d.ts.map +1 -0
- package/dist/coordination/single-instance-mailbox.d.ts +154 -0
- package/dist/coordination/single-instance-mailbox.d.ts.map +1 -0
- package/dist/coordination/spawn-budget.d.ts +6 -0
- package/dist/coordination/spawn-budget.d.ts.map +1 -0
- package/dist/coordination/subagent-budget.d.ts +323 -0
- package/dist/coordination/subagent-budget.d.ts.map +1 -0
- package/dist/coordination/subagent-nicknames.d.ts +42 -0
- package/dist/coordination/subagent-nicknames.d.ts.map +1 -0
- package/dist/coordination/subagent-result-tool.d.ts +20 -0
- package/dist/coordination/subagent-result-tool.d.ts.map +1 -0
- package/dist/coordination/task-auctioneer.d.ts +143 -0
- package/dist/coordination/task-auctioneer.d.ts.map +1 -0
- package/dist/coordination/task-dag.d.ts +147 -0
- package/dist/coordination/task-dag.d.ts.map +1 -0
- package/dist/coordination/techstack-mailbox-consumer.d.ts +50 -0
- package/dist/coordination/techstack-mailbox-consumer.d.ts.map +1 -0
- package/dist/coordination/transport.d.ts +2 -0
- package/dist/coordination/transport.d.ts.map +1 -0
- package/dist/coordination/worktree-task-runner.d.ts +45 -0
- package/dist/coordination/worktree-task-runner.d.ts.map +1 -0
- package/dist/core/agent-internals.d.ts +41 -0
- package/dist/core/agent-internals.d.ts.map +1 -0
- package/dist/core/agent-loop.d.ts +18 -0
- package/dist/core/agent-loop.d.ts.map +1 -0
- package/dist/core/agent-response.d.ts +21 -0
- package/dist/core/agent-response.d.ts.map +1 -0
- package/dist/core/agent-tools.d.ts +21 -0
- package/dist/core/agent-tools.d.ts.map +1 -0
- package/dist/core/agent-types.d.ts +95 -0
- package/dist/core/agent-types.d.ts.map +1 -0
- package/dist/core/agent.d.ts +54 -0
- package/dist/core/agent.d.ts.map +1 -0
- package/dist/core/btw.d.ts +40 -0
- package/dist/core/btw.d.ts.map +1 -0
- package/dist/core/context.d.ts +269 -0
- package/dist/core/context.d.ts.map +1 -0
- package/dist/core/continue-intent.d.ts +92 -0
- package/dist/core/continue-intent.d.ts.map +1 -0
- package/dist/core/continue-to-next-iteration.d.ts +96 -0
- package/dist/core/continue-to-next-iteration.d.ts.map +1 -0
- package/dist/core/conversation-state.d.ts +96 -0
- package/dist/core/conversation-state.d.ts.map +1 -0
- package/dist/core/fallback-model.d.ts +94 -0
- package/dist/core/fallback-model.d.ts.map +1 -0
- package/dist/core/fleet-pulse.d.ts +42 -0
- package/dist/core/fleet-pulse.d.ts.map +1 -0
- package/dist/core/input-builder.d.ts +95 -0
- package/dist/core/input-builder.d.ts.map +1 -0
- package/dist/core/instruction-bundle.d.ts +22 -0
- package/dist/core/instruction-bundle.d.ts.map +1 -0
- package/dist/core/iteration-limit.d.ts +35 -0
- package/dist/core/iteration-limit.d.ts.map +1 -0
- package/dist/core/mailbox-loop.d.ts +63 -0
- package/dist/core/mailbox-loop.d.ts.map +1 -0
- package/dist/core/modes/brief.d.ts +2 -0
- package/dist/core/modes/brief.d.ts.map +1 -0
- package/dist/core/modes/default.d.ts +8 -0
- package/dist/core/modes/default.d.ts.map +1 -0
- package/dist/core/modes/teach.d.ts +2 -0
- package/dist/core/modes/teach.d.ts.map +1 -0
- package/dist/core/provider-runner.d.ts +24 -0
- package/dist/core/provider-runner.d.ts.map +1 -0
- package/dist/core/queued-messages.d.ts +55 -0
- package/dist/core/queued-messages.d.ts.map +1 -0
- package/dist/core/run-env.d.ts +49 -0
- package/dist/core/run-env.d.ts.map +1 -0
- package/dist/core/streaming-response-builder.d.ts +78 -0
- package/dist/core/streaming-response-builder.d.ts.map +1 -0
- package/dist/core/system-prompt-builder.d.ts +213 -0
- package/dist/core/system-prompt-builder.d.ts.map +1 -0
- package/dist/defaults/index.d.ts +68 -158
- package/dist/defaults/index.d.ts.map +1 -0
- package/dist/defaults/index.js +1257 -819
- package/dist/defaults/index.js.map +7 -1
- package/dist/execution/auto-compaction-middleware.d.ts +123 -0
- package/dist/execution/auto-compaction-middleware.d.ts.map +1 -0
- package/dist/execution/autonomous-runner.d.ts +55 -0
- package/dist/execution/autonomous-runner.d.ts.map +1 -0
- package/dist/execution/autonomy-brain.d.ts +90 -0
- package/dist/execution/autonomy-brain.d.ts.map +1 -0
- package/dist/execution/autonomy-prompt-contributor.d.ts +39 -0
- package/dist/execution/autonomy-prompt-contributor.d.ts.map +1 -0
- package/dist/execution/compaction-core.d.ts +103 -0
- package/dist/execution/compaction-core.d.ts.map +1 -0
- package/dist/execution/compactor.d.ts +56 -0
- package/dist/execution/compactor.d.ts.map +1 -0
- package/dist/execution/design-color.d.ts +31 -0
- package/dist/execution/design-color.d.ts.map +1 -0
- package/dist/execution/design-detect.d.ts +96 -0
- package/dist/execution/design-detect.d.ts.map +1 -0
- package/dist/execution/design-kit-loader.d.ts +53 -0
- package/dist/execution/design-kit-loader.d.ts.map +1 -0
- package/dist/execution/design-materialize.d.ts +32 -0
- package/dist/execution/design-materialize.d.ts.map +1 -0
- package/dist/execution/design-project-store.d.ts +57 -0
- package/dist/execution/design-project-store.d.ts.map +1 -0
- package/dist/execution/design-verify.d.ts +44 -0
- package/dist/execution/design-verify.d.ts.map +1 -0
- package/dist/execution/error-handler.d.ts +34 -0
- package/dist/execution/error-handler.d.ts.map +1 -0
- package/dist/{parallel-eternal-engine-HUrtePLd.d.ts → execution/eternal-autonomy.d.ts} +10 -225
- package/dist/execution/eternal-autonomy.d.ts.map +1 -0
- package/dist/execution/goal-preamble.d.ts +2 -0
- package/dist/execution/goal-preamble.d.ts.map +1 -0
- package/dist/execution/index.d.ts +21 -180
- package/dist/execution/index.d.ts.map +1 -0
- package/dist/execution/index.js +465 -180
- package/dist/execution/index.js.map +7 -1
- package/dist/execution/intelligent-compactor.d.ts +85 -0
- package/dist/execution/intelligent-compactor.d.ts.map +1 -0
- package/dist/execution/model-runtime.d.ts +75 -0
- package/dist/execution/model-runtime.d.ts.map +1 -0
- package/dist/execution/parallel-eternal-engine.d.ts +130 -0
- package/dist/execution/parallel-eternal-engine.d.ts.map +1 -0
- package/dist/execution/prompt-enhancer.d.ts +12 -13
- package/dist/execution/prompt-enhancer.d.ts.map +1 -0
- package/dist/execution/prompt-enhancer.js +13 -7
- package/dist/execution/prompt-enhancer.js.map +7 -1
- package/dist/execution/prompt-loader.d.ts +52 -0
- package/dist/execution/prompt-loader.d.ts.map +1 -0
- package/dist/execution/provider-runner-impl.d.ts +14 -0
- package/dist/execution/provider-runner-impl.d.ts.map +1 -0
- package/dist/execution/regex-patterns.d.ts +7 -0
- package/dist/execution/regex-patterns.d.ts.map +1 -0
- package/dist/execution/retry-policy.d.ts +35 -0
- package/dist/execution/retry-policy.d.ts.map +1 -0
- package/dist/execution/selective-compactor.d.ts +94 -0
- package/dist/execution/selective-compactor.d.ts.map +1 -0
- package/dist/execution/skill-loader.d.ts +43 -0
- package/dist/execution/skill-loader.d.ts.map +1 -0
- package/dist/execution/strategy-compactor.d.ts +43 -0
- package/dist/execution/strategy-compactor.d.ts.map +1 -0
- package/dist/execution/tool-executor.d.ts +112 -0
- package/dist/execution/tool-executor.d.ts.map +1 -0
- package/dist/extension/extension-points.d.ts +121 -0
- package/dist/extension/extension-points.d.ts.map +1 -0
- package/dist/extension/index.d.ts +3 -10
- package/dist/extension/index.d.ts.map +1 -0
- package/dist/extension/index.js +59 -5
- package/dist/extension/index.js.map +7 -1
- package/dist/extension/registry.d.ts +86 -0
- package/dist/extension/registry.d.ts.map +1 -0
- package/dist/fleet-notifier.d.ts +28 -0
- package/dist/fleet-notifier.d.ts.map +1 -0
- package/dist/hooks/http-executor.d.ts +11 -0
- package/dist/hooks/http-executor.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +10 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/registry.d.ts +71 -0
- package/dist/hooks/registry.d.ts.map +1 -0
- package/dist/hooks/runner.d.ts +65 -0
- package/dist/hooks/runner.d.ts.map +1 -0
- package/dist/hooks/shell-executor.d.ts +33 -0
- package/dist/hooks/shell-executor.d.ts.map +1 -0
- package/dist/hooks/shell-hooks-equal.d.ts +15 -0
- package/dist/hooks/shell-hooks-equal.d.ts.map +1 -0
- package/dist/hq/agent-bridge.d.ts +27 -0
- package/dist/hq/agent-bridge.d.ts.map +1 -0
- package/dist/hq/alerts.d.ts +67 -0
- package/dist/hq/alerts.d.ts.map +1 -0
- package/dist/hq/auth-store.d.ts +161 -0
- package/dist/hq/auth-store.d.ts.map +1 -0
- package/dist/hq/brain-bridge.d.ts +37 -0
- package/dist/hq/brain-bridge.d.ts.map +1 -0
- package/dist/hq/commands.d.ts +122 -0
- package/dist/hq/commands.d.ts.map +1 -0
- package/dist/hq/cost-bridge.d.ts +36 -0
- package/dist/hq/cost-bridge.d.ts.map +1 -0
- package/dist/hq/factory.d.ts +66 -0
- package/dist/hq/factory.d.ts.map +1 -0
- package/dist/hq/fleet-bridge.d.ts +39 -0
- package/dist/hq/fleet-bridge.d.ts.map +1 -0
- package/dist/hq/index.d.ts +18 -816
- package/dist/hq/index.d.ts.map +1 -0
- package/dist/hq/index.js +417 -122
- package/dist/hq/index.js.map +7 -1
- package/dist/hq/mailbox-mapper.d.ts +27 -0
- package/dist/hq/mailbox-mapper.d.ts.map +1 -0
- package/dist/hq/persistence.d.ts +121 -0
- package/dist/hq/persistence.d.ts.map +1 -0
- package/dist/hq/protocol.d.ts +560 -0
- package/dist/hq/protocol.d.ts.map +1 -0
- package/dist/hq/publisher.d.ts +177 -0
- package/dist/hq/publisher.d.ts.map +1 -0
- package/dist/hq/redaction.d.ts +30 -0
- package/dist/hq/redaction.d.ts.map +1 -0
- package/dist/hq/session-bridge.d.ts +29 -0
- package/dist/hq/session-bridge.d.ts.map +1 -0
- package/dist/hq/tool-bridge.d.ts +41 -0
- package/dist/hq/tool-bridge.d.ts.map +1 -0
- package/dist/hq/transcript-mapper.d.ts +36 -0
- package/dist/hq/transcript-mapper.d.ts.map +1 -0
- package/dist/hq/worktree-bridge.d.ts +34 -0
- package/dist/hq/worktree-bridge.d.ts.map +1 -0
- package/dist/index.d.ts +108 -2872
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2724 -1344
- package/dist/index.js.map +7 -1
- package/dist/infrastructure/context-manager.d.ts +92 -0
- package/dist/infrastructure/context-manager.d.ts.map +1 -0
- package/dist/infrastructure/index.d.ts +6 -64
- package/dist/infrastructure/index.d.ts.map +1 -0
- package/dist/infrastructure/index.js +39 -12
- package/dist/infrastructure/index.js.map +7 -1
- package/dist/infrastructure/logger.d.ts +99 -0
- package/dist/infrastructure/logger.d.ts.map +1 -0
- package/dist/infrastructure/mcp-servers.d.ts +83 -0
- package/dist/infrastructure/mcp-servers.d.ts.map +1 -0
- package/dist/{path-resolver-CMS5307d.d.ts → infrastructure/path-resolver.d.ts} +3 -5
- package/dist/infrastructure/path-resolver.d.ts.map +1 -0
- package/dist/infrastructure/token-counter.d.ts +57 -0
- package/dist/infrastructure/token-counter.d.ts.map +1 -0
- package/dist/kernel/container.d.ts +84 -0
- package/dist/kernel/container.d.ts.map +1 -0
- package/dist/{events-Bgnh43r9.d.ts → kernel/events.d.ts} +112 -206
- package/dist/kernel/events.d.ts.map +1 -0
- package/dist/kernel/index.d.ts +6 -107
- package/dist/kernel/index.d.ts.map +1 -0
- package/dist/kernel/index.js +56 -4
- package/dist/kernel/index.js.map +7 -1
- package/dist/kernel/pipeline.d.ts +105 -0
- package/dist/kernel/pipeline.d.ts.map +1 -0
- package/dist/kernel/run-controller.d.ts +55 -0
- package/dist/kernel/run-controller.d.ts.map +1 -0
- package/dist/kernel/tokens.d.ts +53 -0
- package/dist/kernel/tokens.d.ts.map +1 -0
- package/dist/mailbox-attach.d.ts +27 -0
- package/dist/mailbox-attach.d.ts.map +1 -0
- package/dist/middleware/collab-pause.d.ts +73 -0
- package/dist/middleware/collab-pause.d.ts.map +1 -0
- package/dist/models/codex-catalog.d.ts +41 -0
- package/dist/models/codex-catalog.d.ts.map +1 -0
- package/dist/models/index.d.ts +8 -163
- package/dist/models/index.d.ts.map +1 -0
- package/dist/models/index.js +150 -51
- package/dist/models/index.js.map +7 -1
- package/dist/models/llm-selector.d.ts +47 -0
- package/dist/models/llm-selector.d.ts.map +1 -0
- package/dist/models/mode-store.d.ts +22 -0
- package/dist/models/mode-store.d.ts.map +1 -0
- package/dist/models/model-intelligence.d.ts +56 -0
- package/dist/models/model-intelligence.d.ts.map +1 -0
- package/dist/models/model-router.d.ts +100 -0
- package/dist/models/model-router.d.ts.map +1 -0
- package/dist/models/models-registry.d.ts +106 -0
- package/dist/models/models-registry.d.ts.map +1 -0
- package/dist/models/provider-model-resolve.d.ts +69 -0
- package/dist/models/provider-model-resolve.d.ts.map +1 -0
- package/dist/observability/event-bridge.d.ts +10 -0
- package/dist/observability/event-bridge.d.ts.map +1 -0
- package/dist/observability/health.d.ts +18 -0
- package/dist/observability/health.d.ts.map +1 -0
- package/dist/observability/index.d.ts +9 -354
- package/dist/observability/index.d.ts.map +1 -0
- package/dist/observability/index.js +21 -8
- package/dist/observability/index.js.map +7 -1
- package/dist/observability/metrics.d.ts +26 -0
- package/dist/observability/metrics.d.ts.map +1 -0
- package/dist/observability/otel-tracer.d.ts +41 -0
- package/dist/observability/otel-tracer.d.ts.map +1 -0
- package/dist/observability/otlp-metrics.d.ts +111 -0
- package/dist/observability/otlp-metrics.d.ts.map +1 -0
- package/dist/observability/otlp-traces.d.ts +95 -0
- package/dist/observability/otlp-traces.d.ts.map +1 -0
- package/dist/observability/prometheus.d.ts +49 -0
- package/dist/observability/prometheus.d.ts.map +1 -0
- package/dist/observability/tracer.d.ts +9 -0
- package/dist/observability/tracer.d.ts.map +1 -0
- package/dist/plugin/api.d.ts +226 -0
- package/dist/plugin/api.d.ts.map +1 -0
- package/dist/plugin/loader.d.ts +73 -0
- package/dist/plugin/loader.d.ts.map +1 -0
- package/dist/plugins/chimera-plugin.d.ts +37 -0
- package/dist/plugins/chimera-plugin.d.ts.map +1 -0
- package/dist/plugins/git-plugin.d.ts +15 -0
- package/dist/plugins/git-plugin.d.ts.map +1 -0
- package/dist/plugins/observability-plugin.d.ts +19 -0
- package/dist/plugins/observability-plugin.d.ts.map +1 -0
- package/dist/plugins/plan-plugin.d.ts +16 -0
- package/dist/plugins/plan-plugin.d.ts.map +1 -0
- package/dist/plugins/prompts-plugin.d.ts +26 -0
- package/dist/plugins/prompts-plugin.d.ts.map +1 -0
- package/dist/plugins/security-plugin.d.ts +19 -0
- package/dist/plugins/security-plugin.d.ts.map +1 -0
- package/dist/plugins/skills-plugin.d.ts +42 -0
- package/dist/plugins/skills-plugin.d.ts.map +1 -0
- package/dist/plugins/sync-plugin.d.ts +22 -0
- package/dist/plugins/sync-plugin.d.ts.map +1 -0
- package/dist/prompts/index.d.ts +3 -0
- package/dist/prompts/index.d.ts.map +1 -0
- package/dist/prompts/prompt-installer.d.ts +50 -0
- package/dist/prompts/prompt-installer.d.ts.map +1 -0
- package/dist/prompts/prompt-manifest-store.d.ts +18 -0
- package/dist/prompts/prompt-manifest-store.d.ts.map +1 -0
- package/dist/registry/provider-registry.d.ts +51 -0
- package/dist/registry/provider-registry.d.ts.map +1 -0
- package/dist/registry/slash-command-registry.d.ts +61 -0
- package/dist/registry/slash-command-registry.d.ts.map +1 -0
- package/dist/registry/tool-registry.d.ts +154 -0
- package/dist/registry/tool-registry.d.ts.map +1 -0
- package/dist/replay/hash.d.ts +31 -0
- package/dist/replay/hash.d.ts.map +1 -0
- package/dist/replay/replay-provider-runner.d.ts +53 -0
- package/dist/replay/replay-provider-runner.d.ts.map +1 -0
- package/dist/{index-CbyuOE5y.d.ts → security/capabilities.d.ts} +31 -34
- package/dist/security/capabilities.d.ts.map +1 -0
- package/dist/security/config-secrets.d.ts +25 -0
- package/dist/security/config-secrets.d.ts.map +1 -0
- package/dist/security/index.d.ts +6 -8
- package/dist/security/index.d.ts.map +1 -0
- package/dist/security/index.js +102 -381
- package/dist/security/index.js.map +7 -1
- package/dist/security/permission-policy.d.ts +153 -0
- package/dist/security/permission-policy.d.ts.map +1 -0
- package/dist/security/secret-scrubber.d.ts +14 -0
- package/dist/security/secret-scrubber.d.ts.map +1 -0
- package/dist/security/secret-vault.d.ts +87 -0
- package/dist/security/secret-vault.d.ts.map +1 -0
- package/dist/security/yolo-risk.d.ts +11 -0
- package/dist/security/yolo-risk.d.ts.map +1 -0
- package/dist/{session-registry-Dvg7i_IA.d.ts → session-registry.d.ts} +8 -9
- package/dist/session-registry.d.ts.map +1 -0
- package/dist/skills/foreign-sources.d.ts +59 -0
- package/dist/skills/foreign-sources.d.ts.map +1 -0
- package/dist/skills/frontmatter.d.ts +44 -0
- package/dist/skills/frontmatter.d.ts.map +1 -0
- package/dist/skills/github-fetcher.d.ts +38 -0
- package/dist/skills/github-fetcher.d.ts.map +1 -0
- package/dist/skills/index.d.ts +11 -582
- package/dist/skills/index.d.ts.map +1 -0
- package/dist/skills/index.js +81 -43
- package/dist/skills/index.js.map +7 -1
- package/dist/skills/limits.d.ts +92 -0
- package/dist/skills/limits.d.ts.map +1 -0
- package/dist/skills/manifest-store.d.ts +42 -0
- package/dist/skills/manifest-store.d.ts.map +1 -0
- package/dist/skills/registry/github-direct-adapter.d.ts +17 -0
- package/dist/skills/registry/github-direct-adapter.d.ts.map +1 -0
- package/dist/skills/registry/registry-adapter.d.ts +84 -0
- package/dist/skills/registry/registry-adapter.d.ts.map +1 -0
- package/dist/skills/registry/skills-sh-adapter.d.ts +13 -0
- package/dist/skills/registry/skills-sh-adapter.d.ts.map +1 -0
- package/dist/skills/skill-generator.d.ts +82 -0
- package/dist/skills/skill-generator.d.ts.map +1 -0
- package/dist/skills/skill-installer.d.ts +124 -0
- package/dist/skills/skill-installer.d.ts.map +1 -0
- package/dist/storage/annotations-store.d.ts +118 -0
- package/dist/storage/annotations-store.d.ts.map +1 -0
- package/dist/storage/attachment-store.d.ts +31 -0
- package/dist/storage/attachment-store.d.ts.map +1 -0
- package/dist/storage/cloud-sync.d.ts +44 -0
- package/dist/storage/cloud-sync.d.ts.map +1 -0
- package/dist/storage/completed-work-checkpoint.d.ts +11 -0
- package/dist/storage/completed-work-checkpoint.d.ts.map +1 -0
- package/dist/storage/config-loader.d.ts +104 -0
- package/dist/storage/config-loader.d.ts.map +1 -0
- package/dist/storage/config-migration.d.ts +87 -0
- package/dist/storage/config-migration.d.ts.map +1 -0
- package/dist/storage/config-store.d.ts +22 -0
- package/dist/storage/config-store.d.ts.map +1 -0
- package/dist/{director-state-CMS_bMs4.d.ts → storage/director-state.d.ts} +28 -8
- package/dist/storage/director-state.d.ts.map +1 -0
- package/dist/storage/file-session-writer.d.ts +169 -0
- package/dist/storage/file-session-writer.d.ts.map +1 -0
- package/dist/{goal-store-Datpp-ar.d.ts → storage/goal-store.d.ts} +26 -19
- package/dist/storage/goal-store.d.ts.map +1 -0
- package/dist/storage/index.d.ts +39 -1031
- package/dist/storage/index.d.ts.map +1 -0
- package/dist/storage/index.js +655 -300
- package/dist/storage/index.js.map +7 -1
- package/dist/storage/input-history-store.d.ts +56 -0
- package/dist/storage/input-history-store.d.ts.map +1 -0
- package/dist/storage/memory-backend.d.ts +66 -0
- package/dist/storage/memory-backend.d.ts.map +1 -0
- package/dist/storage/memory-consolidator.d.ts +50 -0
- package/dist/storage/memory-consolidator.d.ts.map +1 -0
- package/dist/storage/memory-graph-backend.d.ts +117 -0
- package/dist/storage/memory-graph-backend.d.ts.map +1 -0
- package/dist/storage/memory-store.d.ts +119 -0
- package/dist/storage/memory-store.d.ts.map +1 -0
- package/dist/storage/plan-store.d.ts +78 -0
- package/dist/storage/plan-store.d.ts.map +1 -0
- package/dist/storage/plan-templates.d.ts +21 -0
- package/dist/storage/plan-templates.d.ts.map +1 -0
- package/dist/storage/prompt-store.d.ts +37 -0
- package/dist/storage/prompt-store.d.ts.map +1 -0
- package/dist/storage/prompt-usage-store.d.ts +29 -0
- package/dist/storage/prompt-usage-store.d.ts.map +1 -0
- package/dist/storage/provider-config-watcher.d.ts +34 -0
- package/dist/storage/provider-config-watcher.d.ts.map +1 -0
- package/dist/storage/queue-store.d.ts +37 -0
- package/dist/storage/queue-store.d.ts.map +1 -0
- package/dist/storage/recovery-lock.d.ts +79 -0
- package/dist/storage/recovery-lock.d.ts.map +1 -0
- package/dist/storage/replay-log-store.d.ts +97 -0
- package/dist/storage/replay-log-store.d.ts.map +1 -0
- package/dist/storage/session-analyzer.d.ts +48 -0
- package/dist/storage/session-analyzer.d.ts.map +1 -0
- package/dist/storage/session-checkpoint-cas.d.ts +37 -0
- package/dist/storage/session-checkpoint-cas.d.ts.map +1 -0
- package/dist/{session-event-bridge-D_z_mBwk.d.ts → storage/session-event-bridge.d.ts} +14 -15
- package/dist/storage/session-event-bridge.d.ts.map +1 -0
- package/dist/storage/session-helpers.d.ts +9 -0
- package/dist/storage/session-helpers.d.ts.map +1 -0
- package/dist/storage/session-id.d.ts +18 -0
- package/dist/storage/session-id.d.ts.map +1 -0
- package/dist/storage/session-reader.d.ts +21 -0
- package/dist/storage/session-reader.d.ts.map +1 -0
- package/dist/storage/session-recovery.d.ts +93 -0
- package/dist/storage/session-recovery.d.ts.map +1 -0
- package/dist/storage/session-resume-validation.d.ts +6 -0
- package/dist/storage/session-resume-validation.d.ts.map +1 -0
- package/dist/storage/session-rewinder.d.ts +21 -0
- package/dist/storage/session-rewinder.d.ts.map +1 -0
- package/dist/storage/session-store.d.ts +210 -0
- package/dist/storage/session-store.d.ts.map +1 -0
- package/dist/storage/session-summary.d.ts +12 -0
- package/dist/storage/session-summary.d.ts.map +1 -0
- package/dist/storage/session-tool-call-ends.d.ts +5 -0
- package/dist/storage/session-tool-call-ends.d.ts.map +1 -0
- package/dist/storage/storage-concurrency.d.ts +2 -0
- package/dist/storage/storage-concurrency.d.ts.map +1 -0
- package/dist/storage/task-store.d.ts +33 -0
- package/dist/storage/task-store.d.ts.map +1 -0
- package/dist/storage/todos-checkpoint.d.ts +39 -0
- package/dist/storage/todos-checkpoint.d.ts.map +1 -0
- package/dist/storage/tool-audit-log.d.ts +141 -0
- package/dist/storage/tool-audit-log.d.ts.map +1 -0
- package/dist/tasking/index.d.ts +3 -124
- package/dist/tasking/index.d.ts.map +1 -0
- package/dist/tasking/index.js +57 -4
- package/dist/tasking/index.js.map +7 -1
- package/dist/tasking/task-store.d.ts +22 -0
- package/dist/tasking/task-store.d.ts.map +1 -0
- package/dist/tasking/task-tracker.d.ts +102 -0
- package/dist/tasking/task-tracker.d.ts.map +1 -0
- package/dist/tools/index.d.ts +2 -59
- package/dist/tools/index.d.ts.map +1 -0
- package/dist/tools/index.js +93 -14
- package/dist/tools/index.js.map +7 -1
- package/dist/tools/mcp-control.d.ts +53 -0
- package/dist/tools/mcp-control.d.ts.map +1 -0
- package/dist/tools/mcp-use.d.ts +24 -0
- package/dist/tools/mcp-use.d.ts.map +1 -0
- package/dist/types/agent-bridge.d.ts +42 -0
- package/dist/types/agent-bridge.d.ts.map +1 -0
- package/dist/types/attachment.d.ts +54 -0
- package/dist/types/attachment.d.ts.map +1 -0
- package/dist/types/autonomy.d.ts +5 -0
- package/dist/types/autonomy.d.ts.map +1 -0
- package/dist/types/blocks.d.ts +76 -0
- package/dist/types/blocks.d.ts.map +1 -0
- package/dist/{compactor-DQLL4HTo.d.ts → types/compactor.d.ts} +5 -7
- package/dist/types/compactor.d.ts.map +1 -0
- package/dist/{config-MRqn1V-u.d.ts → types/config.d.ts} +135 -354
- package/dist/types/config.d.ts.map +1 -0
- package/dist/types/context-evidence.d.ts +68 -0
- package/dist/types/context-evidence.d.ts.map +1 -0
- package/dist/types/context-window.d.ts +35 -0
- package/dist/types/context-window.d.ts.map +1 -0
- package/dist/{default-config-B79_gJYv.d.ts → types/default-config.d.ts} +10 -11
- package/dist/types/default-config.d.ts.map +1 -0
- package/dist/types/design-kit.d.ts +91 -0
- package/dist/types/design-kit.d.ts.map +1 -0
- package/dist/{retry-policy-CQ7KwXJa.d.ts → types/error-handler.d.ts} +5 -12
- package/dist/types/error-handler.d.ts.map +1 -0
- package/dist/types/errors.d.ts +277 -0
- package/dist/types/errors.d.ts.map +1 -0
- package/dist/types/hooks.d.ts +167 -0
- package/dist/types/hooks.d.ts.map +1 -0
- package/dist/types/index.d.ts +40 -244
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +90 -12
- package/dist/types/index.js.map +7 -1
- package/dist/{input-reader-E-ffP2ee.d.ts → types/input-reader.d.ts} +3 -4
- package/dist/types/input-reader.d.ts.map +1 -0
- package/dist/{logger-B63L5bTg.d.ts → types/logger.d.ts} +3 -4
- package/dist/types/logger.d.ts.map +1 -0
- package/dist/types/memory.d.ts +89 -0
- package/dist/types/memory.d.ts.map +1 -0
- package/dist/types/messages.d.ts +24 -0
- package/dist/types/messages.d.ts.map +1 -0
- package/dist/types/mode-prompts.d.ts +2 -0
- package/dist/types/mode-prompts.d.ts.map +1 -0
- package/dist/{mode-CZlO9iU1.d.ts → types/mode.d.ts} +6 -7
- package/dist/types/mode.d.ts.map +1 -0
- package/dist/types/models-registry.d.ts +105 -0
- package/dist/types/models-registry.d.ts.map +1 -0
- package/dist/types/multi-agent.d.ts +435 -0
- package/dist/types/multi-agent.d.ts.map +1 -0
- package/dist/{observability-D-HZN_mF.d.ts → types/observability.d.ts} +12 -13
- package/dist/types/observability.d.ts.map +1 -0
- package/dist/{path-resolver-CPRj4bFY.d.ts → types/path-resolver.d.ts} +2 -3
- package/dist/types/path-resolver.d.ts.map +1 -0
- package/dist/{permission-ByDKXEcG.d.ts → types/permission.d.ts} +8 -9
- package/dist/types/permission.d.ts.map +1 -0
- package/dist/types/plugin.d.ts +385 -0
- package/dist/types/plugin.d.ts.map +1 -0
- package/dist/types/prompt-registry.d.ts +81 -0
- package/dist/types/prompt-registry.d.ts.map +1 -0
- package/dist/{prompt-DLd35n4Q.d.ts → types/prompt.d.ts} +14 -15
- package/dist/types/prompt.d.ts.map +1 -0
- package/dist/{provider-runner-ChL-kVg6.d.ts → types/provider-runner.d.ts} +9 -10
- package/dist/types/provider-runner.d.ts.map +1 -0
- package/dist/types/provider.d.ts +387 -0
- package/dist/types/provider.d.ts.map +1 -0
- package/dist/types/renderer.d.ts +23 -0
- package/dist/types/renderer.d.ts.map +1 -0
- package/dist/types/retry-policy.d.ts +7 -0
- package/dist/types/retry-policy.d.ts.map +1 -0
- package/dist/types/secret-scrubber.d.ts +5 -0
- package/dist/types/secret-scrubber.d.ts.map +1 -0
- package/dist/{secret-vault-BAKpgFw_.d.ts → types/secret-vault.d.ts} +13 -7
- package/dist/types/secret-vault.d.ts.map +1 -0
- package/dist/{selector-D8O6B_Rm.d.ts → types/selector.d.ts} +4 -6
- package/dist/types/selector.d.ts.map +1 -0
- package/dist/types/session-reader.d.ts +81 -0
- package/dist/types/session-reader.d.ts.map +1 -0
- package/dist/{session-rewinder-C9HnMkhP.d.ts → types/session-rewinder.d.ts} +5 -6
- package/dist/types/session-rewinder.d.ts.map +1 -0
- package/dist/types/session.d.ts +650 -0
- package/dist/types/session.d.ts.map +1 -0
- package/dist/types/side-effect.d.ts +34 -0
- package/dist/types/side-effect.d.ts.map +1 -0
- package/dist/{skill-DHniprNl.d.ts → types/skill.d.ts} +4 -5
- package/dist/types/skill.d.ts.map +1 -0
- package/dist/types/slash-command.d.ts +59 -0
- package/dist/types/slash-command.d.ts.map +1 -0
- package/dist/types/spec.d.ts +77 -0
- package/dist/types/spec.d.ts.map +1 -0
- package/dist/types/system-prompt-contributor.d.ts +20 -0
- package/dist/types/system-prompt-contributor.d.ts.map +1 -0
- package/dist/types/system-prompt.d.ts +51 -0
- package/dist/types/system-prompt.d.ts.map +1 -0
- package/dist/{task-graph-CH3acNQ7.d.ts → types/task-graph.d.ts} +21 -22
- package/dist/types/task-graph.d.ts.map +1 -0
- package/dist/types/token-counter.d.ts +42 -0
- package/dist/types/token-counter.d.ts.map +1 -0
- package/dist/types/tool-executor.d.ts +133 -0
- package/dist/types/tool-executor.d.ts.map +1 -0
- package/dist/types/tool-markers.d.ts +23 -0
- package/dist/types/tool-markers.d.ts.map +1 -0
- package/dist/types/tool.d.ts +245 -0
- package/dist/types/tool.d.ts.map +1 -0
- package/dist/types/utility-types.d.ts +31 -0
- package/dist/types/utility-types.d.ts.map +1 -0
- package/dist/utils/assert-never.d.ts +14 -0
- package/dist/utils/assert-never.d.ts.map +1 -0
- package/dist/utils/atomic-write.d.ts +12 -0
- package/dist/utils/atomic-write.d.ts.map +1 -0
- package/dist/utils/child-env.d.ts +67 -0
- package/dist/utils/child-env.d.ts.map +1 -0
- package/dist/utils/color.d.ts +20 -0
- package/dist/utils/color.d.ts.map +1 -0
- package/dist/utils/config-json.d.ts +14 -0
- package/dist/utils/config-json.d.ts.map +1 -0
- package/dist/utils/context-evidence.d.ts +47 -0
- package/dist/utils/context-evidence.d.ts.map +1 -0
- package/dist/utils/deep-merge.d.ts +64 -0
- package/dist/utils/deep-merge.d.ts.map +1 -0
- package/dist/utils/diff.d.ts +11 -0
- package/dist/utils/diff.d.ts.map +1 -0
- package/dist/utils/error.d.ts +2 -3
- package/dist/utils/error.d.ts.map +1 -0
- package/dist/utils/error.js +3 -3
- package/dist/utils/error.js.map +7 -1
- package/dist/utils/expect-defined.d.ts +2 -3
- package/dist/utils/expect-defined.d.ts.map +1 -0
- package/dist/utils/expect-defined.js +3 -3
- package/dist/utils/expect-defined.js.map +7 -1
- package/dist/utils/glob-expand.d.ts +10 -0
- package/dist/utils/glob-expand.d.ts.map +1 -0
- package/dist/utils/glob-match.d.ts +4 -0
- package/dist/utils/glob-match.d.ts.map +1 -0
- package/dist/utils/index.d.ts +37 -920
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +242 -33
- package/dist/utils/index.js.map +7 -1
- package/dist/utils/instruction-file.d.ts +3 -0
- package/dist/utils/instruction-file.d.ts.map +1 -0
- package/dist/utils/ip-guard.d.ts +34 -0
- package/dist/utils/ip-guard.d.ts.map +1 -0
- package/dist/utils/json-repair.d.ts +23 -0
- package/dist/utils/json-repair.d.ts.map +1 -0
- package/dist/utils/json-schema-validate.d.ts +42 -0
- package/dist/utils/json-schema-validate.d.ts.map +1 -0
- package/dist/utils/lru-cache.d.ts +29 -0
- package/dist/utils/lru-cache.d.ts.map +1 -0
- package/dist/utils/merge-custom-models.d.ts +12 -0
- package/dist/utils/merge-custom-models.d.ts.map +1 -0
- package/dist/utils/merge-models-payload.d.ts +20 -0
- package/dist/utils/merge-models-payload.d.ts.map +1 -0
- package/dist/utils/message-invariants.d.ts +22 -0
- package/dist/utils/message-invariants.d.ts.map +1 -0
- package/dist/utils/newline-normalize.d.ts +5 -0
- package/dist/utils/newline-normalize.d.ts.map +1 -0
- package/dist/utils/regex-guard.d.ts +21 -0
- package/dist/utils/regex-guard.d.ts.map +1 -0
- package/dist/utils/safe-json.d.ts +31 -0
- package/dist/utils/safe-json.d.ts.map +1 -0
- package/dist/utils/session-scoped-path.d.ts +13 -0
- package/dist/utils/session-scoped-path.d.ts.map +1 -0
- package/dist/utils/sleep.d.ts +5 -0
- package/dist/utils/sleep.d.ts.map +1 -0
- package/dist/utils/slug.d.ts +13 -0
- package/dist/utils/slug.d.ts.map +1 -0
- package/dist/utils/string.d.ts +9 -0
- package/dist/utils/string.d.ts.map +1 -0
- package/dist/utils/task-format.d.ts +22 -0
- package/dist/utils/task-format.d.ts.map +1 -0
- package/dist/utils/term.d.ts +133 -0
- package/dist/utils/term.d.ts.map +1 -0
- package/dist/utils/todos-format.d.ts +30 -0
- package/dist/utils/todos-format.d.ts.map +1 -0
- package/dist/utils/token-estimate.d.ts +112 -0
- package/dist/utils/token-estimate.d.ts.map +1 -0
- package/dist/utils/tool-description-mode.d.ts +28 -0
- package/dist/utils/tool-description-mode.d.ts.map +1 -0
- package/dist/utils/tool-output-serializer.d.ts +40 -0
- package/dist/utils/tool-output-serializer.d.ts.map +1 -0
- package/dist/utils/tool-result-render-mode.d.ts +55 -0
- package/dist/utils/tool-result-render-mode.d.ts.map +1 -0
- package/dist/utils/tool-subject.d.ts +5 -0
- package/dist/utils/tool-subject.d.ts.map +1 -0
- package/dist/utils/tool-wire-compact.d.ts +28 -0
- package/dist/utils/tool-wire-compact.d.ts.map +1 -0
- package/dist/utils/ulid.d.ts +11 -0
- package/dist/utils/ulid.d.ts.map +1 -0
- package/dist/{wstack-paths-C3K40Qst.d.ts → utils/wstack-paths.d.ts} +7 -8
- package/dist/utils/wstack-paths.d.ts.map +1 -0
- package/dist/worktree/index.d.ts +2 -0
- package/dist/worktree/index.d.ts.map +1 -0
- package/dist/{worktree-manager-DzwxKE35.d.ts → worktree/worktree-manager.d.ts} +19 -13
- package/dist/worktree/worktree-manager.d.ts.map +1 -0
- package/instructions/autonomy/active-mission.md +2 -4
- package/instructions/sections/tool/delegation-full.md +1 -1
- package/package.json +4 -5
- package/skills/node-modern/SKILL.md +2 -2
- package/skills/plugin-author/SKILL.md +9 -16
- package/dist/dispatcher-types.d-BBeXBQgS.d.ts +0 -66
- package/dist/global-mailbox-sZwyI6CS.d.ts +0 -959
- package/dist/index--Gm41aBJ.d.ts +0 -671
- package/dist/mcp-servers-DEV4s6Ks.d.ts +0 -259
- package/dist/multi-agent-coordinator-4RCRZKjN.d.ts +0 -1770
- package/dist/null-fleet-bus-CFoNVQEK.d.ts +0 -2127
- package/dist/pipeline-DGDyIohT.d.ts +0 -331
- package/dist/provider-model-resolve-o2hHLs79.d.ts +0 -263
- package/dist/secret-scrubber-3MHDDAtm.d.ts +0 -6
- package/dist/secret-vault-DxohkUBc.d.ts +0 -272
- package/dist/session-reader-7Esxrkpw.d.ts +0 -155
- package/dist/task-format-GX0B1mMC.d.ts +0 -23
- package/dist/todos-checkpoint-FY7PjmMx.d.ts +0 -850
- package/dist/tool-BNlnIJvo.d.ts +0 -2190
- package/dist/tool-executor-CckSCM5E.d.ts +0 -906
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import type { Agent, AgentInput } from '../core/agent.js';
|
|
2
|
+
import type { EventBus } from '../kernel/events.js';
|
|
3
|
+
import type { SubagentConfig, SubagentRunner, TaskSpec } from '../types/multi-agent.js';
|
|
4
|
+
import type { FleetBus } from './fleet-bus.js';
|
|
5
|
+
/**
|
|
6
|
+
* Caller-supplied factory that builds an isolated `Agent` for a subagent.
|
|
7
|
+
* The factory MUST construct a fresh `Context` per call — sharing context
|
|
8
|
+
* between subagents defeats isolation. Each Agent should also use either
|
|
9
|
+
* its own `EventBus` or a forwarded view, so per-subagent metrics can be
|
|
10
|
+
* attributed correctly.
|
|
11
|
+
*/
|
|
12
|
+
export type AgentFactory = (config: SubagentConfig) => Promise<AgentFactoryResult>;
|
|
13
|
+
/**
|
|
14
|
+
* Wrap a factory to automatically filter out disabled tools from subagent
|
|
15
|
+
* configurations. This provides mechanical enforcement of tool restrictions
|
|
16
|
+
* (e.g., preventing delegation) in addition to the baseline prompt constraint.
|
|
17
|
+
*
|
|
18
|
+
* The wrapper reads `config.disabledTools` and removes those tools from the
|
|
19
|
+
* agent's tool registry before returning.
|
|
20
|
+
*
|
|
21
|
+
* Usage:
|
|
22
|
+
* const filteredFactory = withDisabledToolFiltering(originalFactory);
|
|
23
|
+
* const runner = makeAgentSubagentRunner({ factory: filteredFactory });
|
|
24
|
+
*/
|
|
25
|
+
export declare function withDisabledToolFiltering(factory: AgentFactory): AgentFactory;
|
|
26
|
+
export interface AgentFactoryResult {
|
|
27
|
+
agent: Agent;
|
|
28
|
+
/** Event bus the factory wired to this agent — required for budget hookup. */
|
|
29
|
+
events: EventBus;
|
|
30
|
+
/**
|
|
31
|
+
* Optional cleanup hook invoked in the runner's `finally` block once
|
|
32
|
+
* the task ends (success, failure, abort — same exit path). Factories
|
|
33
|
+
* that own resources scoped to a single task (per-subagent JSONL
|
|
34
|
+
* writers, transient providers, throwaway containers) implement this
|
|
35
|
+
* to close them deterministically instead of relying on GC. Errors
|
|
36
|
+
* thrown here are swallowed so a flaky cleanup can't mask the task's
|
|
37
|
+
* real result.
|
|
38
|
+
*/
|
|
39
|
+
dispose?: ((() => Promise<void> | void)) | undefined;
|
|
40
|
+
}
|
|
41
|
+
export interface AgentRunnerOptions {
|
|
42
|
+
factory: AgentFactory;
|
|
43
|
+
/**
|
|
44
|
+
* Format a TaskSpec into the user input the agent will receive. Defaults
|
|
45
|
+
* to `task.description ?? ''`. Override when subagents expect structured
|
|
46
|
+
* input (e.g. JSON contracts, role-prefixed prompts).
|
|
47
|
+
*/
|
|
48
|
+
formatTaskInput?: (task: TaskSpec, config: SubagentConfig) => AgentInput;
|
|
49
|
+
/**
|
|
50
|
+
* When set, the runner attaches the subagent's EventBus to this FleetBus
|
|
51
|
+
* on task start and detaches it when the task finishes. This is the
|
|
52
|
+
* injection seam that lets the TUI fleet panel observe subagent activity
|
|
53
|
+
* live — without it, FleetBus stays empty.
|
|
54
|
+
*/
|
|
55
|
+
fleetBus?: FleetBus | undefined;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Builds a `SubagentRunner` that drives a real `Agent` per task while honoring
|
|
59
|
+
* the coordinator's budget and abort signal. This is the production adapter —
|
|
60
|
+
* the coordinator's `runner` option in CLI/TUI assemblies points here.
|
|
61
|
+
*
|
|
62
|
+
* Lifecycle per task:
|
|
63
|
+
* 1. factory(config) → fresh Agent + EventBus.
|
|
64
|
+
* 2. Subscribe to events to feed the budget (tool calls, token usage).
|
|
65
|
+
* 3. Call agent.run(input, { signal }) — the coordinator's signal cancels.
|
|
66
|
+
* 4. Map RunResult.status onto a `SubagentRunOutcome` or throw on failure.
|
|
67
|
+
* 5. Unsubscribe and let the factory's resources be GC'd.
|
|
68
|
+
*
|
|
69
|
+
* The budget is checked synchronously from event handlers — a runaway agent
|
|
70
|
+
* that crosses its tool-call limit triggers `BudgetExceededError`, which the
|
|
71
|
+
* coordinator surfaces as `status: 'failed'` on the task result.
|
|
72
|
+
*/
|
|
73
|
+
export declare function makeAgentSubagentRunner(opts: AgentRunnerOptions): SubagentRunner;
|
|
74
|
+
//# sourceMappingURL=agent-subagent-runner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-subagent-runner.d.ts","sourceRoot":"","sources":["../../src/coordination/agent-subagent-runner.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,UAAU,EAAa,MAAM,kBAAkB,CAAC;AACrE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,KAAK,EACV,cAAc,EAGd,cAAc,EACd,QAAQ,EACT,MAAM,yBAAyB,CAAC;AAMjC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAG/C;;;;;;GAMG;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,MAAM,EAAE,cAAc,KAAK,OAAO,CAAC,kBAAkB,CAAC,CAAC;AAEnF;;;;;;;;;;;GAWG;AACH,wBAAgB,yBAAyB,CAAC,OAAO,EAAE,YAAY,GAAG,YAAY,CAe7E;AAED,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,KAAK,CAAC;IACb,8EAA8E;IAC9E,MAAM,EAAE,QAAQ,CAAC;IACjB;;;;;;;;OAQG;IACH,OAAO,CAAC,EAAE,CAAC,CAAC,MAAM,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,CAAC,GAAG,SAAS,CAAC;CACtD;AAED,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,YAAY,CAAC;IACtB;;;;OAIG;IACH,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,cAAc,KAAK,UAAU,CAAC;IACzE;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;CACjC;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,kBAAkB,GAAG,cAAc,CA8ThF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-prompts.d.ts","sourceRoot":"","sources":["../../../src/coordination/agents/agent-prompts.ts"],"names":[],"mappings":"AAsBA,wBAAgB,WAAW,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,CAkB9C"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Agent catalog aggregator.
|
|
3
|
+
*
|
|
4
|
+
* Collects every phase's `AgentDefinition[]` into:
|
|
5
|
+
* - `ALL_AGENT_DEFINITIONS` — flat list, catalog order (phase 1 → 9)
|
|
6
|
+
* - `AGENT_CATALOG` — keyed by role for O(1) lookup
|
|
7
|
+
* - `AGENTS_BY_PHASE` — grouped for statusline / dispatcher tie-breaks
|
|
8
|
+
*
|
|
9
|
+
* `fleet.ts` derives `FLEET_ROSTER` + `FLEET_ROSTER_BUDGETS` from this, and the
|
|
10
|
+
* dispatcher routes free-form tasks against `capability` metadata here.
|
|
11
|
+
*/
|
|
12
|
+
import type { AgentDefinition, AgentPhase } from './types.js';
|
|
13
|
+
import { DISCOVERY_AGENTS } from './phase1-discovery.js';
|
|
14
|
+
import { PLANNING_AGENTS } from './phase2-planning.js';
|
|
15
|
+
import { BUILD_AGENTS } from './phase3-build.js';
|
|
16
|
+
import { VERIFY_AGENTS } from './phase4-verify.js';
|
|
17
|
+
import { REVIEW_AGENTS } from './phase5-review.js';
|
|
18
|
+
import { DOMAIN_AGENTS } from './phase6-domain.js';
|
|
19
|
+
import { KNOWLEDGE_AGENTS } from './phase7-knowledge.js';
|
|
20
|
+
import { DELIVERY_AGENTS } from './phase8-delivery.js';
|
|
21
|
+
import { META_AGENTS } from './phase9-meta.js';
|
|
22
|
+
export * from './types.js';
|
|
23
|
+
export { DISCOVERY_AGENTS, PLANNING_AGENTS, BUILD_AGENTS, VERIFY_AGENTS, REVIEW_AGENTS, DOMAIN_AGENTS, KNOWLEDGE_AGENTS, DELIVERY_AGENTS, META_AGENTS, };
|
|
24
|
+
/** Every catalog agent, in phase order. */
|
|
25
|
+
export declare const ALL_AGENT_DEFINITIONS: AgentDefinition[];
|
|
26
|
+
/** Phase → its agents, for grouped display and dispatcher fallbacks. */
|
|
27
|
+
export declare const AGENTS_BY_PHASE: Record<AgentPhase, AgentDefinition[]>;
|
|
28
|
+
/**
|
|
29
|
+
* Role → definition. Built once at module load. Throws on a duplicate role so
|
|
30
|
+
* a copy-paste collision fails loudly at startup instead of silently shadowing.
|
|
31
|
+
*/
|
|
32
|
+
export declare const AGENT_CATALOG: Record<string, AgentDefinition>;
|
|
33
|
+
/** Role lookup helper. Returns undefined for unknown roles. */
|
|
34
|
+
export declare function getAgentDefinition(role: string): AgentDefinition | undefined;
|
|
35
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/coordination/agents/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AACH,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE/C,cAAc,YAAY,CAAC;AAC3B,OAAO,EACL,gBAAgB,EAChB,eAAe,EACf,YAAY,EACZ,aAAa,EACb,aAAa,EACb,aAAa,EACb,gBAAgB,EAChB,eAAe,EACf,WAAW,GACZ,CAAC;AAEF,2CAA2C;AAC3C,eAAO,MAAM,qBAAqB,EAAE,eAAe,EAUlD,CAAC;AAEF,wEAAwE;AACxE,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,UAAU,EAAE,eAAe,EAAE,CAUjE,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAatD,CAAC;AAEL,+DAA+D;AAC/D,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,MAAM,GAAG,eAAe,GAAG,SAAS,CAE5E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"phase1-discovery.d.ts","sourceRoot":"","sources":["../../../src/coordination/agents/phase1-discovery.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,eAAe,EAAsC,MAAM,YAAY,CAAC;AAGtF,sEAAsE;AACtE,eAAO,MAAM,gBAAgB,EAAE,eAAe,EAkF7C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"phase2-planning.d.ts","sourceRoot":"","sources":["../../../src/coordination/agents/phase2-planning.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,eAAe,EAAqC,MAAM,YAAY,CAAC;AAKrF,mFAAmF;AACnF,eAAO,MAAM,eAAe,EAAE,eAAe,EAkI5C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"phase3-build.d.ts","sourceRoot":"","sources":["../../../src/coordination/agents/phase3-build.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,eAAe,EAAsC,MAAM,YAAY,CAAC;AAGtF,gEAAgE;AAChE,eAAO,MAAM,YAAY,EAAE,eAAe,EAkLzC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type AgentDefinition } from './types.js';
|
|
2
|
+
/**
|
|
3
|
+
* Phase 3 · Tech Stack — dependency version watchdog.
|
|
4
|
+
*
|
|
5
|
+
* Automatically triggered when package manifests (package.json, go.mod, etc.)
|
|
6
|
+
* are created or edited. Detects the ecosystem, looks up latest versions from
|
|
7
|
+
* registries, and sends warning messages to the agent that last touched the
|
|
8
|
+
* file (or broadcasts if unknown).
|
|
9
|
+
*
|
|
10
|
+
* Tools: read (manifests), fetch (registry APIs), mailbox (send warnings).
|
|
11
|
+
*/
|
|
12
|
+
export declare const TECHSTACK_AGENTS: AgentDefinition[];
|
|
13
|
+
//# sourceMappingURL=phase3-techstack.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"phase3-techstack.d.ts","sourceRoot":"","sources":["../../../src/coordination/agents/phase3-techstack.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,eAAe,EAAuB,MAAM,YAAY,CAAC;AAGvE;;;;;;;;;GASG;AACH,eAAO,MAAM,gBAAgB,EAAE,eAAe,EA4B7C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"phase4-verify.d.ts","sourceRoot":"","sources":["../../../src/coordination/agents/phase4-verify.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,eAAe,EAAsC,MAAM,YAAY,CAAC;AAEtF,gGAAgG;AAChG,eAAO,MAAM,aAAa,EAAE,eAAe,EA4S1C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"phase5-review.d.ts","sourceRoot":"","sources":["../../../src/coordination/agents/phase5-review.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,eAAe,EAAwB,MAAM,YAAY,CAAC;AAExE,kFAAkF;AAClF,eAAO,MAAM,aAAa,EAAE,eAAe,EA4I1C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"phase6-domain.d.ts","sourceRoot":"","sources":["../../../src/coordination/agents/phase6-domain.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,eAAe,EAAsC,MAAM,YAAY,CAAC;AAGtF,uEAAuE;AACvE,eAAO,MAAM,aAAa,EAAE,eAAe,EA8L1C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"phase7-knowledge.d.ts","sourceRoot":"","sources":["../../../src/coordination/agents/phase7-knowledge.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,eAAe,EAAsC,MAAM,YAAY,CAAC;AAGtF,gFAAgF;AAChF,eAAO,MAAM,gBAAgB,EAAE,eAAe,EAuG7C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"phase8-delivery.d.ts","sourceRoot":"","sources":["../../../src/coordination/agents/phase8-delivery.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,eAAe,EAAwB,MAAM,YAAY,CAAC;AAGxE,mEAAmE;AACnE,eAAO,MAAM,eAAe,EAAE,eAAe,EAqK5C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"phase9-meta.d.ts","sourceRoot":"","sources":["../../../src/coordination/agents/phase9-meta.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,eAAe,EAAsC,MAAM,YAAY,CAAC;AAGtF,oEAAoE;AACpE,eAAO,MAAM,WAAW,EAAE,eAAe,EAgJxC,CAAC"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Catalog types for the WrongStack agent fleet.
|
|
3
|
+
*
|
|
4
|
+
* An `AgentDefinition` bundles the runtime `SubagentConfig` (id/name/role/
|
|
5
|
+
* prompt/tools) with two things the bare config lacks:
|
|
6
|
+
* - a per-role `budget` tier (consumed by FLEET_ROSTER_BUDGETS), and
|
|
7
|
+
* - dispatcher `capability` metadata (keywords + summary + phase) used by
|
|
8
|
+
* the smart dispatcher to route a free-form task to the best agent.
|
|
9
|
+
*
|
|
10
|
+
* Phase files (`phase1-discovery.ts` … `phase9-meta.ts`) each export an
|
|
11
|
+
* `AgentDefinition[]`; `index.ts` aggregates them into `AGENT_CATALOG`.
|
|
12
|
+
* `fleet.ts` derives `FLEET_ROSTER` + `FLEET_ROSTER_BUDGETS` from the catalog.
|
|
13
|
+
*/
|
|
14
|
+
import type { SubagentConfig } from '../../types/multi-agent.js';
|
|
15
|
+
/** Lifecycle phase grouping. Drives statusline labels + dispatcher tie-breaks. */
|
|
16
|
+
export type AgentPhase = 'discovery' | 'planning' | 'build' | 'verify' | 'review' | 'domain' | 'knowledge' | 'delivery' | 'meta';
|
|
17
|
+
/** Per-role budget tier. Same shape as fleet.ts `FleetRosterBudget`. */
|
|
18
|
+
export interface AgentBudgetTier {
|
|
19
|
+
timeoutMs?: number | undefined;
|
|
20
|
+
maxIterations?: number | undefined;
|
|
21
|
+
maxToolCalls?: number | undefined;
|
|
22
|
+
maxTokens?: number | undefined;
|
|
23
|
+
maxCostUsd?: number | undefined;
|
|
24
|
+
}
|
|
25
|
+
/** Dispatcher routing metadata. */
|
|
26
|
+
export interface AgentCapability {
|
|
27
|
+
phase: AgentPhase;
|
|
28
|
+
/**
|
|
29
|
+
* One-line capability summary. Fed to the LLM dispatcher classifier as the
|
|
30
|
+
* candidate's description, and shown to the user when explaining a routing
|
|
31
|
+
* decision. Keep it concrete and distinct from sibling agents.
|
|
32
|
+
*/
|
|
33
|
+
summary: string;
|
|
34
|
+
/**
|
|
35
|
+
* Lowercased signal words/phrases for the heuristic dispatcher. A task whose
|
|
36
|
+
* description contains these scores toward this agent. Order doesn't matter;
|
|
37
|
+
* prefer specific terms ("graphql", "wcag") over generic ones ("code").
|
|
38
|
+
*/
|
|
39
|
+
keywords: string[];
|
|
40
|
+
}
|
|
41
|
+
/** A single catalog entry: runtime config + budget tier + routing metadata. */
|
|
42
|
+
export interface AgentDefinition {
|
|
43
|
+
config: SubagentConfig;
|
|
44
|
+
budget: AgentBudgetTier;
|
|
45
|
+
capability: AgentCapability;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Budget tiers by workload weight. Deliberately generous — the project's
|
|
49
|
+
* existing roster uses multi-hour ceilings to avoid spurious timeouts on
|
|
50
|
+
* monorepo-scale work, and the auto-extend handshake raises them further when
|
|
51
|
+
* a subagent is still making progress.
|
|
52
|
+
*/
|
|
53
|
+
export declare const LIGHT_BUDGET: AgentBudgetTier;
|
|
54
|
+
export declare const MEDIUM_BUDGET: AgentBudgetTier;
|
|
55
|
+
export declare const HEAVY_BUDGET: AgentBudgetTier;
|
|
56
|
+
/**
|
|
57
|
+
* Tool allowlist presets. Agents pass the smallest set that covers their job —
|
|
58
|
+
* a planning agent should not hold `write`/`bash`, a reviewer should be
|
|
59
|
+
* read-only. Spread + extend per-agent where a role needs one extra tool.
|
|
60
|
+
*/
|
|
61
|
+
export declare const TOOLS: {
|
|
62
|
+
/** Pure read/inspect — safe for analysis and review agents. */
|
|
63
|
+
readonly read: readonly ["read", "grep", "glob", "search", "tree", "mailbox"];
|
|
64
|
+
/** Read + structured inspection (logs, diffs, json, dependency audit). */
|
|
65
|
+
readonly inspect: readonly ["read", "grep", "glob", "search", "tree", "json", "diff", "logs", "audit", "mailbox"];
|
|
66
|
+
/** Read + edit (no shell). For agents that write code/docs but don't run it. */
|
|
67
|
+
readonly write: readonly ["read", "grep", "glob", "search", "tree", "write", "edit", "replace", "patch", "mailbox"];
|
|
68
|
+
/** Full build loop: edit + run (lint/format/typecheck/test/bash). */
|
|
69
|
+
readonly build: readonly ["read", "grep", "glob", "search", "tree", "write", "edit", "replace", "patch", "bash", "exec", "lint", "format", "typecheck", "test", "mailbox"];
|
|
70
|
+
/** Version control. */
|
|
71
|
+
readonly vcs: readonly ["read", "grep", "glob", "git", "diff"];
|
|
72
|
+
/** Dependency management + CVE audit. */
|
|
73
|
+
readonly deps: readonly ["read", "grep", "glob", "install", "outdated", "audit", "json", "mailbox"];
|
|
74
|
+
/** Documentation authoring. */
|
|
75
|
+
readonly docs: readonly ["read", "grep", "glob", "search", "tree", "write", "edit", "document", "mailbox"];
|
|
76
|
+
/** Web research. */
|
|
77
|
+
readonly research: readonly ["read", "grep", "glob", "search", "fetch", "mailbox"];
|
|
78
|
+
};
|
|
79
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/coordination/agents/types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAEjE,kFAAkF;AAClF,MAAM,MAAM,UAAU,GAClB,WAAW,GACX,UAAU,GACV,OAAO,GACP,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,WAAW,GACX,UAAU,GACV,MAAM,CAAC;AAEX,wEAAwE;AACxE,MAAM,WAAW,eAAe;IAC9B,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC;AAED,mCAAmC;AACnC,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,UAAU,CAAC;IAClB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,+EAA+E;AAC/E,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,cAAc,CAAC;IACvB,MAAM,EAAE,eAAe,CAAC;IACxB,UAAU,EAAE,eAAe,CAAC;CAC7B;AAID;;;;;GAKG;AACH,eAAO,MAAM,YAAY,EAAE,eAI1B,CAAC;AACF,eAAO,MAAM,aAAa,EAAE,eAI3B,CAAC;AACF,eAAO,MAAM,YAAY,EAAE,eAI1B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,KAAK;IAChB,+DAA+D;;IAE/D,0EAA0E;;IAE1E,gFAAgF;;IAEhF,qEAAqE;;IAmBrE,uBAAuB;;IAEvB,yCAAyC;;IAEzC,+BAA+B;;IAE/B,oBAAoB;;CAEgC,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { InMemoryAgentBridge, InMemoryBridgeTransport, createMessage, } from './agent-bridge.js';
|
|
2
|
+
export { AUDIT_LOG_AGENT, BUG_HUNTER_AGENT, REFACTOR_PLANNER_AGENT, SECURITY_SCANNER_AGENT,
|
|
3
|
+
/**
|
|
4
|
+
* Public fleet role registry consumed by CLI director/delegate wiring and
|
|
5
|
+
* plugin API consumers. Keep exported from this barrel for compatibility.
|
|
6
|
+
*/
|
|
7
|
+
FLEET_ROSTER, ALL_FLEET_AGENTS, } from './fleet.js';
|
|
8
|
+
//# sourceMappingURL=agents.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agents.d.ts","sourceRoot":"","sources":["../../src/coordination/agents.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,uBAAuB,EACvB,aAAa,GACd,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EACL,eAAe,EACf,gBAAgB,EAChB,sBAAsB,EACtB,sBAAsB;AACtB;;;GAGG;AACH,YAAY,EACZ,gBAAgB,GACjB,MAAM,YAAY,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Default auto-extend policy for subagent budgets.
|
|
3
|
+
*
|
|
4
|
+
* The budget's soft-limit path (`SubagentBudget` → `budget.threshold_reached`)
|
|
5
|
+
* only negotiates an extension when SOMETHING listens on the EventBus. Under a
|
|
6
|
+
* `Director`, that listener is the director's own auto-extend handler. On the
|
|
7
|
+
* plain coordinator path (e.g. a bare `/spawn` with no director) nothing
|
|
8
|
+
* listens, so the budget falls back to a hard stop and the subagent dies the
|
|
9
|
+
* moment it crosses a soft limit.
|
|
10
|
+
*
|
|
11
|
+
* `attachAutoExtend` is the additive fix: wire it to a subagent's EventBus and
|
|
12
|
+
* budget overruns are auto-granted headroom instead of killing the run. It is
|
|
13
|
+
* heartbeat-aware for the timeout kind — wall-clock time always advances, so a
|
|
14
|
+
* naive "extend timeout forever" would let a wedged agent run indefinitely.
|
|
15
|
+
* Instead, a timeout extension is granted only when the agent has executed a
|
|
16
|
+
* new tool call or started a new iteration since the last timeout extension.
|
|
17
|
+
* No progress since last time ⇒ the agent is genuinely stuck ⇒ deny and let it
|
|
18
|
+
* fail. The non-timeout kinds (iterations/tool_calls/tokens/cost) extend up to
|
|
19
|
+
* a per-kind cap, then deny — those ceilings are the real runaway guard.
|
|
20
|
+
*/
|
|
21
|
+
import type { EventBus } from '../kernel/events.js';
|
|
22
|
+
export interface AutoExtendCeiling {
|
|
23
|
+
maxIterations?: number | undefined;
|
|
24
|
+
maxToolCalls?: number | undefined;
|
|
25
|
+
maxTokens?: number | undefined;
|
|
26
|
+
maxCostUsd?: number | undefined;
|
|
27
|
+
timeoutMs?: number | undefined;
|
|
28
|
+
}
|
|
29
|
+
export interface AutoExtendPolicy {
|
|
30
|
+
/** Multiplier applied to the tripped limit when extending. Default 0.5 (+50%). */
|
|
31
|
+
factor?: number | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* Max extensions per NON-timeout kind before denying. Timeout is governed by
|
|
34
|
+
* the heartbeat check, not this cap, so it can extend indefinitely while the
|
|
35
|
+
* agent makes progress. Default 8.
|
|
36
|
+
*/
|
|
37
|
+
maxExtensionsPerKind?: number | undefined;
|
|
38
|
+
/** Absolute ceilings — an extension never pushes a limit past these. */
|
|
39
|
+
ceiling?: AutoExtendCeiling | undefined;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Attach an auto-extend policy to a subagent's EventBus. Returns an unsubscribe
|
|
43
|
+
* function that detaches all listeners — call it when the subagent task ends.
|
|
44
|
+
*/
|
|
45
|
+
export declare function attachAutoExtend(events: EventBus, policy?: AutoExtendPolicy): () => void;
|
|
46
|
+
//# sourceMappingURL=auto-extend.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auto-extend.d.ts","sourceRoot":"","sources":["../../src/coordination/auto-extend.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEpD,MAAM,WAAW,iBAAiB;IAChC,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC;AAED,MAAM,WAAW,gBAAgB;IAC/B,kFAAkF;IAClF,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1C,wEAAwE;IACxE,OAAO,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;CACzC;AAqBD;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAE,gBAAqB,GAAG,MAAM,IAAI,CAiE5F"}
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
import type { BrainArbiter, BrainDecision, BrainDecisionOption, BrainDecisionRequest, BrainDecisionSource, BrainRisk } from './brain.js';
|
|
2
|
+
import type { DecisionNode, GoalNode, FactNode, ChangeNode } from './knowledge-graph.js';
|
|
3
|
+
import type { KnowledgeGraph } from './knowledge-graph.js';
|
|
4
|
+
import type { FleetBus } from './fleet-bus.js';
|
|
5
|
+
export type { BrainRisk };
|
|
6
|
+
export type AutonomousDecisionType = 'spawn' | 'approve_change' | 'reject_change' | 'prioritize_goals' | 'escalate_task' | 'rollback_change' | 'retry_task' | 'merge_results' | 'decompose_goal' | 'assign_task';
|
|
7
|
+
export interface AutonomousDecisionRequest {
|
|
8
|
+
id: string;
|
|
9
|
+
source: BrainDecisionSource;
|
|
10
|
+
decisionType: AutonomousDecisionType;
|
|
11
|
+
question: string;
|
|
12
|
+
context: {
|
|
13
|
+
/** Relevant facts from the knowledge graph */
|
|
14
|
+
facts?: FactNode[];
|
|
15
|
+
/** Goals relevant to this decision */
|
|
16
|
+
goals?: GoalNode[];
|
|
17
|
+
/** Change being reviewed (for approval decisions) */
|
|
18
|
+
change?: ChangeNode;
|
|
19
|
+
/** Current fleet status */
|
|
20
|
+
fleetStatus?: {
|
|
21
|
+
running: number;
|
|
22
|
+
idle: number;
|
|
23
|
+
total: number;
|
|
24
|
+
costSoFar: number;
|
|
25
|
+
};
|
|
26
|
+
/** Task that triggered this decision */
|
|
27
|
+
taskDescription?: string;
|
|
28
|
+
/** Error that triggered escalation, if any */
|
|
29
|
+
error?: string;
|
|
30
|
+
/** Number of times this task has been attempted */
|
|
31
|
+
attempts?: number;
|
|
32
|
+
};
|
|
33
|
+
options: BrainDecisionOption[];
|
|
34
|
+
risk: BrainRisk;
|
|
35
|
+
/** Whether this decision requires consensus */
|
|
36
|
+
requiresConsensus: boolean;
|
|
37
|
+
}
|
|
38
|
+
export interface SpawnDecision {
|
|
39
|
+
role: string;
|
|
40
|
+
budget: {
|
|
41
|
+
timeoutMs?: number;
|
|
42
|
+
maxIterations?: number;
|
|
43
|
+
maxToolCalls?: number;
|
|
44
|
+
maxCostUsd?: number;
|
|
45
|
+
};
|
|
46
|
+
rationale: string;
|
|
47
|
+
}
|
|
48
|
+
export interface ApprovalDecision {
|
|
49
|
+
approved: boolean;
|
|
50
|
+
rationale: string;
|
|
51
|
+
waivers?: string[];
|
|
52
|
+
conditions?: string[];
|
|
53
|
+
}
|
|
54
|
+
export interface PrioritizationDecision {
|
|
55
|
+
orderedGoals: string[];
|
|
56
|
+
rationale: string;
|
|
57
|
+
}
|
|
58
|
+
export interface EscalationDecision {
|
|
59
|
+
action: 'retry' | 'delegate' | 'mark_failed' | 'ask_for_help';
|
|
60
|
+
rationale: string;
|
|
61
|
+
budgetAdjustment?: {
|
|
62
|
+
increaseFactor?: number;
|
|
63
|
+
newTimeoutMs?: number;
|
|
64
|
+
addModel?: string;
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
export interface AutonomousBrainOptions {
|
|
68
|
+
/** The LLM provider for making decisions */
|
|
69
|
+
llmProvider: LLMProvider;
|
|
70
|
+
graph: KnowledgeGraph;
|
|
71
|
+
fleet?: FleetBus | undefined;
|
|
72
|
+
/** Maximum retries before a task is marked failed. Default: 3. */
|
|
73
|
+
maxRetries?: number | undefined;
|
|
74
|
+
/** Risk threshold above which consensus is required. Default: 'high'. */
|
|
75
|
+
consensusRiskThreshold?: BrainRisk | undefined;
|
|
76
|
+
/** Self-improve: track decision history for learning. Default: true. */
|
|
77
|
+
selfImprove?: boolean | undefined;
|
|
78
|
+
}
|
|
79
|
+
export interface LLMProvider {
|
|
80
|
+
/**
|
|
81
|
+
* Generate a decision. Receives the full context as a structured prompt.
|
|
82
|
+
* Returns the chosen option id and rationale.
|
|
83
|
+
*/
|
|
84
|
+
decide(prompt: DecisionPrompt): Promise<{
|
|
85
|
+
optionId: string;
|
|
86
|
+
rationale: string;
|
|
87
|
+
}>;
|
|
88
|
+
}
|
|
89
|
+
export interface DecisionPrompt {
|
|
90
|
+
decisionType: AutonomousDecisionType;
|
|
91
|
+
question: string;
|
|
92
|
+
context: string;
|
|
93
|
+
options: BrainDecisionOption[];
|
|
94
|
+
risk: BrainRisk;
|
|
95
|
+
decisionHistory: DecisionNode[];
|
|
96
|
+
/** Hints derived from self-improvement data */
|
|
97
|
+
selfImproveHints?: string[];
|
|
98
|
+
}
|
|
99
|
+
export declare class AutonomousBrain implements BrainArbiter {
|
|
100
|
+
private readonly graph;
|
|
101
|
+
private readonly fleetBus?;
|
|
102
|
+
private readonly llmProvider;
|
|
103
|
+
private readonly maxRetries;
|
|
104
|
+
private readonly consensusRiskThreshold;
|
|
105
|
+
private readonly selfImprove;
|
|
106
|
+
/** Decision history for self-improvement and audit. */
|
|
107
|
+
private decisionHistory;
|
|
108
|
+
/** Tracks failure patterns for self-improvement. */
|
|
109
|
+
private failurePatterns;
|
|
110
|
+
private readonly RISK_ORDER;
|
|
111
|
+
private _emit;
|
|
112
|
+
constructor(opts: AutonomousBrainOptions);
|
|
113
|
+
/** Implements BrainArbiter — bridges standard brain.ts interface to autonomous engine. */
|
|
114
|
+
decide(request: BrainDecisionRequest): Promise<BrainDecision>;
|
|
115
|
+
/**
|
|
116
|
+
* Primary autonomous decision engine — receives AutonomousDecisionRequest,
|
|
117
|
+
* queries the LLM, records the decision, and returns a BrainDecision.
|
|
118
|
+
*
|
|
119
|
+
* Specialized methods (decideSpawn, decideApproval, etc.) should call this
|
|
120
|
+
* directly with a pre-built AutonomousDecisionRequest.
|
|
121
|
+
*/
|
|
122
|
+
decideAuto(request: AutonomousDecisionRequest): Promise<BrainDecision>;
|
|
123
|
+
/**
|
|
124
|
+
* Decide whether to spawn a subagent, which role to use, and what budget.
|
|
125
|
+
*/
|
|
126
|
+
decideSpawn(source: BrainDecisionSource, taskDescription: string, availableFacts: FactNode[], fleetStatus: {
|
|
127
|
+
running: number;
|
|
128
|
+
idle: number;
|
|
129
|
+
total: number;
|
|
130
|
+
costSoFar: number;
|
|
131
|
+
}): Promise<BrainDecision>;
|
|
132
|
+
/**
|
|
133
|
+
* Decide whether to approve a proposed change.
|
|
134
|
+
*/
|
|
135
|
+
decideApproval(source: BrainDecisionSource, change: ChangeNode, relevantFacts: FactNode[]): Promise<BrainDecision>;
|
|
136
|
+
/**
|
|
137
|
+
* Decide how to handle a failed task.
|
|
138
|
+
*/
|
|
139
|
+
decideEscalation(source: BrainDecisionSource, taskId: string, error: string, attempts: number): Promise<BrainDecision>;
|
|
140
|
+
/**
|
|
141
|
+
* Record the outcome of a decision for self-improvement.
|
|
142
|
+
* Call this after a spawned agent completes or a change is applied.
|
|
143
|
+
*/
|
|
144
|
+
recordOutcome(decisionId: string, outcome: 'success' | 'failure', _detail?: string): void;
|
|
145
|
+
private _getSelfImproveHints;
|
|
146
|
+
private _toAutonomous;
|
|
147
|
+
private _inferDecisionType;
|
|
148
|
+
private _serializeContext;
|
|
149
|
+
private _loadHistory;
|
|
150
|
+
private _recordDecision;
|
|
151
|
+
private _inferRoles;
|
|
152
|
+
private _changeRisk;
|
|
153
|
+
}
|
|
154
|
+
//# sourceMappingURL=autonomous-brain.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autonomous-brain.d.ts","sourceRoot":"","sources":["../../src/coordination/autonomous-brain.ts"],"names":[],"mappings":"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"}
|