@wrongstack/core 0.267.0 → 0.268.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-bridge-STJ3JwwK.d.ts → agent-bridge-UhojbpWx.d.ts} +1 -1
- package/dist/{agent-subagent-runner-CzPGP3jA.d.ts → agent-subagent-runner-Bvtf1o9K.d.ts} +7 -7
- package/dist/{brain-Cdg77tVN.d.ts → brain-69wzMKp1.d.ts} +1 -1
- package/dist/{compactor-iMZ84CXq.d.ts → compactor-CBQAJoDc.d.ts} +1 -1
- package/dist/{config-Du3pYYln.d.ts → config-VKfOZ-6X.d.ts} +70 -2
- package/dist/{context-dT5Ueund.d.ts → context-C0U8B9NF.d.ts} +24 -1
- package/dist/coordination/index.d.ts +56 -160
- package/dist/coordination/index.js +333 -63
- package/dist/coordination/index.js.map +1 -1
- package/dist/defaults/index.d.ts +26 -25
- package/dist/defaults/index.js +94 -68
- package/dist/defaults/index.js.map +1 -1
- package/dist/execution/index.d.ts +72 -16
- package/dist/execution/index.js +151 -36
- package/dist/execution/index.js.map +1 -1
- package/dist/execution/prompt-enhancer.d.ts +1 -1
- package/dist/extension/index.d.ts +7 -6
- package/dist/global-mailbox-KByEFFBa.d.ts +663 -0
- package/dist/{goal-preamble-SulMTowG.d.ts → goal-preamble-CrYjmdw4.d.ts} +9 -9
- package/dist/{goal-store-CABDwdFE.d.ts → goal-store-Y_zdLZ3q.d.ts} +1 -1
- package/dist/hq/index.d.ts +195 -0
- package/dist/hq/index.js +1884 -0
- package/dist/hq/index.js.map +1 -0
- package/dist/{index-IEuxQd-E.d.ts → index-BfaS-f_m.d.ts} +2 -2
- package/dist/{index-DtCVWel4.d.ts → index-CtQnmkaS.d.ts} +8 -8
- package/dist/{index-Bms0m4oy.d.ts → index-gCv830d7.d.ts} +5 -5
- package/dist/index.d.ts +46 -42
- package/dist/index.js +2955 -1498
- package/dist/index.js.map +1 -1
- package/dist/infrastructure/index.d.ts +6 -6
- package/dist/infrastructure/index.js +45 -18
- package/dist/infrastructure/index.js.map +1 -1
- package/dist/kernel/index.d.ts +10 -9
- package/dist/{pipeline-BfD2k1rT.d.ts → mailbox-types-Ct2hJq0P.d.ts} +1 -244
- package/dist/{mcp-servers-C2cBTxUR.d.ts → mcp-servers-HT3Fi7Bl.d.ts} +10 -4
- package/dist/models/index.d.ts +5 -5
- package/dist/models/index.js +3 -2
- package/dist/models/index.js.map +1 -1
- package/dist/{models-registry-BqGZNJQ-.d.ts → models-registry-Bvcl3Vaa.d.ts} +1 -1
- package/dist/{multi-agent-coordinator-B8R43uPz.d.ts → multi-agent-coordinator-BACjsmkC.d.ts} +1 -1
- package/dist/{null-fleet-bus-CnXa5oTH.d.ts → null-fleet-bus-DA7fvhUg.d.ts} +6 -6
- package/dist/observability/index.d.ts +2 -2
- package/dist/{parallel-eternal-engine-DdNnw9BQ.d.ts → parallel-eternal-engine-Ci71gYu_.d.ts} +9 -15
- package/dist/{path-resolver-COIMLCQL.d.ts → path-resolver-O1IJnmKE.d.ts} +4 -3
- package/dist/{permission-B75JAi3-.d.ts → permission-Bd-57Lbl.d.ts} +1 -1
- package/dist/{permission-policy-DlR9eJAM.d.ts → permission-policy-uNXC6Kge.d.ts} +2 -3
- package/dist/pipeline-BDNvENyV.d.ts +245 -0
- package/dist/{plan-templates-DSIKCXZN.d.ts → plan-templates-EMsalEtN.d.ts} +5 -5
- package/dist/{provider-model-resolve-BNRsNuJx.d.ts → provider-model-resolve-CEb9x886.d.ts} +3 -3
- package/dist/{provider-runner-CX7iIvox.d.ts → provider-runner-DWJbpo70.d.ts} +3 -3
- package/dist/{retry-policy-BilV1ujH.d.ts → retry-policy-C3s_lvdK.d.ts} +1 -1
- package/dist/sdd/index.d.ts +9 -8
- package/dist/sdd/index.js +32 -2
- package/dist/sdd/index.js.map +1 -1
- package/dist/{secret-vault-gkvEZZfE.d.ts → secret-vault-Cgduf5xL.d.ts} +1 -1
- package/dist/security/index.d.ts +5 -5
- package/dist/security/index.js +39 -29
- package/dist/security/index.js.map +1 -1
- package/dist/{selector-Bc7eWtT3.d.ts → selector-47LBnBVk.d.ts} +1 -1
- package/dist/{session-event-bridge-D-araDEz.d.ts → session-event-bridge-Cw7oqmW2.d.ts} +1 -1
- package/dist/{session-reader-D7Dapswh.d.ts → session-reader-DD4v2Obw.d.ts} +1 -1
- package/dist/storage/index.d.ts +14 -12
- package/dist/storage/index.js +63 -36
- package/dist/storage/index.js.map +1 -1
- package/dist/tools/index.d.ts +2 -2
- package/dist/tools/index.js +166 -31
- package/dist/tools/index.js.map +1 -1
- package/dist/types/index.d.ts +20 -19
- package/dist/types/index.js +68 -51
- package/dist/types/index.js.map +1 -1
- package/dist/utils/index.d.ts +22 -3
- package/dist/utils/index.js +139 -1
- package/dist/utils/index.js.map +1 -1
- package/package.json +5 -1
package/dist/defaults/index.d.ts
CHANGED
|
@@ -1,39 +1,40 @@
|
|
|
1
1
|
export { D as DefaultLogger, a as DefaultLoggerOptions, L as LogFormat } from '../logger-DmmQhf4P.js';
|
|
2
|
-
export { A as AbandonedSession, a as AttachmentStoreOptions, C as ConfigLoaderOptions, b as ConfigMigration, c as ConfigMigrationError, d as ConfigSource, D as DEFAULT_CONFIG_MIGRATIONS, e as DefaultAttachmentStore, f as DefaultConfigLoader, g as DefaultConfigStore, h as DefaultMemoryStore, i as DefaultSessionStore, k as MemoryStoreOptions, l as MigrationContext, m as MigrationResult, P as PersistedQueueItem, n as PlanFile, o as PlanItem, p as PlanTemplate, Q as QueueStore, R as RecoveryLock, q as RecoveryLockOptions, S as SessionAnalyzer, r as SessionStoreOptions, T as TodosCheckpointFile, s as addPlanItem, t as attachPlanCheckpoint, u as attachTodosCheckpoint, v as clearPlan, w as deriveTodosFromPlanItem, x as emptyPlan, y as formatPlan, z as formatPlanTemplates, B as getPlanTemplate, E as listPlanTemplates, G as loadPlan, H as loadTodosCheckpoint, K as removePlanItem, L as runConfigMigrations, N as savePlan, O as saveTodosCheckpoint, U as setPlanItemStatus } from '../plan-templates-
|
|
3
|
-
export { D as DefaultSessionReader } from '../session-reader-
|
|
4
|
-
export { A as AuditLevel, S as SessionEventBridge, b as SessionEventBridgeOptions, c as SessionSamplingOptions, T as ToolProgressSamplingOptions, d as createSessionEventBridge, r as resolveAuditLevel, e as resolveSessionLoggingConfig } from '../session-event-bridge-
|
|
2
|
+
export { A as AbandonedSession, a as AttachmentStoreOptions, C as ConfigLoaderOptions, b as ConfigMigration, c as ConfigMigrationError, d as ConfigSource, D as DEFAULT_CONFIG_MIGRATIONS, e as DefaultAttachmentStore, f as DefaultConfigLoader, g as DefaultConfigStore, h as DefaultMemoryStore, i as DefaultSessionStore, k as MemoryStoreOptions, l as MigrationContext, m as MigrationResult, P as PersistedQueueItem, n as PlanFile, o as PlanItem, p as PlanTemplate, Q as QueueStore, R as RecoveryLock, q as RecoveryLockOptions, S as SessionAnalyzer, r as SessionStoreOptions, T as TodosCheckpointFile, s as addPlanItem, t as attachPlanCheckpoint, u as attachTodosCheckpoint, v as clearPlan, w as deriveTodosFromPlanItem, x as emptyPlan, y as formatPlan, z as formatPlanTemplates, B as getPlanTemplate, E as listPlanTemplates, G as loadPlan, H as loadTodosCheckpoint, K as removePlanItem, L as runConfigMigrations, N as savePlan, O as saveTodosCheckpoint, U as setPlanItemStatus } from '../plan-templates-EMsalEtN.js';
|
|
3
|
+
export { D as DefaultSessionReader } from '../session-reader-DD4v2Obw.js';
|
|
4
|
+
export { A as AuditLevel, S as SessionEventBridge, b as SessionEventBridgeOptions, c as SessionSamplingOptions, T as ToolProgressSamplingOptions, d as createSessionEventBridge, r as resolveAuditLevel, e as resolveSessionLoggingConfig } from '../session-event-bridge-Cw7oqmW2.js';
|
|
5
5
|
export { a as DirectorStateCheckpoint, D as DirectorStateSnapshot, b as DirectorSubagentState, c as DirectorTaskState, l as loadDirectorState } from '../director-state-BfeCUbmk.js';
|
|
6
|
-
export { a as DefaultSecretScrubber, D as DefaultSecretVault, S as SecretVaultOptions, d as decryptConfigSecrets, e as encryptConfigSecrets, m as migratePlaintextSecrets, r as rewriteConfigEncrypted } from '../secret-vault-
|
|
7
|
-
export { A as AutoApprovePermissionPolicy, D as DefaultPermissionPolicy, P as PermissionPolicyOptions } from '../permission-policy-
|
|
8
|
-
export { C as CompactorOptions, a as DefaultErrorHandler, b as DefaultRetryPolicy, E as EternalAutonomyEngine, c as EternalAutonomyOptions, d as EternalEngineState, H as HybridCompactor, I as IterationStage, P as ParallelEngineState, e as ParallelEternalEngine, f as ParallelEternalOptions, g as ParallelIterationStage, T as ToolExecutor } from '../parallel-eternal-engine-
|
|
9
|
-
export { A as AutoCompactionMiddleware, a as AutonomousRunner, b as AutonomousRunnerOptions, c as AutonomyPromptContributorOptions, C as CompactorStrategy, D as DefaultSkillLoader, d as DoneCheckResult, e as DoneConditionChecker, I as IntelligentCompactor, f as IntelligentCompactorOptions, S as SelectiveCompactor, g as SelectiveCompactorOptions, h as SkillLoaderOptions, i as StrategyCompactorOptions, j as buildGoalPreamble, k as createStrategyCompactor, m as makeAutonomyPromptContributor } from '../goal-preamble-
|
|
10
|
-
import { P as ProviderRunner, R as RunProviderOptions } from '../provider-runner-
|
|
11
|
-
import { b as Response } from '../context-
|
|
12
|
-
export { a as AGENTS_BY_PHASE, b as AGENT_CATALOG, c as ALL_AGENT_DEFINITIONS, d as ALL_FLEET_AGENTS, e as AUDIT_LOG_AGENT, f as AutoExtendCeiling, g as AutoExtendPolicy, B as BUG_HUNTER_AGENT, n as CreateDelegateToolOptions, D as DEFAULT_DIRECTOR_PREAMBLE, q as DEFAULT_SUBAGENT_BASELINE, r as DelegateHost, s as Director, w as DirectorPromptParts, x as DirectorSessionFactory, y as DirectorSessionFactoryOptions, F as FLEET_ROSTER, z as FLEET_ROSTER_BUDGETS, J as FleetRosterBudget, K as FleetSpawnBudgetError, L as ICoordinator, M as IFleetManager, O as NULL_FLEET_BUS, R as REFACTOR_PLANNER_AGENT, S as SECURITY_SCANNER_AGENT, V as SubagentPromptParts, W as applyRosterBudget, X as attachAutoExtend, Y as composeDirectorPrompt, Z as composeSubagentPrompt, _ as createDelegateTool, $ as getAgentDefinition, a1 as makeAskTool, a2 as makeAssignTool, a3 as makeAwaitTasksTool, a4 as makeCollabDebugTool, a5 as makeDirectorSessionFactory, a6 as makeFleetEmitTool, a7 as makeFleetHealthTool, a8 as makeFleetSessionTool, a9 as makeFleetStatusTool, aa as makeFleetUsageTool, ab as makeRollUpTool, ac as makeSpawnTool, ad as makeTerminateTool, af as rosterSummaryFromConfigs } from '../null-fleet-bus-
|
|
13
|
-
export { c as AgentBudgetTier, d as AgentCapability, b as AgentDefinition, A as AgentPhase, e as DEFAULT_DISPATCH_ROLE, a as DefaultMultiAgentCoordinator, f as DispatchCandidate, D as DispatchClassifier, g as DispatchMethod, h as DispatchOptions, i as DispatchResult, j as MultiAgentCoordinatorOptions, k as dispatchAgent, m as makeLLMClassifier, s as scoreAgents } from '../multi-agent-coordinator-
|
|
14
|
-
export { h as AgentFactory, v as AgentFactoryResult, w as AgentRunnerOptions, x as BudgetExceededError, y as BudgetKind, z as BudgetLimits, J as BudgetUsage, F as FleetBus, N as FleetEvent, O as FleetHandler, i as FleetUsage, j as FleetUsageAggregator, Q as SubagentBudget, Y as SubagentUsageSnapshot, $ as makeAgentSubagentRunner } from '../agent-subagent-runner-
|
|
15
|
-
export { I as InMemoryAgentBridge, a as InMemoryBridgeTransport, c as createMessage } from '../agent-bridge-
|
|
16
|
-
export { D as DefaultModelsRegistry, a as DefaultModelsRegistryOptions, c as classifyFamily } from '../models-registry-
|
|
17
|
-
export { D as DefaultModeStore, L as LLMSelector, a as LLMSelectorOptions, M as ModeLoaderOptions, P as ProviderModelDescriptor, d as describeCatalogModel, l as loadProjectModes, b as loadUserModes, r as resolveProviderModelList } from '../provider-model-resolve-
|
|
6
|
+
export { a as DefaultSecretScrubber, D as DefaultSecretVault, S as SecretVaultOptions, d as decryptConfigSecrets, e as encryptConfigSecrets, m as migratePlaintextSecrets, r as rewriteConfigEncrypted } from '../secret-vault-Cgduf5xL.js';
|
|
7
|
+
export { A as AutoApprovePermissionPolicy, D as DefaultPermissionPolicy, P as PermissionPolicyOptions } from '../permission-policy-uNXC6Kge.js';
|
|
8
|
+
export { C as CompactorOptions, a as DefaultErrorHandler, b as DefaultRetryPolicy, E as EternalAutonomyEngine, c as EternalAutonomyOptions, d as EternalEngineState, H as HybridCompactor, I as IterationStage, P as ParallelEngineState, e as ParallelEternalEngine, f as ParallelEternalOptions, g as ParallelIterationStage, T as ToolExecutor } from '../parallel-eternal-engine-Ci71gYu_.js';
|
|
9
|
+
export { A as AutoCompactionMiddleware, a as AutonomousRunner, b as AutonomousRunnerOptions, c as AutonomyPromptContributorOptions, C as CompactorStrategy, D as DefaultSkillLoader, d as DoneCheckResult, e as DoneConditionChecker, I as IntelligentCompactor, f as IntelligentCompactorOptions, S as SelectiveCompactor, g as SelectiveCompactorOptions, h as SkillLoaderOptions, i as StrategyCompactorOptions, j as buildGoalPreamble, k as createStrategyCompactor, m as makeAutonomyPromptContributor } from '../goal-preamble-CrYjmdw4.js';
|
|
10
|
+
import { P as ProviderRunner, R as RunProviderOptions } from '../provider-runner-DWJbpo70.js';
|
|
11
|
+
import { b as Response } from '../context-C0U8B9NF.js';
|
|
12
|
+
export { a as AGENTS_BY_PHASE, b as AGENT_CATALOG, c as ALL_AGENT_DEFINITIONS, d as ALL_FLEET_AGENTS, e as AUDIT_LOG_AGENT, f as AutoExtendCeiling, g as AutoExtendPolicy, B as BUG_HUNTER_AGENT, n as CreateDelegateToolOptions, D as DEFAULT_DIRECTOR_PREAMBLE, q as DEFAULT_SUBAGENT_BASELINE, r as DelegateHost, s as Director, w as DirectorPromptParts, x as DirectorSessionFactory, y as DirectorSessionFactoryOptions, F as FLEET_ROSTER, z as FLEET_ROSTER_BUDGETS, J as FleetRosterBudget, K as FleetSpawnBudgetError, L as ICoordinator, M as IFleetManager, O as NULL_FLEET_BUS, R as REFACTOR_PLANNER_AGENT, S as SECURITY_SCANNER_AGENT, V as SubagentPromptParts, W as applyRosterBudget, X as attachAutoExtend, Y as composeDirectorPrompt, Z as composeSubagentPrompt, _ as createDelegateTool, $ as getAgentDefinition, a1 as makeAskTool, a2 as makeAssignTool, a3 as makeAwaitTasksTool, a4 as makeCollabDebugTool, a5 as makeDirectorSessionFactory, a6 as makeFleetEmitTool, a7 as makeFleetHealthTool, a8 as makeFleetSessionTool, a9 as makeFleetStatusTool, aa as makeFleetUsageTool, ab as makeRollUpTool, ac as makeSpawnTool, ad as makeTerminateTool, af as rosterSummaryFromConfigs } from '../null-fleet-bus-DA7fvhUg.js';
|
|
13
|
+
export { c as AgentBudgetTier, d as AgentCapability, b as AgentDefinition, A as AgentPhase, e as DEFAULT_DISPATCH_ROLE, a as DefaultMultiAgentCoordinator, f as DispatchCandidate, D as DispatchClassifier, g as DispatchMethod, h as DispatchOptions, i as DispatchResult, j as MultiAgentCoordinatorOptions, k as dispatchAgent, m as makeLLMClassifier, s as scoreAgents } from '../multi-agent-coordinator-BACjsmkC.js';
|
|
14
|
+
export { h as AgentFactory, v as AgentFactoryResult, w as AgentRunnerOptions, x as BudgetExceededError, y as BudgetKind, z as BudgetLimits, J as BudgetUsage, F as FleetBus, N as FleetEvent, O as FleetHandler, i as FleetUsage, j as FleetUsageAggregator, Q as SubagentBudget, Y as SubagentUsageSnapshot, $ as makeAgentSubagentRunner } from '../agent-subagent-runner-Bvtf1o9K.js';
|
|
15
|
+
export { I as InMemoryAgentBridge, a as InMemoryBridgeTransport, c as createMessage } from '../agent-bridge-UhojbpWx.js';
|
|
16
|
+
export { D as DefaultModelsRegistry, a as DefaultModelsRegistryOptions, c as classifyFamily } from '../models-registry-Bvcl3Vaa.js';
|
|
17
|
+
export { D as DefaultModeStore, L as LLMSelector, a as LLMSelectorOptions, M as ModeLoaderOptions, P as ProviderModelDescriptor, d as describeCatalogModel, l as loadProjectModes, b as loadUserModes, r as resolveProviderModelList } from '../provider-model-resolve-CEb9x886.js';
|
|
18
18
|
export { AISpecBuilder, AISpecBuilderOptions, AISpecPhase, AISpecSession, AutoExecutor, AutoExecutorOptions, BottleneckTask, CollectedAnswer, CriticalPathAnalysis, DefaultTaskStore, ExecutionSummary, GeneratedTask, RunResult, SPEC_TEMPLATES, SddParallelRun, SddParallelRunOptions, SddProgress, SddTaskDecomposer, SddTaskDecomposerOptions, SpecDiff, SpecDrivenDev, SpecDrivenDevOptions, SpecIndexEntry, SpecParser, SpecStore, SpecStoreOptions, SpecVersion, SpecVersioning, TaskBatch, TaskExecutionContext, TaskExecutionResult, TaskFlow, TaskFlowEventMap, TaskFlowEventName, TaskFlowExecutionContext, TaskFlowOptions, TaskFlowPhase, TaskGenerator, TaskGeneratorOptions, TaskGraphIndexEntry, TaskGraphStore, TaskGraphStoreOptions, TaskStore, TaskTracker, TaskTrackerOptions, TaskTransition, WaveResult, analyzeCriticalPath, createAutoExecutor, getTemplate, listTemplates, renderProgress, renderSpecAnalysis, renderTaskGraph, renderTaskList, templateToMarkdown } from '../sdd/index.js';
|
|
19
19
|
export { DefaultHealthRegistry, InMemoryMetricsSink, MetricsServerHandle, MetricsServerOptions, NoopMetricsSink, NoopTracer, OTelTracer, OtlpMetricsExporterHandle, OtlpMetricsExporterOptions, OtlpTraceExporterHandle, OtlpTraceExporterOptions, PROMETHEUS_CONTENT_TYPE, buildOtlpMetricsRequest, buildOtlpTracesRequest, renderPrometheus, startMetricsServer, startOtlpMetricsExporter, startOtlpTraceExporter, wireMetricsToEvents } from '../observability/index.js';
|
|
20
|
-
export { C as ContextManagerAction, a as ContextManagerInput, b as ContextManagerResult, c as ContextManagerToolOptions, d as allServers, e as awsServer, f as blockServer, g as braveSearchServer, h as context7Server, i as contextManagerTool, j as createContextManagerTool, k as everArtServer, l as filesystemServer, m as githubServer, n as googleMapsServer, o as miniMaxVisionServer, s as sentinelServer, q as slackServer, z as zaiVisionServer } from '../mcp-servers-
|
|
20
|
+
export { C as ContextManagerAction, a as ContextManagerInput, b as ContextManagerResult, c as ContextManagerToolOptions, d as allServers, e as awsServer, f as blockServer, g as braveSearchServer, h as context7Server, i as contextManagerTool, j as createContextManagerTool, k as everArtServer, l as filesystemServer, m as githubServer, n as googleMapsServer, o as miniMaxVisionServer, p as playwrightServer, s as sentinelServer, q as slackServer, r as sshManagerServer, z as zaiVisionServer } from '../mcp-servers-HT3Fi7Bl.js';
|
|
21
21
|
export { D as DEFAULT_AUTONOMY_CONFIG, b as DEFAULT_CONTEXT_CONFIG, e as DEFAULT_TOOLS_CONFIG } from '../default-config-B0cj-Hry.js';
|
|
22
22
|
import '../logger-B63L5bTg.js';
|
|
23
|
-
import '../brain-
|
|
24
|
-
import '../permission-
|
|
23
|
+
import '../brain-69wzMKp1.js';
|
|
24
|
+
import '../permission-Bd-57Lbl.js';
|
|
25
25
|
import '../wstack-paths-hOpNLmvf.js';
|
|
26
|
-
import '../config-
|
|
26
|
+
import '../config-VKfOZ-6X.js';
|
|
27
27
|
import '../secret-vault-BAKpgFw_.js';
|
|
28
28
|
import '../input-reader-E-ffP2ee.js';
|
|
29
|
-
import '../retry-policy-
|
|
30
|
-
import '../compactor-
|
|
31
|
-
import '../index-
|
|
32
|
-
import '../pipeline-
|
|
29
|
+
import '../retry-policy-C3s_lvdK.js';
|
|
30
|
+
import '../compactor-CBQAJoDc.js';
|
|
31
|
+
import '../index-gCv830d7.js';
|
|
32
|
+
import '../pipeline-BDNvENyV.js';
|
|
33
|
+
import '../mailbox-types-Ct2hJq0P.js';
|
|
33
34
|
import '../observability-D-HZN_mF.js';
|
|
34
|
-
import '../goal-store-
|
|
35
|
+
import '../goal-store-Y_zdLZ3q.js';
|
|
35
36
|
import '../skill-DGIXCtdv.js';
|
|
36
|
-
import '../selector-
|
|
37
|
+
import '../selector-47LBnBVk.js';
|
|
37
38
|
import 'node:events';
|
|
38
39
|
import '../mode-CZlO9iU1.js';
|
|
39
40
|
import '../spec-TBi3Jr6T.js';
|
package/dist/defaults/index.js
CHANGED
|
@@ -1088,6 +1088,41 @@ function truncate(s, max) {
|
|
|
1088
1088
|
return s.length <= max ? s : `${s.slice(0, max - 1)}\u2026`;
|
|
1089
1089
|
}
|
|
1090
1090
|
|
|
1091
|
+
// src/utils/tool-subject.ts
|
|
1092
|
+
var GLOB_METACHARACTERS = /[*?[\]]/g;
|
|
1093
|
+
function escapeGlobSubject(value) {
|
|
1094
|
+
return value.replace(GLOB_METACHARACTERS, (char) => `\\${char}`);
|
|
1095
|
+
}
|
|
1096
|
+
function normalizePathSubject(value) {
|
|
1097
|
+
return escapeGlobSubject(value.replace(/\\/g, "/"));
|
|
1098
|
+
}
|
|
1099
|
+
function isPathSubjectKey(subjectKey) {
|
|
1100
|
+
return subjectKey === "path" || subjectKey === "file" || subjectKey === "files";
|
|
1101
|
+
}
|
|
1102
|
+
function subjectForToolInput(toolName, input, subjectKey) {
|
|
1103
|
+
if (!input || typeof input !== "object") return void 0;
|
|
1104
|
+
const obj = input;
|
|
1105
|
+
if (subjectKey) {
|
|
1106
|
+
const value = obj[subjectKey];
|
|
1107
|
+
if (typeof value === "string") {
|
|
1108
|
+
return isPathSubjectKey(subjectKey) ? normalizePathSubject(value) : escapeGlobSubject(value);
|
|
1109
|
+
}
|
|
1110
|
+
}
|
|
1111
|
+
if (toolName === "bash" && typeof obj.command === "string") {
|
|
1112
|
+
return escapeGlobSubject(obj.command);
|
|
1113
|
+
}
|
|
1114
|
+
if (typeof obj.path === "string") {
|
|
1115
|
+
return normalizePathSubject(obj.path);
|
|
1116
|
+
}
|
|
1117
|
+
if (typeof obj.url === "string") {
|
|
1118
|
+
return escapeGlobSubject(obj.url);
|
|
1119
|
+
}
|
|
1120
|
+
if (typeof obj.name === "string") {
|
|
1121
|
+
return escapeGlobSubject(obj.name);
|
|
1122
|
+
}
|
|
1123
|
+
return void 0;
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1091
1126
|
// src/utils/tool-wire-compact.ts
|
|
1092
1127
|
var TOOL_DESCRIPTION_MAX_CHARS = 640;
|
|
1093
1128
|
var SCHEMA_DESCRIPTION_MAX_CHARS = 180;
|
|
@@ -2198,6 +2233,8 @@ var DefaultSessionStore = class _DefaultSessionStore {
|
|
|
2198
2233
|
const cached = this._loadCache.get(id);
|
|
2199
2234
|
if (cached && cached.mtimeMs === stat6.mtimeMs && cached.size === stat6.size) {
|
|
2200
2235
|
cacheHit = true;
|
|
2236
|
+
this._loadCache.delete(id);
|
|
2237
|
+
this._loadCache.set(id, cached);
|
|
2201
2238
|
return cached.data;
|
|
2202
2239
|
}
|
|
2203
2240
|
const raw = await fsp2.readFile(file, "utf8");
|
|
@@ -4900,6 +4937,7 @@ var BEHAVIOR_DEFAULTS = {
|
|
|
4900
4937
|
modelsRegistry: true,
|
|
4901
4938
|
skills: true
|
|
4902
4939
|
},
|
|
4940
|
+
mcpServers: {},
|
|
4903
4941
|
indexing: {
|
|
4904
4942
|
onSessionStart: true,
|
|
4905
4943
|
onEdit: true,
|
|
@@ -6991,7 +7029,7 @@ var DefaultPermissionPolicy = class {
|
|
|
6991
7029
|
if (!this.loaded) await this.reload();
|
|
6992
7030
|
const namespaceEntry = this.findNamespaceEntry(tool.name);
|
|
6993
7031
|
const entry = this.policy[tool.name] ?? namespaceEntry;
|
|
6994
|
-
const subject =
|
|
7032
|
+
const subject = subjectForToolInput(tool.name, input, tool.subjectKey);
|
|
6995
7033
|
const cacheKey = `${tool.name}::${subject ?? tool.name}`;
|
|
6996
7034
|
if (tool.name !== "write") {
|
|
6997
7035
|
const cached = this._evalCache.get(cacheKey);
|
|
@@ -7173,32 +7211,6 @@ var DefaultPermissionPolicy = class {
|
|
|
7173
7211
|
this.sessionAllowed.set(`${rule.tool}::${rule.pattern}`, true);
|
|
7174
7212
|
this._evalCache.clear();
|
|
7175
7213
|
}
|
|
7176
|
-
subjectFor(toolName, input, subjectKey) {
|
|
7177
|
-
if (!input || typeof input !== "object") return void 0;
|
|
7178
|
-
const obj = input;
|
|
7179
|
-
const globChars = /[*?[\]]/g;
|
|
7180
|
-
const escapeGlob = (s) => s.replace(globChars, (c) => `\\${c}`);
|
|
7181
|
-
const normalizePath = (s) => escapeGlob(s.replace(/\\/g, "/"));
|
|
7182
|
-
if (subjectKey) {
|
|
7183
|
-
const v = obj[subjectKey];
|
|
7184
|
-
if (typeof v === "string") {
|
|
7185
|
-
return subjectKey === "path" || subjectKey === "file" || subjectKey === "files" ? normalizePath(v) : escapeGlob(v);
|
|
7186
|
-
}
|
|
7187
|
-
}
|
|
7188
|
-
if (toolName === "bash" && typeof obj.command === "string") {
|
|
7189
|
-
return escapeGlob(obj.command);
|
|
7190
|
-
}
|
|
7191
|
-
if (typeof obj.path === "string") {
|
|
7192
|
-
return normalizePath(obj.path);
|
|
7193
|
-
}
|
|
7194
|
-
if (typeof obj.url === "string") {
|
|
7195
|
-
return escapeGlob(obj.url);
|
|
7196
|
-
}
|
|
7197
|
-
if (typeof obj.name === "string") {
|
|
7198
|
-
return escapeGlob(obj.name);
|
|
7199
|
-
}
|
|
7200
|
-
return void 0;
|
|
7201
|
-
}
|
|
7202
7214
|
findNamespaceEntry(toolName) {
|
|
7203
7215
|
for (const { pattern, value } of this.wildcardEntries) {
|
|
7204
7216
|
if (matchGlob(pattern, toolName)) return value;
|
|
@@ -7221,12 +7233,13 @@ var AutoApprovePermissionPolicy = class _AutoApprovePermissionPolicy {
|
|
|
7221
7233
|
const caps = tool.capabilities ?? [];
|
|
7222
7234
|
const hasAllowedCap = caps.some((c) => this.allowedCapabilities.includes(c));
|
|
7223
7235
|
const isMcp = _AutoApprovePermissionPolicy.isMcpTool(tool.name);
|
|
7236
|
+
const mcpProxyAllowed = this.allowedCapabilities.includes(ToolCapabilities.MCP_PROXY);
|
|
7224
7237
|
const dangerousNotAllowed = getDangerousCapabilities(tool).filter(
|
|
7225
7238
|
(c) => !this.allowedCapabilities.includes(c)
|
|
7226
7239
|
);
|
|
7227
|
-
const blocked = tool.permission === "deny" || isMcp || !hasAllowedCap || dangerousNotAllowed.length > 0;
|
|
7240
|
+
const blocked = tool.permission === "deny" || isMcp && !mcpProxyAllowed || !hasAllowedCap || dangerousNotAllowed.length > 0;
|
|
7228
7241
|
if (blocked) {
|
|
7229
|
-
const reason = isMcp ? `MCP tool ${tool.name} is not auto-approved for subagents \u2014 ask the leader to allow
|
|
7242
|
+
const reason = isMcp && !mcpProxyAllowed ? `MCP tool ${tool.name} is not auto-approved for subagents \u2014 ask the leader to allow mcp.proxy explicitly` : tool.permission === "deny" ? "tool default deny" : dangerousNotAllowed.length > 0 ? `tool requires un-granted dangerous capability (needs: ${dangerousNotAllowed.join(", ")}, allowed: ${this.allowedCapabilities.join(", ")})` : `tool lacks allowed capability (has: ${caps.join(", ") || "none"}, allowed: ${this.allowedCapabilities.join(", ")})`;
|
|
7230
7243
|
return {
|
|
7231
7244
|
permission: "deny",
|
|
7232
7245
|
source: "subagent_guard",
|
|
@@ -9566,7 +9579,7 @@ ${errorDetails}`,
|
|
|
9566
9579
|
return { result, tool, durationMs: Date.now() - start };
|
|
9567
9580
|
}
|
|
9568
9581
|
} else {
|
|
9569
|
-
const suggestedPattern =
|
|
9582
|
+
const suggestedPattern = subjectForToolInput(tool.name, use.input, tool.subjectKey) ?? tool.name;
|
|
9570
9583
|
const pending = {
|
|
9571
9584
|
type: "tool_confirm_pending",
|
|
9572
9585
|
toolUseId: use.id,
|
|
@@ -9845,38 +9858,6 @@ ${excerpt}`;
|
|
|
9845
9858
|
budgetForString(content, budget) {
|
|
9846
9859
|
return Math.max(0, budget - Buffer.byteLength(content, "utf8"));
|
|
9847
9860
|
}
|
|
9848
|
-
/**
|
|
9849
|
-
* Compute the suggestedPattern string for a tool+input pair.
|
|
9850
|
-
* Matches the logic in DefaultPermissionPolicy so the TUI shows the
|
|
9851
|
-
* same subject that the trust file would use.
|
|
9852
|
-
*/
|
|
9853
|
-
subjectFor(toolName, input, subjectKey) {
|
|
9854
|
-
if (!input || typeof input !== "object") return void 0;
|
|
9855
|
-
const obj = input;
|
|
9856
|
-
const globChars = /[*?[\]]/g;
|
|
9857
|
-
const escapeGlob = (s) => s.replace(globChars, (c) => `\\${c}`);
|
|
9858
|
-
const normalizePath = (s) => escapeGlob(s.replace(/\\/g, "/"));
|
|
9859
|
-
if (subjectKey) {
|
|
9860
|
-
const v = obj[subjectKey];
|
|
9861
|
-
if (typeof v === "string") {
|
|
9862
|
-
const isPathKey = subjectKey === "path" || subjectKey === "file" || subjectKey === "files";
|
|
9863
|
-
return isPathKey ? normalizePath(v) : escapeGlob(v);
|
|
9864
|
-
}
|
|
9865
|
-
}
|
|
9866
|
-
if (toolName === "bash" && typeof obj.command === "string") {
|
|
9867
|
-
return escapeGlob(obj.command);
|
|
9868
|
-
}
|
|
9869
|
-
if (typeof obj.path === "string") {
|
|
9870
|
-
return normalizePath(obj.path);
|
|
9871
|
-
}
|
|
9872
|
-
if (typeof obj.url === "string") {
|
|
9873
|
-
return escapeGlob(obj.url);
|
|
9874
|
-
}
|
|
9875
|
-
if (typeof obj.name === "string") {
|
|
9876
|
-
return escapeGlob(obj.name);
|
|
9877
|
-
}
|
|
9878
|
-
return void 0;
|
|
9879
|
-
}
|
|
9880
9861
|
};
|
|
9881
9862
|
function clampTimeoutMs(timeoutMs, maxTimeoutMs) {
|
|
9882
9863
|
const fallback = 3e5;
|
|
@@ -13702,7 +13683,27 @@ Working rules:
|
|
|
13702
13683
|
id: "devops",
|
|
13703
13684
|
name: "DevOps",
|
|
13704
13685
|
role: "devops",
|
|
13705
|
-
tools: [
|
|
13686
|
+
tools: [
|
|
13687
|
+
...TOOLS.build,
|
|
13688
|
+
"mcp__ssh__ssh_list_servers",
|
|
13689
|
+
"mcp__ssh__ssh_connection_status",
|
|
13690
|
+
"mcp__ssh__ssh_execute",
|
|
13691
|
+
"mcp__ssh__ssh_execute_sudo",
|
|
13692
|
+
"mcp__ssh__ssh_upload",
|
|
13693
|
+
"mcp__ssh__ssh_download",
|
|
13694
|
+
"mcp__ssh__ssh_sync",
|
|
13695
|
+
"mcp__ssh__ssh_deploy",
|
|
13696
|
+
"mcp__ssh__ssh_health_check",
|
|
13697
|
+
"mcp__ssh__ssh_service_status",
|
|
13698
|
+
"mcp__ssh__ssh_process_manager",
|
|
13699
|
+
"mcp__ssh__ssh_tunnel",
|
|
13700
|
+
"mcp__ssh__ssh_backup_create",
|
|
13701
|
+
"mcp__ssh__ssh_backup_list",
|
|
13702
|
+
"mcp__ssh__ssh_backup_restore",
|
|
13703
|
+
"mcp__ssh__ssh_db_list",
|
|
13704
|
+
"mcp__ssh__ssh_db_query",
|
|
13705
|
+
"mcp__ssh__ssh_profile"
|
|
13706
|
+
],
|
|
13706
13707
|
prompt: `You are the DevOps agent. Your job is CI/CD, containerization, and
|
|
13707
13708
|
deployment configuration: make builds reproducible and deploys safe.
|
|
13708
13709
|
|
|
@@ -13711,6 +13712,7 @@ Scope:
|
|
|
13711
13712
|
- Write Dockerfiles/compose and optimize image size and layer caching
|
|
13712
13713
|
- Configure deployment (env, secrets handling, health checks, rollback)
|
|
13713
13714
|
- Diagnose flaky/broken pipelines
|
|
13715
|
+
- Use optional SSH MCP tools for remote hosts when the 'ssh' MCP server is enabled: list servers, run health checks, inspect services, transfer/deploy files, and open tunnels
|
|
13714
13716
|
|
|
13715
13717
|
Input format you accept:
|
|
13716
13718
|
{ "task": "ci | container | deploy | fix-pipeline", "platform": "github-actions | gitlab | docker | k8s", "target": "<what>" }
|
|
@@ -13725,7 +13727,8 @@ Working rules:
|
|
|
13725
13727
|
- Never hardcode secrets in config; reference the secret store
|
|
13726
13728
|
- Pin versions for reproducible builds; avoid floating :latest
|
|
13727
13729
|
- Every deploy path needs a rollback and a health check
|
|
13728
|
-
- Treat CI/CD changes as high-risk \u2014 explain blast radius before applying
|
|
13730
|
+
- Treat CI/CD changes as high-risk \u2014 explain blast radius before applying
|
|
13731
|
+
- For remote SSH work, start with ssh_list_servers / ssh_connection_status, prefer read-only checks first, and do not run destructive commands without explicit user approval`
|
|
13729
13732
|
},
|
|
13730
13733
|
budget: MEDIUM_BUDGET,
|
|
13731
13734
|
capability: {
|
|
@@ -13742,6 +13745,13 @@ Working rules:
|
|
|
13742
13745
|
"kubernetes",
|
|
13743
13746
|
"k8s",
|
|
13744
13747
|
"deploy",
|
|
13748
|
+
"ssh",
|
|
13749
|
+
"remote ssh",
|
|
13750
|
+
"remote server",
|
|
13751
|
+
"sftp",
|
|
13752
|
+
"tunnel",
|
|
13753
|
+
"bastion",
|
|
13754
|
+
"jump host",
|
|
13745
13755
|
"github actions",
|
|
13746
13756
|
"container"
|
|
13747
13757
|
]
|
|
@@ -15513,6 +15523,7 @@ var DefaultMultiAgentCoordinator = class _DefaultMultiAgentCoordinator extends E
|
|
|
15513
15523
|
subagentId: result.subagentId,
|
|
15514
15524
|
taskId: result.taskId,
|
|
15515
15525
|
status: result.status,
|
|
15526
|
+
result: result.result,
|
|
15516
15527
|
iterations: result.iterations,
|
|
15517
15528
|
toolCalls: result.toolCalls,
|
|
15518
15529
|
durationMs: result.durationMs
|
|
@@ -19705,10 +19716,11 @@ var DefaultModelsRegistry = class {
|
|
|
19705
19716
|
capabilities: {
|
|
19706
19717
|
tools: model.tool_call ?? false,
|
|
19707
19718
|
vision: Boolean(model.modalities?.input?.includes("image")),
|
|
19708
|
-
reasoning: model.reasoning ??
|
|
19719
|
+
reasoning: model.reasoning ?? model.reasoningConfig !== void 0,
|
|
19709
19720
|
maxContext: model.limit?.context ?? 0,
|
|
19710
19721
|
maxOutput: model.limit?.output,
|
|
19711
|
-
knowledge: model.knowledge
|
|
19722
|
+
knowledge: model.knowledge,
|
|
19723
|
+
reasoningConfig: model.reasoningConfig
|
|
19712
19724
|
},
|
|
19713
19725
|
cost: model.cost
|
|
19714
19726
|
};
|
|
@@ -24025,6 +24037,19 @@ var miniMaxVisionServer = () => ({
|
|
|
24025
24037
|
allowedTools: ["understand_image"],
|
|
24026
24038
|
permission: "auto"
|
|
24027
24039
|
});
|
|
24040
|
+
var sshManagerServer = () => ({
|
|
24041
|
+
name: "ssh",
|
|
24042
|
+
description: "Remote SSH management \u2014 execute commands, transfer files, tunnels, health checks (mcp-ssh-manager)",
|
|
24043
|
+
transport: "stdio",
|
|
24044
|
+
command: "npx",
|
|
24045
|
+
args: ["-y", "mcp-ssh-manager"],
|
|
24046
|
+
env: {
|
|
24047
|
+
MCP_SSH_COMPACT_JSON: "true",
|
|
24048
|
+
MCP_SSH_DEFAULT_TIMEOUT: "120000"
|
|
24049
|
+
},
|
|
24050
|
+
permission: "confirm",
|
|
24051
|
+
requestTimeoutMs: 18e4
|
|
24052
|
+
});
|
|
24028
24053
|
var allServers = () => ({
|
|
24029
24054
|
filesystem: { ...filesystemServer(), enabled: false },
|
|
24030
24055
|
github: { ...githubServer(), enabled: false },
|
|
@@ -24038,9 +24063,10 @@ var allServers = () => ({
|
|
|
24038
24063
|
sentinel: { ...sentinelServer(), enabled: false },
|
|
24039
24064
|
"zai-vision": { ...zaiVisionServer(), enabled: false },
|
|
24040
24065
|
"minimax-vision": { ...miniMaxVisionServer(), enabled: false },
|
|
24041
|
-
playwright: { ...playwrightServer(), enabled: false }
|
|
24066
|
+
playwright: { ...playwrightServer(), enabled: false },
|
|
24067
|
+
ssh: { ...sshManagerServer(), enabled: false }
|
|
24042
24068
|
});
|
|
24043
24069
|
|
|
24044
|
-
export { AGENTS_BY_PHASE, AGENT_CATALOG, AISpecBuilder, ALL_AGENT_DEFINITIONS, ALL_FLEET_AGENTS, AUDIT_LOG_AGENT, AutoApprovePermissionPolicy, AutoCompactionMiddleware, AutoExecutor, AutonomousRunner, BUG_HUNTER_AGENT, BudgetExceededError, ConfigMigrationError, DEFAULT_AUTONOMY_CONFIG, DEFAULT_CONFIG_MIGRATIONS, DEFAULT_CONTEXT_CONFIG, DEFAULT_DIRECTOR_PREAMBLE, DEFAULT_DISPATCH_ROLE, DEFAULT_SUBAGENT_BASELINE, DEFAULT_TOOLS_CONFIG, DefaultAttachmentStore, DefaultConfigLoader, DefaultConfigStore, DefaultErrorHandler, DefaultHealthRegistry, DefaultLogger, DefaultMemoryStore, DefaultModeStore, DefaultModelsRegistry, DefaultMultiAgentCoordinator, DefaultPermissionPolicy, DefaultProviderRunner, DefaultRetryPolicy, DefaultSecretScrubber, DefaultSecretVault, DefaultSessionReader, DefaultSessionStore, DefaultSkillLoader, DefaultTaskStore, Director, DirectorStateCheckpoint, DoneConditionChecker, EternalAutonomyEngine, FLEET_ROSTER, FLEET_ROSTER_BUDGETS, FleetBus, FleetSpawnBudgetError, FleetUsageAggregator, HybridCompactor, InMemoryAgentBridge, InMemoryBridgeTransport, InMemoryMetricsSink, IntelligentCompactor, LLMSelector, NULL_FLEET_BUS, NoopMetricsSink, NoopTracer, OTelTracer, PROMETHEUS_CONTENT_TYPE, ParallelEternalEngine, QueueStore, REFACTOR_PLANNER_AGENT, RecoveryLock, SECURITY_SCANNER_AGENT, SPEC_TEMPLATES, SddParallelRun, SddTaskDecomposer, SelectiveCompactor, SessionAnalyzer, SpecDrivenDev, SpecParser, SpecStore, SpecVersioning, SubagentBudget, TaskFlow, TaskGenerator, TaskGraphStore, TaskTracker, ToolExecutor, addPlanItem, allServers, analyzeCriticalPath, applyRosterBudget, attachAutoExtend, attachPlanCheckpoint, attachTodosCheckpoint, awsServer, blockServer, braveSearchServer, buildGoalPreamble, buildOtlpMetricsRequest, buildOtlpTracesRequest, classifyFamily, clearPlan, composeDirectorPrompt, composeSubagentPrompt, context7Server, contextManagerTool, createAutoExecutor, createContextManagerTool, createDelegateTool, createMessage, createSessionEventBridge, createStrategyCompactor, decryptConfigSecrets, deriveTodosFromPlanItem, describeCatalogModel, dispatchAgent, emptyPlan, encryptConfigSecrets, everArtServer, filesystemServer, formatPlan, formatPlanTemplates, getAgentDefinition, getPlanTemplate, getTemplate, githubServer, googleMapsServer, listPlanTemplates, listTemplates, loadDirectorState, loadPlan, loadProjectModes, loadTodosCheckpoint, loadUserModes, makeAgentSubagentRunner, makeAskTool, makeAssignTool, makeAutonomyPromptContributor, makeAwaitTasksTool, makeCollabDebugTool, makeDirectorSessionFactory, makeFleetEmitTool, makeFleetHealthTool, makeFleetSessionTool, makeFleetStatusTool, makeFleetUsageTool, makeLLMClassifier, makeRollUpTool, makeSpawnTool, makeTerminateTool, migratePlaintextSecrets, miniMaxVisionServer, removePlanItem, renderProgress, renderPrometheus, renderSpecAnalysis, renderTaskGraph, renderTaskList, resolveAuditLevel, resolveProviderModelList, resolveSessionLoggingConfig, rewriteConfigEncrypted, rosterSummaryFromConfigs, runConfigMigrations, savePlan, saveTodosCheckpoint, scoreAgents, sentinelServer, setPlanItemStatus, slackServer, startMetricsServer, startOtlpMetricsExporter, startOtlpTraceExporter, templateToMarkdown, wireMetricsToEvents, zaiVisionServer };
|
|
24070
|
+
export { AGENTS_BY_PHASE, AGENT_CATALOG, AISpecBuilder, ALL_AGENT_DEFINITIONS, ALL_FLEET_AGENTS, AUDIT_LOG_AGENT, AutoApprovePermissionPolicy, AutoCompactionMiddleware, AutoExecutor, AutonomousRunner, BUG_HUNTER_AGENT, BudgetExceededError, ConfigMigrationError, DEFAULT_AUTONOMY_CONFIG, DEFAULT_CONFIG_MIGRATIONS, DEFAULT_CONTEXT_CONFIG, DEFAULT_DIRECTOR_PREAMBLE, DEFAULT_DISPATCH_ROLE, DEFAULT_SUBAGENT_BASELINE, DEFAULT_TOOLS_CONFIG, DefaultAttachmentStore, DefaultConfigLoader, DefaultConfigStore, DefaultErrorHandler, DefaultHealthRegistry, DefaultLogger, DefaultMemoryStore, DefaultModeStore, DefaultModelsRegistry, DefaultMultiAgentCoordinator, DefaultPermissionPolicy, DefaultProviderRunner, DefaultRetryPolicy, DefaultSecretScrubber, DefaultSecretVault, DefaultSessionReader, DefaultSessionStore, DefaultSkillLoader, DefaultTaskStore, Director, DirectorStateCheckpoint, DoneConditionChecker, EternalAutonomyEngine, FLEET_ROSTER, FLEET_ROSTER_BUDGETS, FleetBus, FleetSpawnBudgetError, FleetUsageAggregator, HybridCompactor, InMemoryAgentBridge, InMemoryBridgeTransport, InMemoryMetricsSink, IntelligentCompactor, LLMSelector, NULL_FLEET_BUS, NoopMetricsSink, NoopTracer, OTelTracer, PROMETHEUS_CONTENT_TYPE, ParallelEternalEngine, QueueStore, REFACTOR_PLANNER_AGENT, RecoveryLock, SECURITY_SCANNER_AGENT, SPEC_TEMPLATES, SddParallelRun, SddTaskDecomposer, SelectiveCompactor, SessionAnalyzer, SpecDrivenDev, SpecParser, SpecStore, SpecVersioning, SubagentBudget, TaskFlow, TaskGenerator, TaskGraphStore, TaskTracker, ToolExecutor, addPlanItem, allServers, analyzeCriticalPath, applyRosterBudget, attachAutoExtend, attachPlanCheckpoint, attachTodosCheckpoint, awsServer, blockServer, braveSearchServer, buildGoalPreamble, buildOtlpMetricsRequest, buildOtlpTracesRequest, classifyFamily, clearPlan, composeDirectorPrompt, composeSubagentPrompt, context7Server, contextManagerTool, createAutoExecutor, createContextManagerTool, createDelegateTool, createMessage, createSessionEventBridge, createStrategyCompactor, decryptConfigSecrets, deriveTodosFromPlanItem, describeCatalogModel, dispatchAgent, emptyPlan, encryptConfigSecrets, everArtServer, filesystemServer, formatPlan, formatPlanTemplates, getAgentDefinition, getPlanTemplate, getTemplate, githubServer, googleMapsServer, listPlanTemplates, listTemplates, loadDirectorState, loadPlan, loadProjectModes, loadTodosCheckpoint, loadUserModes, makeAgentSubagentRunner, makeAskTool, makeAssignTool, makeAutonomyPromptContributor, makeAwaitTasksTool, makeCollabDebugTool, makeDirectorSessionFactory, makeFleetEmitTool, makeFleetHealthTool, makeFleetSessionTool, makeFleetStatusTool, makeFleetUsageTool, makeLLMClassifier, makeRollUpTool, makeSpawnTool, makeTerminateTool, migratePlaintextSecrets, miniMaxVisionServer, playwrightServer, removePlanItem, renderProgress, renderPrometheus, renderSpecAnalysis, renderTaskGraph, renderTaskList, resolveAuditLevel, resolveProviderModelList, resolveSessionLoggingConfig, rewriteConfigEncrypted, rosterSummaryFromConfigs, runConfigMigrations, savePlan, saveTodosCheckpoint, scoreAgents, sentinelServer, setPlanItemStatus, slackServer, sshManagerServer, startMetricsServer, startOtlpMetricsExporter, startOtlpTraceExporter, templateToMarkdown, wireMetricsToEvents, zaiVisionServer };
|
|
24045
24071
|
//# sourceMappingURL=index.js.map
|
|
24046
24072
|
//# sourceMappingURL=index.js.map
|