pulseed 0.5.4 → 0.6.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/README.md +13 -9
- package/dist/adapters/datasources/artifact-metric-datasource.d.ts +18 -0
- package/dist/adapters/datasources/artifact-metric-datasource.d.ts.map +1 -0
- package/dist/adapters/datasources/artifact-metric-datasource.js +592 -0
- package/dist/adapters/datasources/artifact-metric-datasource.js.map +1 -0
- package/dist/adapters/types/mcp.d.ts +6 -6
- package/dist/base/types/goal-activation.d.ts +14 -2
- package/dist/base/types/goal-activation.d.ts.map +1 -1
- package/dist/base/types/goal-activation.js +4 -0
- package/dist/base/types/goal-activation.js.map +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/interface/chat/chat-runner-commands.d.ts +6 -0
- package/dist/interface/chat/chat-runner-commands.d.ts.map +1 -1
- package/dist/interface/chat/chat-runner-commands.js +94 -2
- package/dist/interface/chat/chat-runner-commands.js.map +1 -1
- package/dist/interface/chat/chat-runner-event-bridge.d.ts +8 -1
- package/dist/interface/chat/chat-runner-event-bridge.d.ts.map +1 -1
- package/dist/interface/chat/chat-runner-event-bridge.js +69 -3
- package/dist/interface/chat/chat-runner-event-bridge.js.map +1 -1
- package/dist/interface/chat/chat-runner-routes.d.ts.map +1 -1
- package/dist/interface/chat/chat-runner-routes.js +23 -7
- package/dist/interface/chat/chat-runner-routes.js.map +1 -1
- package/dist/interface/chat/chat-runner-support.d.ts +25 -1
- package/dist/interface/chat/chat-runner-support.d.ts.map +1 -1
- package/dist/interface/chat/chat-runner-support.js +66 -12
- package/dist/interface/chat/chat-runner-support.js.map +1 -1
- package/dist/interface/chat/chat-runner.d.ts.map +1 -1
- package/dist/interface/chat/chat-runner.js +38 -8
- package/dist/interface/chat/chat-runner.js.map +1 -1
- package/dist/interface/chat/cross-platform-session.d.ts.map +1 -1
- package/dist/interface/chat/cross-platform-session.js +13 -1
- package/dist/interface/chat/cross-platform-session.js.map +1 -1
- package/dist/interface/chat/event-subscriber.d.ts.map +1 -1
- package/dist/interface/chat/event-subscriber.js +20 -0
- package/dist/interface/chat/event-subscriber.js.map +1 -1
- package/dist/interface/chat/failure-recovery.d.ts +43 -1
- package/dist/interface/chat/failure-recovery.d.ts.map +1 -1
- package/dist/interface/chat/failure-recovery.js +259 -89
- package/dist/interface/chat/failure-recovery.js.map +1 -1
- package/dist/interface/chat/ingress-router.d.ts +2 -1
- package/dist/interface/chat/ingress-router.d.ts.map +1 -1
- package/dist/interface/chat/ingress-router.js +2 -3
- package/dist/interface/chat/ingress-router.js.map +1 -1
- package/dist/interface/chat/tend-command.js +1 -0
- package/dist/interface/chat/tend-command.js.map +1 -1
- package/dist/interface/cli/cli-command-registry.d.ts.map +1 -1
- package/dist/interface/cli/cli-command-registry.js +19 -3
- package/dist/interface/cli/cli-command-registry.js.map +1 -1
- package/dist/interface/cli/commands/daemon-shared.d.ts +2 -1
- package/dist/interface/cli/commands/daemon-shared.d.ts.map +1 -1
- package/dist/interface/cli/commands/daemon-shared.js +33 -1
- package/dist/interface/cli/commands/daemon-shared.js.map +1 -1
- package/dist/interface/cli/commands/daemon.d.ts.map +1 -1
- package/dist/interface/cli/commands/daemon.js +59 -8
- package/dist/interface/cli/commands/daemon.js.map +1 -1
- package/dist/interface/cli/commands/goal-read.d.ts.map +1 -1
- package/dist/interface/cli/commands/goal-read.js +10 -3
- package/dist/interface/cli/commands/goal-read.js.map +1 -1
- package/dist/interface/cli/commands/notify.d.ts.map +1 -1
- package/dist/interface/cli/commands/notify.js +7 -1
- package/dist/interface/cli/commands/notify.js.map +1 -1
- package/dist/interface/cli/commands/run.d.ts.map +1 -1
- package/dist/interface/cli/commands/run.js +29 -0
- package/dist/interface/cli/commands/run.js.map +1 -1
- package/dist/interface/cli/commands/runtime.d.ts +1 -1
- package/dist/interface/cli/commands/runtime.d.ts.map +1 -1
- package/dist/interface/cli/commands/runtime.js +407 -2
- package/dist/interface/cli/commands/runtime.js.map +1 -1
- package/dist/interface/cli/data-source-bootstrap.d.ts.map +1 -1
- package/dist/interface/cli/data-source-bootstrap.js +25 -12
- package/dist/interface/cli/data-source-bootstrap.js.map +1 -1
- package/dist/interface/cli/setup.d.ts.map +1 -1
- package/dist/interface/cli/setup.js +14 -0
- package/dist/interface/cli/setup.js.map +1 -1
- package/dist/interface/cli/utils/loop-runner.d.ts.map +1 -1
- package/dist/interface/cli/utils/loop-runner.js +2 -1
- package/dist/interface/cli/utils/loop-runner.js.map +1 -1
- package/dist/interface/cli/utils.d.ts.map +1 -1
- package/dist/interface/cli/utils.js +8 -1
- package/dist/interface/cli/utils.js.map +1 -1
- package/dist/interface/tui/app.d.ts +4 -1
- package/dist/interface/tui/app.d.ts.map +1 -1
- package/dist/interface/tui/app.js +268 -10
- package/dist/interface/tui/app.js.map +1 -1
- package/dist/interface/tui/chat-surface.d.ts +2 -0
- package/dist/interface/tui/chat-surface.d.ts.map +1 -1
- package/dist/interface/tui/chat-surface.js +3 -0
- package/dist/interface/tui/chat-surface.js.map +1 -1
- package/dist/interface/tui/dashboard.d.ts +37 -1
- package/dist/interface/tui/dashboard.d.ts.map +1 -1
- package/dist/interface/tui/dashboard.js +264 -1
- package/dist/interface/tui/dashboard.js.map +1 -1
- package/dist/interface/tui/entry-deps.d.ts +3 -1
- package/dist/interface/tui/entry-deps.d.ts.map +1 -1
- package/dist/interface/tui/entry-deps.js +19 -1
- package/dist/interface/tui/entry-deps.js.map +1 -1
- package/dist/interface/tui/entry.d.ts.map +1 -1
- package/dist/interface/tui/entry.js +4 -2
- package/dist/interface/tui/entry.js.map +1 -1
- package/dist/interface/tui/intent-recognizer.d.ts +8 -3
- package/dist/interface/tui/intent-recognizer.d.ts.map +1 -1
- package/dist/interface/tui/intent-recognizer.js +74 -68
- package/dist/interface/tui/intent-recognizer.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/agent-loop-default-profile.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/agent-loop-default-profile.js +41 -0
- package/dist/orchestrator/execution/agent-loop/agent-loop-default-profile.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/chat-agent-loop-runner.d.ts +1 -1
- package/dist/orchestrator/execution/agent-loop/core-loop-control-tools.d.ts +1 -1
- package/dist/orchestrator/execution/agent-loop/core-loop-control-tools.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/core-loop-control-tools.js +3 -2
- package/dist/orchestrator/execution/agent-loop/core-loop-control-tools.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/core-phase-runner.d.ts +1 -1
- package/dist/orchestrator/execution/agent-loop/core-phase-runner.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/core-phase-runner.js +10 -1
- package/dist/orchestrator/execution/agent-loop/core-phase-runner.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/kaggle-training-benchmark.d.ts +2 -0
- package/dist/orchestrator/execution/agent-loop/kaggle-training-benchmark.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/kaggle-training-benchmark.js +4 -0
- package/dist/orchestrator/execution/agent-loop/kaggle-training-benchmark.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-result.d.ts +8 -8
- package/dist/orchestrator/execution/task/task-generation.d.ts +3 -1
- package/dist/orchestrator/execution/task/task-generation.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-generation.js +17 -2
- package/dist/orchestrator/execution/task/task-generation.js.map +1 -1
- package/dist/orchestrator/execution/task/task-lifecycle-runner.d.ts +5 -1
- package/dist/orchestrator/execution/task/task-lifecycle-runner.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-lifecycle-runner.js +9 -5
- package/dist/orchestrator/execution/task/task-lifecycle-runner.js.map +1 -1
- package/dist/orchestrator/execution/task/task-lifecycle.d.ts +10 -1
- package/dist/orchestrator/execution/task/task-lifecycle.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-lifecycle.js +108 -7
- package/dist/orchestrator/execution/task/task-lifecycle.js.map +1 -1
- package/dist/orchestrator/execution/task/task-prompt-builder.d.ts +2 -1
- package/dist/orchestrator/execution/task/task-prompt-builder.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-prompt-builder.js +4 -2
- package/dist/orchestrator/execution/task/task-prompt-builder.js.map +1 -1
- package/dist/orchestrator/execution/types/pipeline.d.ts +6 -6
- package/dist/orchestrator/goal/types/goal.d.ts +282 -0
- package/dist/orchestrator/goal/types/goal.d.ts.map +1 -1
- package/dist/orchestrator/goal/types/goal.js +20 -0
- package/dist/orchestrator/goal/types/goal.js.map +1 -1
- package/dist/orchestrator/loop/core-loop/contracts.d.ts +46 -3
- package/dist/orchestrator/loop/core-loop/contracts.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop/contracts.js.map +1 -1
- package/dist/orchestrator/loop/core-loop/decision-engine.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop/decision-engine.js +4 -0
- package/dist/orchestrator/loop/core-loop/decision-engine.js.map +1 -1
- package/dist/orchestrator/loop/core-loop/dream-review-checkpoint.d.ts +48 -0
- package/dist/orchestrator/loop/core-loop/dream-review-checkpoint.d.ts.map +1 -0
- package/dist/orchestrator/loop/core-loop/dream-review-checkpoint.js +377 -0
- package/dist/orchestrator/loop/core-loop/dream-review-checkpoint.js.map +1 -0
- package/dist/orchestrator/loop/core-loop/evidence-ledger.js +1 -1
- package/dist/orchestrator/loop/core-loop/evidence-ledger.js.map +1 -1
- package/dist/orchestrator/loop/core-loop/iteration-kernel.d.ts +1 -0
- package/dist/orchestrator/loop/core-loop/iteration-kernel.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop/iteration-kernel.js +492 -1
- package/dist/orchestrator/loop/core-loop/iteration-kernel.js.map +1 -1
- package/dist/orchestrator/loop/core-loop/phase-policy.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop/phase-policy.js +35 -0
- package/dist/orchestrator/loop/core-loop/phase-policy.js.map +1 -1
- package/dist/orchestrator/loop/core-loop/phase-runtime.d.ts +2 -0
- package/dist/orchestrator/loop/core-loop/phase-runtime.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop/phase-runtime.js +43 -2
- package/dist/orchestrator/loop/core-loop/phase-runtime.js.map +1 -1
- package/dist/orchestrator/loop/core-loop/phase-specs.d.ts +969 -2
- package/dist/orchestrator/loop/core-loop/phase-specs.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop/phase-specs.js +198 -0
- package/dist/orchestrator/loop/core-loop/phase-specs.js.map +1 -1
- package/dist/orchestrator/loop/core-loop/public-research.d.ts +32 -0
- package/dist/orchestrator/loop/core-loop/public-research.d.ts.map +1 -0
- package/dist/orchestrator/loop/core-loop/public-research.js +112 -0
- package/dist/orchestrator/loop/core-loop/public-research.js.map +1 -0
- package/dist/orchestrator/loop/core-loop/task-cycle-stall.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop/task-cycle-stall.js +141 -5
- package/dist/orchestrator/loop/core-loop/task-cycle-stall.js.map +1 -1
- package/dist/orchestrator/loop/core-loop/task-cycle.d.ts +4 -0
- package/dist/orchestrator/loop/core-loop/task-cycle.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop/task-cycle.js +7 -0
- package/dist/orchestrator/loop/core-loop/task-cycle.js.map +1 -1
- package/dist/orchestrator/loop/core-loop.d.ts +15 -5
- package/dist/orchestrator/loop/core-loop.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop.js +283 -17
- package/dist/orchestrator/loop/core-loop.js.map +1 -1
- package/dist/orchestrator/loop/loop-report-helper.d.ts.map +1 -1
- package/dist/orchestrator/loop/loop-report-helper.js +4 -0
- package/dist/orchestrator/loop/loop-report-helper.js.map +1 -1
- package/dist/orchestrator/loop/loop-result-types.d.ts +20 -1
- package/dist/orchestrator/loop/loop-result-types.d.ts.map +1 -1
- package/dist/orchestrator/loop/loop-result-types.js.map +1 -1
- package/dist/orchestrator/loop/post-loop-hooks.d.ts +1 -0
- package/dist/orchestrator/loop/post-loop-hooks.d.ts.map +1 -1
- package/dist/orchestrator/loop/post-loop-hooks.js +34 -1
- package/dist/orchestrator/loop/post-loop-hooks.js.map +1 -1
- package/dist/orchestrator/loop/run-policy.d.ts +10 -0
- package/dist/orchestrator/loop/run-policy.d.ts.map +1 -0
- package/dist/orchestrator/loop/run-policy.js +30 -0
- package/dist/orchestrator/loop/run-policy.js.map +1 -0
- package/dist/orchestrator/strategy/divergent-exploration.d.ts +37 -0
- package/dist/orchestrator/strategy/divergent-exploration.d.ts.map +1 -0
- package/dist/orchestrator/strategy/divergent-exploration.js +324 -0
- package/dist/orchestrator/strategy/divergent-exploration.js.map +1 -0
- package/dist/orchestrator/strategy/strategy-helpers.d.ts +108 -0
- package/dist/orchestrator/strategy/strategy-helpers.d.ts.map +1 -1
- package/dist/orchestrator/strategy/strategy-helpers.js +34 -2
- package/dist/orchestrator/strategy/strategy-helpers.js.map +1 -1
- package/dist/orchestrator/strategy/strategy-manager-base.d.ts +20 -1
- package/dist/orchestrator/strategy/strategy-manager-base.d.ts.map +1 -1
- package/dist/orchestrator/strategy/strategy-manager-base.js +71 -6
- package/dist/orchestrator/strategy/strategy-manager-base.js.map +1 -1
- package/dist/orchestrator/strategy/types/cross-portfolio.d.ts +2 -2
- package/dist/orchestrator/strategy/types/strategy.d.ts +364 -0
- package/dist/orchestrator/strategy/types/strategy.d.ts.map +1 -1
- package/dist/orchestrator/strategy/types/strategy.js +43 -0
- package/dist/orchestrator/strategy/types/strategy.js.map +1 -1
- package/dist/platform/dream/dream-activation.d.ts +1 -1
- package/dist/platform/dream/dream-event-workflows.d.ts +6 -6
- package/dist/platform/dream/dream-types.d.ts +91 -91
- package/dist/platform/drive/metric-history.d.ts +61 -0
- package/dist/platform/drive/metric-history.d.ts.map +1 -0
- package/dist/platform/drive/metric-history.js +206 -0
- package/dist/platform/drive/metric-history.js.map +1 -0
- package/dist/platform/drive/progress-predictor.d.ts +7 -0
- package/dist/platform/drive/progress-predictor.d.ts.map +1 -1
- package/dist/platform/drive/progress-predictor.js +23 -0
- package/dist/platform/drive/progress-predictor.js.map +1 -1
- package/dist/platform/drive/stall-detector.d.ts +3 -1
- package/dist/platform/drive/stall-detector.d.ts.map +1 -1
- package/dist/platform/drive/stall-detector.js +40 -1
- package/dist/platform/drive/stall-detector.js.map +1 -1
- package/dist/platform/drive/types/satisficing.d.ts +2 -2
- package/dist/platform/drive/types/stall.d.ts +4 -0
- package/dist/platform/drive/types/stall.d.ts.map +1 -1
- package/dist/platform/drive/types/stall.js +1 -0
- package/dist/platform/drive/types/stall.js.map +1 -1
- package/dist/platform/knowledge/types/learning.d.ts +2 -2
- package/dist/platform/observation/data-source-adapter.d.ts +1 -0
- package/dist/platform/observation/data-source-adapter.d.ts.map +1 -1
- package/dist/platform/observation/data-source-adapter.js.map +1 -1
- package/dist/platform/observation/observation-datasource.d.ts.map +1 -1
- package/dist/platform/observation/observation-datasource.js +2 -0
- package/dist/platform/observation/observation-datasource.js.map +1 -1
- package/dist/platform/observation/types/data-source.d.ts +153 -9
- package/dist/platform/observation/types/data-source.d.ts.map +1 -1
- package/dist/platform/observation/types/data-source.js +13 -1
- package/dist/platform/observation/types/data-source.js.map +1 -1
- package/dist/platform/soil/contracts.d.ts +65 -65
- package/dist/platform/soil/importer.d.ts +6 -6
- package/dist/platform/soil/types.d.ts +8 -8
- package/dist/platform/time/deadline-finalization.d.ts +57 -0
- package/dist/platform/time/deadline-finalization.d.ts.map +1 -0
- package/dist/platform/time/deadline-finalization.js +136 -0
- package/dist/platform/time/deadline-finalization.js.map +1 -0
- package/dist/platform/time/execution-mode.d.ts +29 -0
- package/dist/platform/time/execution-mode.d.ts.map +1 -0
- package/dist/platform/time/execution-mode.js +84 -0
- package/dist/platform/time/execution-mode.js.map +1 -0
- package/dist/platform/traits/types/curiosity.d.ts +9 -9
- package/dist/platform/traits/types/guardrail.d.ts +6 -6
- package/dist/reporting/report-formatters.d.ts.map +1 -1
- package/dist/reporting/report-formatters.js +67 -2
- package/dist/reporting/report-formatters.js.map +1 -1
- package/dist/reporting/reporting-engine.d.ts.map +1 -1
- package/dist/reporting/reporting-engine.js +3 -1
- package/dist/reporting/reporting-engine.js.map +1 -1
- package/dist/reporting/reporting-types.d.ts +4 -0
- package/dist/reporting/reporting-types.d.ts.map +1 -1
- package/dist/reporting/types/report.d.ts +59 -0
- package/dist/reporting/types/report.d.ts.map +1 -1
- package/dist/reporting/types/report.js +9 -0
- package/dist/reporting/types/report.js.map +1 -1
- package/dist/runtime/command-dispatcher.d.ts +2 -0
- package/dist/runtime/command-dispatcher.d.ts.map +1 -1
- package/dist/runtime/command-dispatcher.js +16 -0
- package/dist/runtime/command-dispatcher.js.map +1 -1
- package/dist/runtime/confirmation-decision.d.ts +94 -0
- package/dist/runtime/confirmation-decision.d.ts.map +1 -0
- package/dist/runtime/confirmation-decision.js +109 -0
- package/dist/runtime/confirmation-decision.js.map +1 -0
- package/dist/runtime/control/daemon-runtime-control-executor.d.ts.map +1 -1
- package/dist/runtime/control/daemon-runtime-control-executor.js +31 -1
- package/dist/runtime/control/daemon-runtime-control-executor.js.map +1 -1
- package/dist/runtime/control/runtime-control-intent.d.ts +9 -1
- package/dist/runtime/control/runtime-control-intent.d.ts.map +1 -1
- package/dist/runtime/control/runtime-control-intent.js +82 -16
- package/dist/runtime/control/runtime-control-intent.js.map +1 -1
- package/dist/runtime/control/runtime-control-service.d.ts +35 -1
- package/dist/runtime/control/runtime-control-service.d.ts.map +1 -1
- package/dist/runtime/control/runtime-control-service.js +285 -5
- package/dist/runtime/control/runtime-control-service.js.map +1 -1
- package/dist/runtime/daemon/client.d.ts +12 -0
- package/dist/runtime/daemon/client.d.ts.map +1 -1
- package/dist/runtime/daemon/client.js +9 -0
- package/dist/runtime/daemon/client.js.map +1 -1
- package/dist/runtime/daemon/runner-commands.d.ts +6 -2
- package/dist/runtime/daemon/runner-commands.d.ts.map +1 -1
- package/dist/runtime/daemon/runner-commands.js +237 -1
- package/dist/runtime/daemon/runner-commands.js.map +1 -1
- package/dist/runtime/daemon/runner-goal-cycle.d.ts.map +1 -1
- package/dist/runtime/daemon/runner-goal-cycle.js +59 -1
- package/dist/runtime/daemon/runner-goal-cycle.js.map +1 -1
- package/dist/runtime/daemon/runner-startup.d.ts.map +1 -1
- package/dist/runtime/daemon/runner-startup.js +12 -2
- package/dist/runtime/daemon/runner-startup.js.map +1 -1
- package/dist/runtime/daemon/runner.d.ts +4 -0
- package/dist/runtime/daemon/runner.d.ts.map +1 -1
- package/dist/runtime/daemon/runner.js +14 -1
- package/dist/runtime/daemon/runner.js.map +1 -1
- package/dist/runtime/daemon/runtime-ownership.d.ts +9 -0
- package/dist/runtime/daemon/runtime-ownership.d.ts.map +1 -1
- package/dist/runtime/daemon/runtime-ownership.js +248 -1
- package/dist/runtime/daemon/runtime-ownership.js.map +1 -1
- package/dist/runtime/dream-sidecar-review.d.ts +92 -0
- package/dist/runtime/dream-sidecar-review.d.ts.map +1 -0
- package/dist/runtime/dream-sidecar-review.js +495 -0
- package/dist/runtime/dream-sidecar-review.js.map +1 -0
- package/dist/runtime/event/server-command-handler.d.ts +2 -4
- package/dist/runtime/event/server-command-handler.d.ts.map +1 -1
- package/dist/runtime/event/server-command-handler.js +36 -6
- package/dist/runtime/event/server-command-handler.js.map +1 -1
- package/dist/runtime/event/server-snapshot-reader.d.ts +15 -1
- package/dist/runtime/event/server-snapshot-reader.d.ts.map +1 -1
- package/dist/runtime/event/server-snapshot-reader.js +66 -2
- package/dist/runtime/event/server-snapshot-reader.js.map +1 -1
- package/dist/runtime/event/server-types.d.ts +7 -0
- package/dist/runtime/event/server-types.d.ts.map +1 -1
- package/dist/runtime/event/server.d.ts +5 -0
- package/dist/runtime/event/server.d.ts.map +1 -1
- package/dist/runtime/event/server.js +43 -11
- package/dist/runtime/event/server.js.map +1 -1
- package/dist/runtime/evidence-answer.d.ts +41 -0
- package/dist/runtime/evidence-answer.d.ts.map +1 -0
- package/dist/runtime/evidence-answer.js +366 -0
- package/dist/runtime/evidence-answer.js.map +1 -0
- package/dist/runtime/executor/goal-worker.d.ts +4 -1
- package/dist/runtime/executor/goal-worker.d.ts.map +1 -1
- package/dist/runtime/executor/goal-worker.js +5 -1
- package/dist/runtime/executor/goal-worker.js.map +1 -1
- package/dist/runtime/executor/loop-supervisor.d.ts +4 -0
- package/dist/runtime/executor/loop-supervisor.d.ts.map +1 -1
- package/dist/runtime/executor/loop-supervisor.js +35 -6
- package/dist/runtime/executor/loop-supervisor.js.map +1 -1
- package/dist/runtime/guardrails/backpressure-controller.d.ts +32 -0
- package/dist/runtime/guardrails/backpressure-controller.d.ts.map +1 -0
- package/dist/runtime/guardrails/backpressure-controller.js +88 -0
- package/dist/runtime/guardrails/backpressure-controller.js.map +1 -0
- package/dist/runtime/guardrails/circuit-breaker.d.ts +32 -0
- package/dist/runtime/guardrails/circuit-breaker.d.ts.map +1 -0
- package/dist/runtime/guardrails/circuit-breaker.js +88 -0
- package/dist/runtime/guardrails/circuit-breaker.js.map +1 -0
- package/dist/runtime/guardrails/guardrail-store.d.ts +23 -0
- package/dist/runtime/guardrails/guardrail-store.d.ts.map +1 -0
- package/dist/runtime/guardrails/guardrail-store.js +95 -0
- package/dist/runtime/guardrails/guardrail-store.js.map +1 -0
- package/dist/runtime/guardrails/index.d.ts +4 -0
- package/dist/runtime/guardrails/index.d.ts.map +1 -0
- package/dist/runtime/guardrails/index.js +4 -0
- package/dist/runtime/guardrails/index.js.map +1 -0
- package/dist/runtime/interactive-automation/browser-session-store.d.ts +43 -0
- package/dist/runtime/interactive-automation/browser-session-store.d.ts.map +1 -0
- package/dist/runtime/interactive-automation/browser-session-store.js +104 -0
- package/dist/runtime/interactive-automation/browser-session-store.js.map +1 -0
- package/dist/runtime/interactive-automation/failure-classifier.d.ts +12 -0
- package/dist/runtime/interactive-automation/failure-classifier.d.ts.map +1 -0
- package/dist/runtime/interactive-automation/failure-classifier.js +50 -0
- package/dist/runtime/interactive-automation/failure-classifier.js.map +1 -0
- package/dist/runtime/interactive-automation/index.d.ts +2 -0
- package/dist/runtime/interactive-automation/index.d.ts.map +1 -1
- package/dist/runtime/interactive-automation/index.js +2 -0
- package/dist/runtime/interactive-automation/index.js.map +1 -1
- package/dist/runtime/interactive-automation/providers/manus-browser.d.ts.map +1 -1
- package/dist/runtime/interactive-automation/providers/manus-browser.js +17 -1
- package/dist/runtime/interactive-automation/providers/manus-browser.js.map +1 -1
- package/dist/runtime/interactive-automation/types.d.ts +4 -0
- package/dist/runtime/interactive-automation/types.d.ts.map +1 -1
- package/dist/runtime/interactive-automation/types.js.map +1 -1
- package/dist/runtime/notification-routing.d.ts +45 -2
- package/dist/runtime/notification-routing.d.ts.map +1 -1
- package/dist/runtime/notification-routing.js +196 -79
- package/dist/runtime/notification-routing.js.map +1 -1
- package/dist/runtime/run-spec/confirmation.d.ts +34 -0
- package/dist/runtime/run-spec/confirmation.d.ts.map +1 -0
- package/dist/runtime/run-spec/confirmation.js +176 -0
- package/dist/runtime/run-spec/confirmation.js.map +1 -0
- package/dist/runtime/run-spec/derive.d.ts +284 -0
- package/dist/runtime/run-spec/derive.d.ts.map +1 -0
- package/dist/runtime/run-spec/derive.js +379 -0
- package/dist/runtime/run-spec/derive.js.map +1 -0
- package/dist/runtime/run-spec/index.d.ts +5 -0
- package/dist/runtime/run-spec/index.d.ts.map +1 -0
- package/dist/runtime/run-spec/index.js +5 -0
- package/dist/runtime/run-spec/index.js.map +1 -0
- package/dist/runtime/run-spec/store.d.ts +11 -0
- package/dist/runtime/run-spec/store.d.ts.map +1 -0
- package/dist/runtime/run-spec/store.js +36 -0
- package/dist/runtime/run-spec/store.js.map +1 -0
- package/dist/runtime/run-spec/types.d.ts +495 -0
- package/dist/runtime/run-spec/types.d.ts.map +1 -0
- package/dist/runtime/run-spec/types.js +87 -0
- package/dist/runtime/run-spec/types.js.map +1 -0
- package/dist/runtime/schedule/engine-execution.d.ts +2 -1
- package/dist/runtime/schedule/engine-execution.d.ts.map +1 -1
- package/dist/runtime/schedule/engine-execution.js +1 -1
- package/dist/runtime/schedule/engine-execution.js.map +1 -1
- package/dist/runtime/schedule/engine-layers.d.ts +2 -1
- package/dist/runtime/schedule/engine-layers.d.ts.map +1 -1
- package/dist/runtime/schedule/engine-layers.js +3 -1
- package/dist/runtime/schedule/engine-layers.js.map +1 -1
- package/dist/runtime/schedule/engine.d.ts +2 -1
- package/dist/runtime/schedule/engine.d.ts.map +1 -1
- package/dist/runtime/schedule/engine.js.map +1 -1
- package/dist/runtime/schedule/history.d.ts +4 -4
- package/dist/runtime/session-registry/registry.d.ts.map +1 -1
- package/dist/runtime/session-registry/registry.js +2 -0
- package/dist/runtime/session-registry/registry.js.map +1 -1
- package/dist/runtime/session-registry/types.d.ts +102 -94
- package/dist/runtime/session-registry/types.d.ts.map +1 -1
- package/dist/runtime/session-registry/types.js +2 -0
- package/dist/runtime/session-registry/types.js.map +1 -1
- package/dist/runtime/store/artifact-retention.d.ts +44 -0
- package/dist/runtime/store/artifact-retention.d.ts.map +1 -0
- package/dist/runtime/store/artifact-retention.js +263 -0
- package/dist/runtime/store/artifact-retention.js.map +1 -0
- package/dist/runtime/store/background-run-store.d.ts +1 -0
- package/dist/runtime/store/background-run-store.d.ts.map +1 -1
- package/dist/runtime/store/background-run-store.js +1 -0
- package/dist/runtime/store/background-run-store.js.map +1 -1
- package/dist/runtime/store/budget-store.d.ts +442 -0
- package/dist/runtime/store/budget-store.d.ts.map +1 -0
- package/dist/runtime/store/budget-store.js +318 -0
- package/dist/runtime/store/budget-store.js.map +1 -0
- package/dist/runtime/store/dream-checkpoints.d.ts +9 -0
- package/dist/runtime/store/dream-checkpoints.d.ts.map +1 -0
- package/dist/runtime/store/dream-checkpoints.js +16 -0
- package/dist/runtime/store/dream-checkpoints.js.map +1 -0
- package/dist/runtime/store/evaluator-results.d.ts +97 -0
- package/dist/runtime/store/evaluator-results.d.ts.map +1 -0
- package/dist/runtime/store/evaluator-results.js +355 -0
- package/dist/runtime/store/evaluator-results.js.map +1 -0
- package/dist/runtime/store/evidence-ledger.d.ts +5298 -0
- package/dist/runtime/store/evidence-ledger.d.ts.map +1 -0
- package/dist/runtime/store/evidence-ledger.js +1452 -0
- package/dist/runtime/store/evidence-ledger.js.map +1 -0
- package/dist/runtime/store/experiment-queue-store.d.ts +1164 -0
- package/dist/runtime/store/experiment-queue-store.d.ts.map +1 -0
- package/dist/runtime/store/experiment-queue-store.js +341 -0
- package/dist/runtime/store/experiment-queue-store.js.map +1 -0
- package/dist/runtime/store/health-store.d.ts.map +1 -1
- package/dist/runtime/store/health-store.js +6 -0
- package/dist/runtime/store/health-store.js.map +1 -1
- package/dist/runtime/store/index.d.ts +25 -2
- package/dist/runtime/store/index.d.ts.map +1 -1
- package/dist/runtime/store/index.js +13 -1
- package/dist/runtime/store/index.js.map +1 -1
- package/dist/runtime/store/metric-history.d.ts +10 -0
- package/dist/runtime/store/metric-history.d.ts.map +1 -0
- package/dist/runtime/store/metric-history.js +56 -0
- package/dist/runtime/store/metric-history.js.map +1 -0
- package/dist/runtime/store/operator-handoff-store.d.ts +179 -0
- package/dist/runtime/store/operator-handoff-store.d.ts.map +1 -0
- package/dist/runtime/store/operator-handoff-store.js +120 -0
- package/dist/runtime/store/operator-handoff-store.js.map +1 -0
- package/dist/runtime/store/postmortem-report.d.ts +485 -0
- package/dist/runtime/store/postmortem-report.d.ts.map +1 -0
- package/dist/runtime/store/postmortem-report.js +561 -0
- package/dist/runtime/store/postmortem-report.js.map +1 -0
- package/dist/runtime/store/reproducibility-manifest.d.ts +565 -0
- package/dist/runtime/store/reproducibility-manifest.d.ts.map +1 -0
- package/dist/runtime/store/reproducibility-manifest.js +392 -0
- package/dist/runtime/store/reproducibility-manifest.js.map +1 -0
- package/dist/runtime/store/research-evidence.d.ts +8 -0
- package/dist/runtime/store/research-evidence.d.ts.map +1 -0
- package/dist/runtime/store/research-evidence.js +15 -0
- package/dist/runtime/store/research-evidence.js.map +1 -0
- package/dist/runtime/store/runtime-operation-schemas.d.ts +70 -24
- package/dist/runtime/store/runtime-operation-schemas.d.ts.map +1 -1
- package/dist/runtime/store/runtime-operation-schemas.js +16 -1
- package/dist/runtime/store/runtime-operation-schemas.js.map +1 -1
- package/dist/runtime/store/runtime-paths.d.ts +25 -0
- package/dist/runtime/store/runtime-paths.d.ts.map +1 -1
- package/dist/runtime/store/runtime-paths.js +73 -0
- package/dist/runtime/store/runtime-paths.js.map +1 -1
- package/dist/runtime/store/runtime-schemas.d.ts +1936 -17
- package/dist/runtime/store/runtime-schemas.d.ts.map +1 -1
- package/dist/runtime/store/runtime-schemas.js +201 -0
- package/dist/runtime/store/runtime-schemas.js.map +1 -1
- package/dist/runtime/store/safe-pause-store.d.ts +28 -0
- package/dist/runtime/store/safe-pause-store.d.ts.map +1 -0
- package/dist/runtime/store/safe-pause-store.js +103 -0
- package/dist/runtime/store/safe-pause-store.js.map +1 -0
- package/dist/runtime/types/daemon.d.ts +224 -14
- package/dist/runtime/types/daemon.d.ts.map +1 -1
- package/dist/runtime/types/daemon.js +27 -2
- package/dist/runtime/types/daemon.js.map +1 -1
- package/dist/runtime/types/envelope.d.ts +10 -10
- package/dist/runtime/types/hook.d.ts +9 -9
- package/dist/runtime/types/notification.d.ts +6 -6
- package/dist/runtime/types/plugin.d.ts +2 -2
- package/dist/runtime/types/schedule.d.ts +97 -54
- package/dist/runtime/types/schedule.d.ts.map +1 -1
- package/dist/runtime/types/schedule.js +10 -1
- package/dist/runtime/types/schedule.js.map +1 -1
- package/dist/runtime/types/trigger.d.ts +2 -2
- package/dist/tools/automation/InteractiveAutomationTools.d.ts +10 -0
- package/dist/tools/automation/InteractiveAutomationTools.d.ts.map +1 -1
- package/dist/tools/automation/InteractiveAutomationTools.js +139 -8
- package/dist/tools/automation/InteractiveAutomationTools.js.map +1 -1
- package/dist/tools/builtin/exports.d.ts +1 -1
- package/dist/tools/builtin/exports.d.ts.map +1 -1
- package/dist/tools/builtin/exports.js +1 -1
- package/dist/tools/builtin/exports.js.map +1 -1
- package/dist/tools/builtin/factory.d.ts +5 -0
- package/dist/tools/builtin/factory.d.ts.map +1 -1
- package/dist/tools/builtin/factory.js +18 -2
- package/dist/tools/builtin/factory.js.map +1 -1
- package/dist/tools/kaggle/KaggleExperimentTools.d.ts +792 -8
- package/dist/tools/kaggle/KaggleExperimentTools.d.ts.map +1 -1
- package/dist/tools/kaggle/KaggleExperimentTools.js +284 -19
- package/dist/tools/kaggle/KaggleExperimentTools.js.map +1 -1
- package/dist/tools/kaggle/KaggleSubmissionTools.d.ts +18 -12
- package/dist/tools/kaggle/KaggleSubmissionTools.d.ts.map +1 -1
- package/dist/tools/kaggle/KaggleSubmissionTools.js +23 -4
- package/dist/tools/kaggle/KaggleSubmissionTools.js.map +1 -1
- package/dist/tools/kaggle/KaggleWorkspacePrepareTool.d.ts +28 -9
- package/dist/tools/kaggle/KaggleWorkspacePrepareTool.d.ts.map +1 -1
- package/dist/tools/kaggle/KaggleWorkspacePrepareTool.js +182 -4
- package/dist/tools/kaggle/KaggleWorkspacePrepareTool.js.map +1 -1
- package/dist/tools/kaggle/index.d.ts +1 -1
- package/dist/tools/kaggle/index.d.ts.map +1 -1
- package/dist/tools/kaggle/index.js +1 -1
- package/dist/tools/kaggle/index.js.map +1 -1
- package/dist/tools/kaggle/metrics.d.ts +845 -4
- package/dist/tools/kaggle/metrics.d.ts.map +1 -1
- package/dist/tools/kaggle/metrics.js +410 -1
- package/dist/tools/kaggle/metrics.js.map +1 -1
- package/dist/tools/mutation/ConfigureNotificationRoutingTool/ConfigureNotificationRoutingTool.d.ts +6 -0
- package/dist/tools/mutation/ConfigureNotificationRoutingTool/ConfigureNotificationRoutingTool.d.ts.map +1 -1
- package/dist/tools/mutation/ConfigureNotificationRoutingTool/ConfigureNotificationRoutingTool.js +9 -2
- package/dist/tools/mutation/ConfigureNotificationRoutingTool/ConfigureNotificationRoutingTool.js.map +1 -1
- package/dist/tools/mutation/TaskCreateTool/TaskCreateTool.d.ts +4 -4
- package/dist/tools/network/McpStdioTool/McpStdioTool.d.ts +4 -4
- package/dist/tools/query/MemoryRecallTool/MemoryRecallTool.d.ts +2 -2
- package/dist/tools/query/runtime-dream-review-tool.d.ts +34 -0
- package/dist/tools/query/runtime-dream-review-tool.d.ts.map +1 -0
- package/dist/tools/query/runtime-dream-review-tool.js +62 -0
- package/dist/tools/query/runtime-dream-review-tool.js.map +1 -0
- package/dist/tools/query/runtime-session-tools.d.ts.map +1 -1
- package/dist/tools/query/runtime-session-tools.js +2 -0
- package/dist/tools/query/runtime-session-tools.js.map +1 -1
- package/dist/tools/runtime/LongRunningRuntimeTools.d.ts +103 -103
- package/dist/tools/runtime/LongRunningRuntimeTools.d.ts.map +1 -1
- package/dist/tools/runtime/LongRunningRuntimeTools.js +60 -0
- package/dist/tools/runtime/LongRunningRuntimeTools.js.map +1 -1
- package/dist/tools/schedule/CreateScheduleTool/CreateScheduleTool.d.ts +62 -32
- package/dist/tools/schedule/CreateScheduleTool/CreateScheduleTool.d.ts.map +1 -1
- package/dist/tools/schedule/UpdateScheduleTool/UpdateScheduleTool.d.ts +78 -44
- package/dist/tools/schedule/UpdateScheduleTool/UpdateScheduleTool.d.ts.map +1 -1
- package/dist/tools/system/TestRunnerTool/TestRunnerTool.d.ts +4 -4
- package/package.json +2 -1
|
@@ -0,0 +1,442 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
import { type RuntimeStorePaths } from "./runtime-paths.js";
|
|
3
|
+
export declare const RuntimeBudgetDimensionSchema: z.ZodEnum<["wall_clock_ms", "iterations", "tasks", "process_ms", "disk_bytes", "artifacts", "llm_tokens", "tool_calls", "evaluator_attempts"]>;
|
|
4
|
+
export type RuntimeBudgetDimension = z.infer<typeof RuntimeBudgetDimensionSchema>;
|
|
5
|
+
export declare const RuntimeBudgetModeSchema: z.ZodEnum<["exploration", "consolidation", "finalization", "exhausted"]>;
|
|
6
|
+
export type RuntimeBudgetMode = z.infer<typeof RuntimeBudgetModeSchema>;
|
|
7
|
+
export declare const RuntimeBudgetThresholdActionSchema: z.ZodEnum<["approval_required", "handoff_required", "finalization_required"]>;
|
|
8
|
+
export type RuntimeBudgetThresholdAction = z.infer<typeof RuntimeBudgetThresholdActionSchema>;
|
|
9
|
+
export declare const RuntimeBudgetScopeSchema: z.ZodEffects<z.ZodObject<{
|
|
10
|
+
goal_id: z.ZodOptional<z.ZodString>;
|
|
11
|
+
run_id: z.ZodOptional<z.ZodString>;
|
|
12
|
+
}, "strict", z.ZodTypeAny, {
|
|
13
|
+
goal_id?: string | undefined;
|
|
14
|
+
run_id?: string | undefined;
|
|
15
|
+
}, {
|
|
16
|
+
goal_id?: string | undefined;
|
|
17
|
+
run_id?: string | undefined;
|
|
18
|
+
}>, {
|
|
19
|
+
goal_id?: string | undefined;
|
|
20
|
+
run_id?: string | undefined;
|
|
21
|
+
}, {
|
|
22
|
+
goal_id?: string | undefined;
|
|
23
|
+
run_id?: string | undefined;
|
|
24
|
+
}>;
|
|
25
|
+
export type RuntimeBudgetScope = z.infer<typeof RuntimeBudgetScopeSchema>;
|
|
26
|
+
export declare const RuntimeBudgetLimitSchema: z.ZodObject<{
|
|
27
|
+
dimension: z.ZodEnum<["wall_clock_ms", "iterations", "tasks", "process_ms", "disk_bytes", "artifacts", "llm_tokens", "tool_calls", "evaluator_attempts"]>;
|
|
28
|
+
limit: z.ZodNumber;
|
|
29
|
+
warn_at_remaining: z.ZodOptional<z.ZodNumber>;
|
|
30
|
+
approval_at_remaining: z.ZodOptional<z.ZodNumber>;
|
|
31
|
+
handoff_at_remaining: z.ZodOptional<z.ZodNumber>;
|
|
32
|
+
finalization_at_remaining: z.ZodOptional<z.ZodNumber>;
|
|
33
|
+
mode_transition_at_remaining: z.ZodOptional<z.ZodObject<{
|
|
34
|
+
consolidation: z.ZodOptional<z.ZodNumber>;
|
|
35
|
+
finalization: z.ZodOptional<z.ZodNumber>;
|
|
36
|
+
}, "strict", z.ZodTypeAny, {
|
|
37
|
+
consolidation?: number | undefined;
|
|
38
|
+
finalization?: number | undefined;
|
|
39
|
+
}, {
|
|
40
|
+
consolidation?: number | undefined;
|
|
41
|
+
finalization?: number | undefined;
|
|
42
|
+
}>>;
|
|
43
|
+
exhaustion_policy: z.ZodDefault<z.ZodEnum<["stop", "approval_required", "handoff_required", "finalize"]>>;
|
|
44
|
+
}, "strict", z.ZodTypeAny, {
|
|
45
|
+
dimension: "tasks" | "tool_calls" | "artifacts" | "iterations" | "wall_clock_ms" | "process_ms" | "disk_bytes" | "llm_tokens" | "evaluator_attempts";
|
|
46
|
+
limit: number;
|
|
47
|
+
exhaustion_policy: "approval_required" | "stop" | "finalize" | "handoff_required";
|
|
48
|
+
warn_at_remaining?: number | undefined;
|
|
49
|
+
approval_at_remaining?: number | undefined;
|
|
50
|
+
handoff_at_remaining?: number | undefined;
|
|
51
|
+
finalization_at_remaining?: number | undefined;
|
|
52
|
+
mode_transition_at_remaining?: {
|
|
53
|
+
consolidation?: number | undefined;
|
|
54
|
+
finalization?: number | undefined;
|
|
55
|
+
} | undefined;
|
|
56
|
+
}, {
|
|
57
|
+
dimension: "tasks" | "tool_calls" | "artifacts" | "iterations" | "wall_clock_ms" | "process_ms" | "disk_bytes" | "llm_tokens" | "evaluator_attempts";
|
|
58
|
+
limit: number;
|
|
59
|
+
warn_at_remaining?: number | undefined;
|
|
60
|
+
approval_at_remaining?: number | undefined;
|
|
61
|
+
handoff_at_remaining?: number | undefined;
|
|
62
|
+
finalization_at_remaining?: number | undefined;
|
|
63
|
+
mode_transition_at_remaining?: {
|
|
64
|
+
consolidation?: number | undefined;
|
|
65
|
+
finalization?: number | undefined;
|
|
66
|
+
} | undefined;
|
|
67
|
+
exhaustion_policy?: "approval_required" | "stop" | "finalize" | "handoff_required" | undefined;
|
|
68
|
+
}>;
|
|
69
|
+
export type RuntimeBudgetLimit = z.infer<typeof RuntimeBudgetLimitSchema>;
|
|
70
|
+
export type RuntimeBudgetLimitInput = z.input<typeof RuntimeBudgetLimitSchema>;
|
|
71
|
+
export declare const RuntimeBudgetUsageSchema: z.ZodObject<{
|
|
72
|
+
dimension: z.ZodEnum<["wall_clock_ms", "iterations", "tasks", "process_ms", "disk_bytes", "artifacts", "llm_tokens", "tool_calls", "evaluator_attempts"]>;
|
|
73
|
+
used: z.ZodNumber;
|
|
74
|
+
updated_at: z.ZodString;
|
|
75
|
+
recent: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
76
|
+
amount: z.ZodNumber;
|
|
77
|
+
source: z.ZodEnum<["task_execution", "artifact_generation", "tool_usage", "evaluator_call", "manual"]>;
|
|
78
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
79
|
+
observed_at: z.ZodString;
|
|
80
|
+
}, "strict", z.ZodTypeAny, {
|
|
81
|
+
source: "manual" | "task_execution" | "artifact_generation" | "tool_usage" | "evaluator_call";
|
|
82
|
+
observed_at: string;
|
|
83
|
+
amount: number;
|
|
84
|
+
reason?: string | undefined;
|
|
85
|
+
}, {
|
|
86
|
+
source: "manual" | "task_execution" | "artifact_generation" | "tool_usage" | "evaluator_call";
|
|
87
|
+
observed_at: string;
|
|
88
|
+
amount: number;
|
|
89
|
+
reason?: string | undefined;
|
|
90
|
+
}>, "many">>;
|
|
91
|
+
}, "strict", z.ZodTypeAny, {
|
|
92
|
+
updated_at: string;
|
|
93
|
+
dimension: "tasks" | "tool_calls" | "artifacts" | "iterations" | "wall_clock_ms" | "process_ms" | "disk_bytes" | "llm_tokens" | "evaluator_attempts";
|
|
94
|
+
recent: {
|
|
95
|
+
source: "manual" | "task_execution" | "artifact_generation" | "tool_usage" | "evaluator_call";
|
|
96
|
+
observed_at: string;
|
|
97
|
+
amount: number;
|
|
98
|
+
reason?: string | undefined;
|
|
99
|
+
}[];
|
|
100
|
+
used: number;
|
|
101
|
+
}, {
|
|
102
|
+
updated_at: string;
|
|
103
|
+
dimension: "tasks" | "tool_calls" | "artifacts" | "iterations" | "wall_clock_ms" | "process_ms" | "disk_bytes" | "llm_tokens" | "evaluator_attempts";
|
|
104
|
+
used: number;
|
|
105
|
+
recent?: {
|
|
106
|
+
source: "manual" | "task_execution" | "artifact_generation" | "tool_usage" | "evaluator_call";
|
|
107
|
+
observed_at: string;
|
|
108
|
+
amount: number;
|
|
109
|
+
reason?: string | undefined;
|
|
110
|
+
}[] | undefined;
|
|
111
|
+
}>;
|
|
112
|
+
export type RuntimeBudgetUsage = z.infer<typeof RuntimeBudgetUsageSchema>;
|
|
113
|
+
export type RuntimeBudgetUsageInput = z.input<typeof RuntimeBudgetUsageSchema>;
|
|
114
|
+
export declare const RuntimeBudgetRecordSchema: z.ZodEffects<z.ZodObject<{
|
|
115
|
+
schema_version: z.ZodLiteral<"runtime-budget-v1">;
|
|
116
|
+
budget_id: z.ZodString;
|
|
117
|
+
scope: z.ZodEffects<z.ZodObject<{
|
|
118
|
+
goal_id: z.ZodOptional<z.ZodString>;
|
|
119
|
+
run_id: z.ZodOptional<z.ZodString>;
|
|
120
|
+
}, "strict", z.ZodTypeAny, {
|
|
121
|
+
goal_id?: string | undefined;
|
|
122
|
+
run_id?: string | undefined;
|
|
123
|
+
}, {
|
|
124
|
+
goal_id?: string | undefined;
|
|
125
|
+
run_id?: string | undefined;
|
|
126
|
+
}>, {
|
|
127
|
+
goal_id?: string | undefined;
|
|
128
|
+
run_id?: string | undefined;
|
|
129
|
+
}, {
|
|
130
|
+
goal_id?: string | undefined;
|
|
131
|
+
run_id?: string | undefined;
|
|
132
|
+
}>;
|
|
133
|
+
title: z.ZodOptional<z.ZodString>;
|
|
134
|
+
created_at: z.ZodString;
|
|
135
|
+
updated_at: z.ZodString;
|
|
136
|
+
limits: z.ZodArray<z.ZodObject<{
|
|
137
|
+
dimension: z.ZodEnum<["wall_clock_ms", "iterations", "tasks", "process_ms", "disk_bytes", "artifacts", "llm_tokens", "tool_calls", "evaluator_attempts"]>;
|
|
138
|
+
limit: z.ZodNumber;
|
|
139
|
+
warn_at_remaining: z.ZodOptional<z.ZodNumber>;
|
|
140
|
+
approval_at_remaining: z.ZodOptional<z.ZodNumber>;
|
|
141
|
+
handoff_at_remaining: z.ZodOptional<z.ZodNumber>;
|
|
142
|
+
finalization_at_remaining: z.ZodOptional<z.ZodNumber>;
|
|
143
|
+
mode_transition_at_remaining: z.ZodOptional<z.ZodObject<{
|
|
144
|
+
consolidation: z.ZodOptional<z.ZodNumber>;
|
|
145
|
+
finalization: z.ZodOptional<z.ZodNumber>;
|
|
146
|
+
}, "strict", z.ZodTypeAny, {
|
|
147
|
+
consolidation?: number | undefined;
|
|
148
|
+
finalization?: number | undefined;
|
|
149
|
+
}, {
|
|
150
|
+
consolidation?: number | undefined;
|
|
151
|
+
finalization?: number | undefined;
|
|
152
|
+
}>>;
|
|
153
|
+
exhaustion_policy: z.ZodDefault<z.ZodEnum<["stop", "approval_required", "handoff_required", "finalize"]>>;
|
|
154
|
+
}, "strict", z.ZodTypeAny, {
|
|
155
|
+
dimension: "tasks" | "tool_calls" | "artifacts" | "iterations" | "wall_clock_ms" | "process_ms" | "disk_bytes" | "llm_tokens" | "evaluator_attempts";
|
|
156
|
+
limit: number;
|
|
157
|
+
exhaustion_policy: "approval_required" | "stop" | "finalize" | "handoff_required";
|
|
158
|
+
warn_at_remaining?: number | undefined;
|
|
159
|
+
approval_at_remaining?: number | undefined;
|
|
160
|
+
handoff_at_remaining?: number | undefined;
|
|
161
|
+
finalization_at_remaining?: number | undefined;
|
|
162
|
+
mode_transition_at_remaining?: {
|
|
163
|
+
consolidation?: number | undefined;
|
|
164
|
+
finalization?: number | undefined;
|
|
165
|
+
} | undefined;
|
|
166
|
+
}, {
|
|
167
|
+
dimension: "tasks" | "tool_calls" | "artifacts" | "iterations" | "wall_clock_ms" | "process_ms" | "disk_bytes" | "llm_tokens" | "evaluator_attempts";
|
|
168
|
+
limit: number;
|
|
169
|
+
warn_at_remaining?: number | undefined;
|
|
170
|
+
approval_at_remaining?: number | undefined;
|
|
171
|
+
handoff_at_remaining?: number | undefined;
|
|
172
|
+
finalization_at_remaining?: number | undefined;
|
|
173
|
+
mode_transition_at_remaining?: {
|
|
174
|
+
consolidation?: number | undefined;
|
|
175
|
+
finalization?: number | undefined;
|
|
176
|
+
} | undefined;
|
|
177
|
+
exhaustion_policy?: "approval_required" | "stop" | "finalize" | "handoff_required" | undefined;
|
|
178
|
+
}>, "many">;
|
|
179
|
+
usage: z.ZodArray<z.ZodObject<{
|
|
180
|
+
dimension: z.ZodEnum<["wall_clock_ms", "iterations", "tasks", "process_ms", "disk_bytes", "artifacts", "llm_tokens", "tool_calls", "evaluator_attempts"]>;
|
|
181
|
+
used: z.ZodNumber;
|
|
182
|
+
updated_at: z.ZodString;
|
|
183
|
+
recent: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
184
|
+
amount: z.ZodNumber;
|
|
185
|
+
source: z.ZodEnum<["task_execution", "artifact_generation", "tool_usage", "evaluator_call", "manual"]>;
|
|
186
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
187
|
+
observed_at: z.ZodString;
|
|
188
|
+
}, "strict", z.ZodTypeAny, {
|
|
189
|
+
source: "manual" | "task_execution" | "artifact_generation" | "tool_usage" | "evaluator_call";
|
|
190
|
+
observed_at: string;
|
|
191
|
+
amount: number;
|
|
192
|
+
reason?: string | undefined;
|
|
193
|
+
}, {
|
|
194
|
+
source: "manual" | "task_execution" | "artifact_generation" | "tool_usage" | "evaluator_call";
|
|
195
|
+
observed_at: string;
|
|
196
|
+
amount: number;
|
|
197
|
+
reason?: string | undefined;
|
|
198
|
+
}>, "many">>;
|
|
199
|
+
}, "strict", z.ZodTypeAny, {
|
|
200
|
+
updated_at: string;
|
|
201
|
+
dimension: "tasks" | "tool_calls" | "artifacts" | "iterations" | "wall_clock_ms" | "process_ms" | "disk_bytes" | "llm_tokens" | "evaluator_attempts";
|
|
202
|
+
recent: {
|
|
203
|
+
source: "manual" | "task_execution" | "artifact_generation" | "tool_usage" | "evaluator_call";
|
|
204
|
+
observed_at: string;
|
|
205
|
+
amount: number;
|
|
206
|
+
reason?: string | undefined;
|
|
207
|
+
}[];
|
|
208
|
+
used: number;
|
|
209
|
+
}, {
|
|
210
|
+
updated_at: string;
|
|
211
|
+
dimension: "tasks" | "tool_calls" | "artifacts" | "iterations" | "wall_clock_ms" | "process_ms" | "disk_bytes" | "llm_tokens" | "evaluator_attempts";
|
|
212
|
+
used: number;
|
|
213
|
+
recent?: {
|
|
214
|
+
source: "manual" | "task_execution" | "artifact_generation" | "tool_usage" | "evaluator_call";
|
|
215
|
+
observed_at: string;
|
|
216
|
+
amount: number;
|
|
217
|
+
reason?: string | undefined;
|
|
218
|
+
}[] | undefined;
|
|
219
|
+
}>, "many">;
|
|
220
|
+
notes: z.ZodOptional<z.ZodString>;
|
|
221
|
+
}, "strict", z.ZodTypeAny, {
|
|
222
|
+
created_at: string;
|
|
223
|
+
updated_at: string;
|
|
224
|
+
schema_version: "runtime-budget-v1";
|
|
225
|
+
usage: {
|
|
226
|
+
updated_at: string;
|
|
227
|
+
dimension: "tasks" | "tool_calls" | "artifacts" | "iterations" | "wall_clock_ms" | "process_ms" | "disk_bytes" | "llm_tokens" | "evaluator_attempts";
|
|
228
|
+
recent: {
|
|
229
|
+
source: "manual" | "task_execution" | "artifact_generation" | "tool_usage" | "evaluator_call";
|
|
230
|
+
observed_at: string;
|
|
231
|
+
amount: number;
|
|
232
|
+
reason?: string | undefined;
|
|
233
|
+
}[];
|
|
234
|
+
used: number;
|
|
235
|
+
}[];
|
|
236
|
+
scope: {
|
|
237
|
+
goal_id?: string | undefined;
|
|
238
|
+
run_id?: string | undefined;
|
|
239
|
+
};
|
|
240
|
+
budget_id: string;
|
|
241
|
+
limits: {
|
|
242
|
+
dimension: "tasks" | "tool_calls" | "artifacts" | "iterations" | "wall_clock_ms" | "process_ms" | "disk_bytes" | "llm_tokens" | "evaluator_attempts";
|
|
243
|
+
limit: number;
|
|
244
|
+
exhaustion_policy: "approval_required" | "stop" | "finalize" | "handoff_required";
|
|
245
|
+
warn_at_remaining?: number | undefined;
|
|
246
|
+
approval_at_remaining?: number | undefined;
|
|
247
|
+
handoff_at_remaining?: number | undefined;
|
|
248
|
+
finalization_at_remaining?: number | undefined;
|
|
249
|
+
mode_transition_at_remaining?: {
|
|
250
|
+
consolidation?: number | undefined;
|
|
251
|
+
finalization?: number | undefined;
|
|
252
|
+
} | undefined;
|
|
253
|
+
}[];
|
|
254
|
+
title?: string | undefined;
|
|
255
|
+
notes?: string | undefined;
|
|
256
|
+
}, {
|
|
257
|
+
created_at: string;
|
|
258
|
+
updated_at: string;
|
|
259
|
+
schema_version: "runtime-budget-v1";
|
|
260
|
+
usage: {
|
|
261
|
+
updated_at: string;
|
|
262
|
+
dimension: "tasks" | "tool_calls" | "artifacts" | "iterations" | "wall_clock_ms" | "process_ms" | "disk_bytes" | "llm_tokens" | "evaluator_attempts";
|
|
263
|
+
used: number;
|
|
264
|
+
recent?: {
|
|
265
|
+
source: "manual" | "task_execution" | "artifact_generation" | "tool_usage" | "evaluator_call";
|
|
266
|
+
observed_at: string;
|
|
267
|
+
amount: number;
|
|
268
|
+
reason?: string | undefined;
|
|
269
|
+
}[] | undefined;
|
|
270
|
+
}[];
|
|
271
|
+
scope: {
|
|
272
|
+
goal_id?: string | undefined;
|
|
273
|
+
run_id?: string | undefined;
|
|
274
|
+
};
|
|
275
|
+
budget_id: string;
|
|
276
|
+
limits: {
|
|
277
|
+
dimension: "tasks" | "tool_calls" | "artifacts" | "iterations" | "wall_clock_ms" | "process_ms" | "disk_bytes" | "llm_tokens" | "evaluator_attempts";
|
|
278
|
+
limit: number;
|
|
279
|
+
warn_at_remaining?: number | undefined;
|
|
280
|
+
approval_at_remaining?: number | undefined;
|
|
281
|
+
handoff_at_remaining?: number | undefined;
|
|
282
|
+
finalization_at_remaining?: number | undefined;
|
|
283
|
+
mode_transition_at_remaining?: {
|
|
284
|
+
consolidation?: number | undefined;
|
|
285
|
+
finalization?: number | undefined;
|
|
286
|
+
} | undefined;
|
|
287
|
+
exhaustion_policy?: "approval_required" | "stop" | "finalize" | "handoff_required" | undefined;
|
|
288
|
+
}[];
|
|
289
|
+
title?: string | undefined;
|
|
290
|
+
notes?: string | undefined;
|
|
291
|
+
}>, {
|
|
292
|
+
created_at: string;
|
|
293
|
+
updated_at: string;
|
|
294
|
+
schema_version: "runtime-budget-v1";
|
|
295
|
+
usage: {
|
|
296
|
+
updated_at: string;
|
|
297
|
+
dimension: "tasks" | "tool_calls" | "artifacts" | "iterations" | "wall_clock_ms" | "process_ms" | "disk_bytes" | "llm_tokens" | "evaluator_attempts";
|
|
298
|
+
recent: {
|
|
299
|
+
source: "manual" | "task_execution" | "artifact_generation" | "tool_usage" | "evaluator_call";
|
|
300
|
+
observed_at: string;
|
|
301
|
+
amount: number;
|
|
302
|
+
reason?: string | undefined;
|
|
303
|
+
}[];
|
|
304
|
+
used: number;
|
|
305
|
+
}[];
|
|
306
|
+
scope: {
|
|
307
|
+
goal_id?: string | undefined;
|
|
308
|
+
run_id?: string | undefined;
|
|
309
|
+
};
|
|
310
|
+
budget_id: string;
|
|
311
|
+
limits: {
|
|
312
|
+
dimension: "tasks" | "tool_calls" | "artifacts" | "iterations" | "wall_clock_ms" | "process_ms" | "disk_bytes" | "llm_tokens" | "evaluator_attempts";
|
|
313
|
+
limit: number;
|
|
314
|
+
exhaustion_policy: "approval_required" | "stop" | "finalize" | "handoff_required";
|
|
315
|
+
warn_at_remaining?: number | undefined;
|
|
316
|
+
approval_at_remaining?: number | undefined;
|
|
317
|
+
handoff_at_remaining?: number | undefined;
|
|
318
|
+
finalization_at_remaining?: number | undefined;
|
|
319
|
+
mode_transition_at_remaining?: {
|
|
320
|
+
consolidation?: number | undefined;
|
|
321
|
+
finalization?: number | undefined;
|
|
322
|
+
} | undefined;
|
|
323
|
+
}[];
|
|
324
|
+
title?: string | undefined;
|
|
325
|
+
notes?: string | undefined;
|
|
326
|
+
}, {
|
|
327
|
+
created_at: string;
|
|
328
|
+
updated_at: string;
|
|
329
|
+
schema_version: "runtime-budget-v1";
|
|
330
|
+
usage: {
|
|
331
|
+
updated_at: string;
|
|
332
|
+
dimension: "tasks" | "tool_calls" | "artifacts" | "iterations" | "wall_clock_ms" | "process_ms" | "disk_bytes" | "llm_tokens" | "evaluator_attempts";
|
|
333
|
+
used: number;
|
|
334
|
+
recent?: {
|
|
335
|
+
source: "manual" | "task_execution" | "artifact_generation" | "tool_usage" | "evaluator_call";
|
|
336
|
+
observed_at: string;
|
|
337
|
+
amount: number;
|
|
338
|
+
reason?: string | undefined;
|
|
339
|
+
}[] | undefined;
|
|
340
|
+
}[];
|
|
341
|
+
scope: {
|
|
342
|
+
goal_id?: string | undefined;
|
|
343
|
+
run_id?: string | undefined;
|
|
344
|
+
};
|
|
345
|
+
budget_id: string;
|
|
346
|
+
limits: {
|
|
347
|
+
dimension: "tasks" | "tool_calls" | "artifacts" | "iterations" | "wall_clock_ms" | "process_ms" | "disk_bytes" | "llm_tokens" | "evaluator_attempts";
|
|
348
|
+
limit: number;
|
|
349
|
+
warn_at_remaining?: number | undefined;
|
|
350
|
+
approval_at_remaining?: number | undefined;
|
|
351
|
+
handoff_at_remaining?: number | undefined;
|
|
352
|
+
finalization_at_remaining?: number | undefined;
|
|
353
|
+
mode_transition_at_remaining?: {
|
|
354
|
+
consolidation?: number | undefined;
|
|
355
|
+
finalization?: number | undefined;
|
|
356
|
+
} | undefined;
|
|
357
|
+
exhaustion_policy?: "approval_required" | "stop" | "finalize" | "handoff_required" | undefined;
|
|
358
|
+
}[];
|
|
359
|
+
title?: string | undefined;
|
|
360
|
+
notes?: string | undefined;
|
|
361
|
+
}>;
|
|
362
|
+
export type RuntimeBudgetRecord = z.infer<typeof RuntimeBudgetRecordSchema>;
|
|
363
|
+
export interface RuntimeBudgetCreateInput {
|
|
364
|
+
budget_id: string;
|
|
365
|
+
scope: RuntimeBudgetScope;
|
|
366
|
+
title?: string;
|
|
367
|
+
created_at?: string;
|
|
368
|
+
limits: RuntimeBudgetLimitInput[];
|
|
369
|
+
notes?: string;
|
|
370
|
+
}
|
|
371
|
+
export interface RuntimeBudgetUsageUpdateInput {
|
|
372
|
+
dimension: RuntimeBudgetDimension;
|
|
373
|
+
amount: number;
|
|
374
|
+
source: RuntimeBudgetUsage["recent"][number]["source"];
|
|
375
|
+
reason?: string;
|
|
376
|
+
observed_at?: string;
|
|
377
|
+
}
|
|
378
|
+
export interface RuntimeBudgetDimensionStatus {
|
|
379
|
+
dimension: RuntimeBudgetDimension;
|
|
380
|
+
limit: number;
|
|
381
|
+
used: number;
|
|
382
|
+
remaining: number;
|
|
383
|
+
exhausted: boolean;
|
|
384
|
+
exhaustion_policy: RuntimeBudgetLimit["exhaustion_policy"];
|
|
385
|
+
threshold_actions: RuntimeBudgetThresholdAction[];
|
|
386
|
+
}
|
|
387
|
+
export interface RuntimeBudgetStatus {
|
|
388
|
+
budget_id: string;
|
|
389
|
+
scope: RuntimeBudgetScope;
|
|
390
|
+
mode: RuntimeBudgetMode;
|
|
391
|
+
dimensions: RuntimeBudgetDimensionStatus[];
|
|
392
|
+
approval_required: boolean;
|
|
393
|
+
handoff_required: boolean;
|
|
394
|
+
finalization_required: boolean;
|
|
395
|
+
exhausted: boolean;
|
|
396
|
+
recent_consumption: RuntimeBudgetUsage["recent"];
|
|
397
|
+
}
|
|
398
|
+
export declare class RuntimeBudgetStore {
|
|
399
|
+
private readonly paths;
|
|
400
|
+
private readonly journal;
|
|
401
|
+
private readonly now;
|
|
402
|
+
constructor(runtimeRootOrPaths?: string | RuntimeStorePaths, options?: {
|
|
403
|
+
now?: () => Date;
|
|
404
|
+
});
|
|
405
|
+
load(budgetId: string): Promise<RuntimeBudgetRecord | null>;
|
|
406
|
+
list(): Promise<RuntimeBudgetRecord[]>;
|
|
407
|
+
create(input: RuntimeBudgetCreateInput): Promise<RuntimeBudgetRecord>;
|
|
408
|
+
updateUsage(budgetId: string, input: RuntimeBudgetUsageUpdateInput): Promise<RuntimeBudgetRecord>;
|
|
409
|
+
recordTaskExecution(budgetId: string, input: {
|
|
410
|
+
iterations?: number;
|
|
411
|
+
tasks?: number;
|
|
412
|
+
process_ms?: number;
|
|
413
|
+
wall_clock_ms?: number;
|
|
414
|
+
observed_at?: string;
|
|
415
|
+
reason?: string;
|
|
416
|
+
}): Promise<RuntimeBudgetRecord>;
|
|
417
|
+
recordArtifactGeneration(budgetId: string, input: {
|
|
418
|
+
disk_bytes?: number;
|
|
419
|
+
artifacts?: number;
|
|
420
|
+
observed_at?: string;
|
|
421
|
+
reason?: string;
|
|
422
|
+
}): Promise<RuntimeBudgetRecord>;
|
|
423
|
+
recordToolUsage(budgetId: string, input: {
|
|
424
|
+
llm_tokens?: number;
|
|
425
|
+
tool_calls?: number;
|
|
426
|
+
observed_at?: string;
|
|
427
|
+
reason?: string;
|
|
428
|
+
}): Promise<RuntimeBudgetRecord>;
|
|
429
|
+
recordEvaluatorCall(budgetId: string, input: {
|
|
430
|
+
attempts?: number;
|
|
431
|
+
observed_at?: string;
|
|
432
|
+
reason?: string;
|
|
433
|
+
}): Promise<RuntimeBudgetRecord>;
|
|
434
|
+
status(budget: RuntimeBudgetRecord): RuntimeBudgetStatus;
|
|
435
|
+
taskGenerationContext(budget: RuntimeBudgetRecord): Record<string, unknown>;
|
|
436
|
+
private mustLoad;
|
|
437
|
+
private hasLimit;
|
|
438
|
+
private update;
|
|
439
|
+
private save;
|
|
440
|
+
private nowIso;
|
|
441
|
+
}
|
|
442
|
+
//# sourceMappingURL=budget-store.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"budget-store.d.ts","sourceRoot":"","sources":["../../../src/runtime/store/budget-store.ts"],"names":[],"mappings":"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"}
|