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
|
@@ -9,14 +9,14 @@ export declare const BackgroundRunStatusSchema: z.ZodEnum<["queued", "running",
|
|
|
9
9
|
export type BackgroundRunStatus = z.infer<typeof BackgroundRunStatusSchema>;
|
|
10
10
|
export declare const BackgroundRunReplyTargetSourceSchema: z.ZodEnum<["pinned_run", "parent_session", "none"]>;
|
|
11
11
|
export type BackgroundRunReplyTargetSource = z.infer<typeof BackgroundRunReplyTargetSourceSchema>;
|
|
12
|
-
export declare const RuntimeSessionRefKindSchema: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
12
|
+
export declare const RuntimeSessionRefKindSchema: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "evidence_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
13
13
|
export type RuntimeSessionRefKind = z.infer<typeof RuntimeSessionRefKindSchema>;
|
|
14
14
|
export declare const RuntimeArtifactKindSchema: z.ZodEnum<["log", "metrics", "report", "diff", "url", "other"]>;
|
|
15
15
|
export type RuntimeArtifactKind = z.infer<typeof RuntimeArtifactKindSchema>;
|
|
16
16
|
export declare const RuntimeSessionWarningCodeSchema: z.ZodEnum<["source_unavailable", "source_parse_failed", "stale_source", "conflicting_status", "missing_parent_join", "dead_process_sidecar", "reply_target_not_durable"]>;
|
|
17
17
|
export type RuntimeSessionWarningCode = z.infer<typeof RuntimeSessionWarningCodeSchema>;
|
|
18
18
|
export declare const RuntimeSessionRefSchema: z.ZodObject<{
|
|
19
|
-
kind: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
19
|
+
kind: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "evidence_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
20
20
|
id: z.ZodNullable<z.ZodString>;
|
|
21
21
|
path: z.ZodNullable<z.ZodString>;
|
|
22
22
|
relative_path: z.ZodNullable<z.ZodString>;
|
|
@@ -25,13 +25,13 @@ export declare const RuntimeSessionRefSchema: z.ZodObject<{
|
|
|
25
25
|
path: string | null;
|
|
26
26
|
id: string | null;
|
|
27
27
|
updated_at: string | null;
|
|
28
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
28
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
29
29
|
relative_path: string | null;
|
|
30
30
|
}, {
|
|
31
31
|
path: string | null;
|
|
32
32
|
id: string | null;
|
|
33
33
|
updated_at: string | null;
|
|
34
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
34
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
35
35
|
relative_path: string | null;
|
|
36
36
|
}>;
|
|
37
37
|
export type RuntimeSessionRef = z.infer<typeof RuntimeSessionRefSchema>;
|
|
@@ -43,12 +43,12 @@ export declare const RuntimeArtifactRefSchema: z.ZodObject<{
|
|
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
|
44
44
|
path: string | null;
|
|
45
45
|
label: string;
|
|
46
|
-
kind: "url" | "other" | "
|
|
46
|
+
kind: "url" | "other" | "metrics" | "log" | "report" | "diff";
|
|
47
47
|
url: string | null;
|
|
48
48
|
}, {
|
|
49
49
|
path: string | null;
|
|
50
50
|
label: string;
|
|
51
|
-
kind: "url" | "other" | "
|
|
51
|
+
kind: "url" | "other" | "metrics" | "log" | "report" | "diff";
|
|
52
52
|
url: string | null;
|
|
53
53
|
}>;
|
|
54
54
|
export type RuntimeArtifactRef = z.infer<typeof RuntimeArtifactRefSchema>;
|
|
@@ -81,7 +81,7 @@ export declare const RuntimeSessionSchema: z.ZodObject<{
|
|
|
81
81
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
82
82
|
last_event_at: z.ZodNullable<z.ZodString>;
|
|
83
83
|
transcript_ref: z.ZodNullable<z.ZodObject<{
|
|
84
|
-
kind: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
84
|
+
kind: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "evidence_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
85
85
|
id: z.ZodNullable<z.ZodString>;
|
|
86
86
|
path: z.ZodNullable<z.ZodString>;
|
|
87
87
|
relative_path: z.ZodNullable<z.ZodString>;
|
|
@@ -90,17 +90,17 @@ export declare const RuntimeSessionSchema: z.ZodObject<{
|
|
|
90
90
|
path: string | null;
|
|
91
91
|
id: string | null;
|
|
92
92
|
updated_at: string | null;
|
|
93
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
93
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
94
94
|
relative_path: string | null;
|
|
95
95
|
}, {
|
|
96
96
|
path: string | null;
|
|
97
97
|
id: string | null;
|
|
98
98
|
updated_at: string | null;
|
|
99
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
99
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
100
100
|
relative_path: string | null;
|
|
101
101
|
}>>;
|
|
102
102
|
state_ref: z.ZodNullable<z.ZodObject<{
|
|
103
|
-
kind: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
103
|
+
kind: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "evidence_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
104
104
|
id: z.ZodNullable<z.ZodString>;
|
|
105
105
|
path: z.ZodNullable<z.ZodString>;
|
|
106
106
|
relative_path: z.ZodNullable<z.ZodString>;
|
|
@@ -109,13 +109,13 @@ export declare const RuntimeSessionSchema: z.ZodObject<{
|
|
|
109
109
|
path: string | null;
|
|
110
110
|
id: string | null;
|
|
111
111
|
updated_at: string | null;
|
|
112
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
112
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
113
113
|
relative_path: string | null;
|
|
114
114
|
}, {
|
|
115
115
|
path: string | null;
|
|
116
116
|
id: string | null;
|
|
117
117
|
updated_at: string | null;
|
|
118
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
118
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
119
119
|
relative_path: string | null;
|
|
120
120
|
}>>;
|
|
121
121
|
reply_target: z.ZodNullable<z.ZodObject<{
|
|
@@ -137,7 +137,7 @@ export declare const RuntimeSessionSchema: z.ZodObject<{
|
|
|
137
137
|
resumable: z.ZodBoolean;
|
|
138
138
|
attachable: z.ZodBoolean;
|
|
139
139
|
source_refs: z.ZodArray<z.ZodObject<{
|
|
140
|
-
kind: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
140
|
+
kind: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "evidence_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
141
141
|
id: z.ZodNullable<z.ZodString>;
|
|
142
142
|
path: z.ZodNullable<z.ZodString>;
|
|
143
143
|
relative_path: z.ZodNullable<z.ZodString>;
|
|
@@ -146,13 +146,13 @@ export declare const RuntimeSessionSchema: z.ZodObject<{
|
|
|
146
146
|
path: string | null;
|
|
147
147
|
id: string | null;
|
|
148
148
|
updated_at: string | null;
|
|
149
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
149
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
150
150
|
relative_path: string | null;
|
|
151
151
|
}, {
|
|
152
152
|
path: string | null;
|
|
153
153
|
id: string | null;
|
|
154
154
|
updated_at: string | null;
|
|
155
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
155
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
156
156
|
relative_path: string | null;
|
|
157
157
|
}>, "many">;
|
|
158
158
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -163,12 +163,13 @@ export declare const RuntimeSessionSchema: z.ZodObject<{
|
|
|
163
163
|
updated_at: string | null;
|
|
164
164
|
schema_version: "runtime-session-v1";
|
|
165
165
|
kind: "agent" | "conversation" | "coreloop";
|
|
166
|
+
resumable: boolean;
|
|
166
167
|
workspace: string | null;
|
|
167
168
|
source_refs: {
|
|
168
169
|
path: string | null;
|
|
169
170
|
id: string | null;
|
|
170
171
|
updated_at: string | null;
|
|
171
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
172
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
172
173
|
relative_path: string | null;
|
|
173
174
|
}[];
|
|
174
175
|
reply_target: z.objectOutputType<{
|
|
@@ -183,17 +184,16 @@ export declare const RuntimeSessionSchema: z.ZodObject<{
|
|
|
183
184
|
path: string | null;
|
|
184
185
|
id: string | null;
|
|
185
186
|
updated_at: string | null;
|
|
186
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
187
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
187
188
|
relative_path: string | null;
|
|
188
189
|
} | null;
|
|
189
190
|
state_ref: {
|
|
190
191
|
path: string | null;
|
|
191
192
|
id: string | null;
|
|
192
193
|
updated_at: string | null;
|
|
193
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
194
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
194
195
|
relative_path: string | null;
|
|
195
196
|
} | null;
|
|
196
|
-
resumable: boolean;
|
|
197
197
|
attachable: boolean;
|
|
198
198
|
}, {
|
|
199
199
|
status: "unknown" | "active" | "idle" | "ended" | "lost";
|
|
@@ -203,12 +203,13 @@ export declare const RuntimeSessionSchema: z.ZodObject<{
|
|
|
203
203
|
updated_at: string | null;
|
|
204
204
|
schema_version: "runtime-session-v1";
|
|
205
205
|
kind: "agent" | "conversation" | "coreloop";
|
|
206
|
+
resumable: boolean;
|
|
206
207
|
workspace: string | null;
|
|
207
208
|
source_refs: {
|
|
208
209
|
path: string | null;
|
|
209
210
|
id: string | null;
|
|
210
211
|
updated_at: string | null;
|
|
211
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
212
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
212
213
|
relative_path: string | null;
|
|
213
214
|
}[];
|
|
214
215
|
reply_target: z.objectInputType<{
|
|
@@ -223,17 +224,16 @@ export declare const RuntimeSessionSchema: z.ZodObject<{
|
|
|
223
224
|
path: string | null;
|
|
224
225
|
id: string | null;
|
|
225
226
|
updated_at: string | null;
|
|
226
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
227
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
227
228
|
relative_path: string | null;
|
|
228
229
|
} | null;
|
|
229
230
|
state_ref: {
|
|
230
231
|
path: string | null;
|
|
231
232
|
id: string | null;
|
|
232
233
|
updated_at: string | null;
|
|
233
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
234
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
234
235
|
relative_path: string | null;
|
|
235
236
|
} | null;
|
|
236
|
-
resumable: boolean;
|
|
237
237
|
attachable: boolean;
|
|
238
238
|
}>;
|
|
239
239
|
export type RuntimeSession = z.infer<typeof RuntimeSessionSchema>;
|
|
@@ -244,6 +244,7 @@ export declare const BackgroundRunSchema: z.ZodObject<{
|
|
|
244
244
|
parent_session_id: z.ZodNullable<z.ZodString>;
|
|
245
245
|
child_session_id: z.ZodNullable<z.ZodString>;
|
|
246
246
|
process_session_id: z.ZodNullable<z.ZodString>;
|
|
247
|
+
goal_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
247
248
|
status: z.ZodEnum<["queued", "running", "succeeded", "failed", "timed_out", "cancelled", "lost", "unknown"]>;
|
|
248
249
|
notify_policy: z.ZodEnum<["silent", "done_only", "state_changes"]>;
|
|
249
250
|
reply_target_source: z.ZodEnum<["pinned_run", "parent_session", "none"]>;
|
|
@@ -279,16 +280,16 @@ export declare const BackgroundRunSchema: z.ZodObject<{
|
|
|
279
280
|
}, "strip", z.ZodTypeAny, {
|
|
280
281
|
path: string | null;
|
|
281
282
|
label: string;
|
|
282
|
-
kind: "url" | "other" | "
|
|
283
|
+
kind: "url" | "other" | "metrics" | "log" | "report" | "diff";
|
|
283
284
|
url: string | null;
|
|
284
285
|
}, {
|
|
285
286
|
path: string | null;
|
|
286
287
|
label: string;
|
|
287
|
-
kind: "url" | "other" | "
|
|
288
|
+
kind: "url" | "other" | "metrics" | "log" | "report" | "diff";
|
|
288
289
|
url: string | null;
|
|
289
290
|
}>, "many">;
|
|
290
291
|
source_refs: z.ZodArray<z.ZodObject<{
|
|
291
|
-
kind: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
292
|
+
kind: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "evidence_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
292
293
|
id: z.ZodNullable<z.ZodString>;
|
|
293
294
|
path: z.ZodNullable<z.ZodString>;
|
|
294
295
|
relative_path: z.ZodNullable<z.ZodString>;
|
|
@@ -297,17 +298,17 @@ export declare const BackgroundRunSchema: z.ZodObject<{
|
|
|
297
298
|
path: string | null;
|
|
298
299
|
id: string | null;
|
|
299
300
|
updated_at: string | null;
|
|
300
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
301
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
301
302
|
relative_path: string | null;
|
|
302
303
|
}, {
|
|
303
304
|
path: string | null;
|
|
304
305
|
id: string | null;
|
|
305
306
|
updated_at: string | null;
|
|
306
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
307
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
307
308
|
relative_path: string | null;
|
|
308
309
|
}>, "many">;
|
|
309
310
|
}, "strip", z.ZodTypeAny, {
|
|
310
|
-
status: "unknown" | "running" | "timed_out" | "cancelled" | "failed" | "
|
|
311
|
+
status: "unknown" | "running" | "timed_out" | "cancelled" | "failed" | "queued" | "succeeded" | "lost";
|
|
311
312
|
error: string | null;
|
|
312
313
|
id: string;
|
|
313
314
|
title: string | null;
|
|
@@ -318,18 +319,18 @@ export declare const BackgroundRunSchema: z.ZodObject<{
|
|
|
318
319
|
schema_version: "background-run-v1";
|
|
319
320
|
kind: "agent_run" | "coreloop_run" | "process_run";
|
|
320
321
|
summary: string | null;
|
|
322
|
+
workspace: string | null;
|
|
321
323
|
artifacts: {
|
|
322
324
|
path: string | null;
|
|
323
325
|
label: string;
|
|
324
|
-
kind: "url" | "other" | "
|
|
326
|
+
kind: "url" | "other" | "metrics" | "log" | "report" | "diff";
|
|
325
327
|
url: string | null;
|
|
326
328
|
}[];
|
|
327
|
-
workspace: string | null;
|
|
328
329
|
source_refs: {
|
|
329
330
|
path: string | null;
|
|
330
331
|
id: string | null;
|
|
331
332
|
updated_at: string | null;
|
|
332
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
333
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
333
334
|
relative_path: string | null;
|
|
334
335
|
}[];
|
|
335
336
|
parent_session_id: string | null;
|
|
@@ -343,8 +344,9 @@ export declare const BackgroundRunSchema: z.ZodObject<{
|
|
|
343
344
|
thread_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
344
345
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
345
346
|
}, z.ZodTypeAny, "passthrough"> | null;
|
|
347
|
+
goal_id?: string | null | undefined;
|
|
346
348
|
}, {
|
|
347
|
-
status: "unknown" | "running" | "timed_out" | "cancelled" | "failed" | "
|
|
349
|
+
status: "unknown" | "running" | "timed_out" | "cancelled" | "failed" | "queued" | "succeeded" | "lost";
|
|
348
350
|
error: string | null;
|
|
349
351
|
id: string;
|
|
350
352
|
title: string | null;
|
|
@@ -355,18 +357,18 @@ export declare const BackgroundRunSchema: z.ZodObject<{
|
|
|
355
357
|
schema_version: "background-run-v1";
|
|
356
358
|
kind: "agent_run" | "coreloop_run" | "process_run";
|
|
357
359
|
summary: string | null;
|
|
360
|
+
workspace: string | null;
|
|
358
361
|
artifacts: {
|
|
359
362
|
path: string | null;
|
|
360
363
|
label: string;
|
|
361
|
-
kind: "url" | "other" | "
|
|
364
|
+
kind: "url" | "other" | "metrics" | "log" | "report" | "diff";
|
|
362
365
|
url: string | null;
|
|
363
366
|
}[];
|
|
364
|
-
workspace: string | null;
|
|
365
367
|
source_refs: {
|
|
366
368
|
path: string | null;
|
|
367
369
|
id: string | null;
|
|
368
370
|
updated_at: string | null;
|
|
369
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
371
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
370
372
|
relative_path: string | null;
|
|
371
373
|
}[];
|
|
372
374
|
parent_session_id: string | null;
|
|
@@ -380,12 +382,13 @@ export declare const BackgroundRunSchema: z.ZodObject<{
|
|
|
380
382
|
thread_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
381
383
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
382
384
|
}, z.ZodTypeAny, "passthrough"> | null;
|
|
385
|
+
goal_id?: string | null | undefined;
|
|
383
386
|
}>;
|
|
384
387
|
export type BackgroundRun = z.infer<typeof BackgroundRunSchema>;
|
|
385
388
|
export declare const RuntimeSessionRegistryWarningSchema: z.ZodObject<{
|
|
386
389
|
code: z.ZodEnum<["source_unavailable", "source_parse_failed", "stale_source", "conflicting_status", "missing_parent_join", "dead_process_sidecar", "reply_target_not_durable"]>;
|
|
387
390
|
source: z.ZodNullable<z.ZodObject<{
|
|
388
|
-
kind: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
391
|
+
kind: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "evidence_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
389
392
|
id: z.ZodNullable<z.ZodString>;
|
|
390
393
|
path: z.ZodNullable<z.ZodString>;
|
|
391
394
|
relative_path: z.ZodNullable<z.ZodString>;
|
|
@@ -394,13 +397,13 @@ export declare const RuntimeSessionRegistryWarningSchema: z.ZodObject<{
|
|
|
394
397
|
path: string | null;
|
|
395
398
|
id: string | null;
|
|
396
399
|
updated_at: string | null;
|
|
397
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
400
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
398
401
|
relative_path: string | null;
|
|
399
402
|
}, {
|
|
400
403
|
path: string | null;
|
|
401
404
|
id: string | null;
|
|
402
405
|
updated_at: string | null;
|
|
403
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
406
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
404
407
|
relative_path: string | null;
|
|
405
408
|
}>>;
|
|
406
409
|
message: z.ZodString;
|
|
@@ -411,7 +414,7 @@ export declare const RuntimeSessionRegistryWarningSchema: z.ZodObject<{
|
|
|
411
414
|
path: string | null;
|
|
412
415
|
id: string | null;
|
|
413
416
|
updated_at: string | null;
|
|
414
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
417
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
415
418
|
relative_path: string | null;
|
|
416
419
|
} | null;
|
|
417
420
|
}, {
|
|
@@ -421,7 +424,7 @@ export declare const RuntimeSessionRegistryWarningSchema: z.ZodObject<{
|
|
|
421
424
|
path: string | null;
|
|
422
425
|
id: string | null;
|
|
423
426
|
updated_at: string | null;
|
|
424
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
427
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
425
428
|
relative_path: string | null;
|
|
426
429
|
} | null;
|
|
427
430
|
}>;
|
|
@@ -441,7 +444,7 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
441
444
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
442
445
|
last_event_at: z.ZodNullable<z.ZodString>;
|
|
443
446
|
transcript_ref: z.ZodNullable<z.ZodObject<{
|
|
444
|
-
kind: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
447
|
+
kind: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "evidence_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
445
448
|
id: z.ZodNullable<z.ZodString>;
|
|
446
449
|
path: z.ZodNullable<z.ZodString>;
|
|
447
450
|
relative_path: z.ZodNullable<z.ZodString>;
|
|
@@ -450,17 +453,17 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
450
453
|
path: string | null;
|
|
451
454
|
id: string | null;
|
|
452
455
|
updated_at: string | null;
|
|
453
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
456
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
454
457
|
relative_path: string | null;
|
|
455
458
|
}, {
|
|
456
459
|
path: string | null;
|
|
457
460
|
id: string | null;
|
|
458
461
|
updated_at: string | null;
|
|
459
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
462
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
460
463
|
relative_path: string | null;
|
|
461
464
|
}>>;
|
|
462
465
|
state_ref: z.ZodNullable<z.ZodObject<{
|
|
463
|
-
kind: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
466
|
+
kind: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "evidence_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
464
467
|
id: z.ZodNullable<z.ZodString>;
|
|
465
468
|
path: z.ZodNullable<z.ZodString>;
|
|
466
469
|
relative_path: z.ZodNullable<z.ZodString>;
|
|
@@ -469,13 +472,13 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
469
472
|
path: string | null;
|
|
470
473
|
id: string | null;
|
|
471
474
|
updated_at: string | null;
|
|
472
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
475
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
473
476
|
relative_path: string | null;
|
|
474
477
|
}, {
|
|
475
478
|
path: string | null;
|
|
476
479
|
id: string | null;
|
|
477
480
|
updated_at: string | null;
|
|
478
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
481
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
479
482
|
relative_path: string | null;
|
|
480
483
|
}>>;
|
|
481
484
|
reply_target: z.ZodNullable<z.ZodObject<{
|
|
@@ -497,7 +500,7 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
497
500
|
resumable: z.ZodBoolean;
|
|
498
501
|
attachable: z.ZodBoolean;
|
|
499
502
|
source_refs: z.ZodArray<z.ZodObject<{
|
|
500
|
-
kind: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
503
|
+
kind: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "evidence_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
501
504
|
id: z.ZodNullable<z.ZodString>;
|
|
502
505
|
path: z.ZodNullable<z.ZodString>;
|
|
503
506
|
relative_path: z.ZodNullable<z.ZodString>;
|
|
@@ -506,13 +509,13 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
506
509
|
path: string | null;
|
|
507
510
|
id: string | null;
|
|
508
511
|
updated_at: string | null;
|
|
509
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
512
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
510
513
|
relative_path: string | null;
|
|
511
514
|
}, {
|
|
512
515
|
path: string | null;
|
|
513
516
|
id: string | null;
|
|
514
517
|
updated_at: string | null;
|
|
515
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
518
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
516
519
|
relative_path: string | null;
|
|
517
520
|
}>, "many">;
|
|
518
521
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -523,12 +526,13 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
523
526
|
updated_at: string | null;
|
|
524
527
|
schema_version: "runtime-session-v1";
|
|
525
528
|
kind: "agent" | "conversation" | "coreloop";
|
|
529
|
+
resumable: boolean;
|
|
526
530
|
workspace: string | null;
|
|
527
531
|
source_refs: {
|
|
528
532
|
path: string | null;
|
|
529
533
|
id: string | null;
|
|
530
534
|
updated_at: string | null;
|
|
531
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
535
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
532
536
|
relative_path: string | null;
|
|
533
537
|
}[];
|
|
534
538
|
reply_target: z.objectOutputType<{
|
|
@@ -543,17 +547,16 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
543
547
|
path: string | null;
|
|
544
548
|
id: string | null;
|
|
545
549
|
updated_at: string | null;
|
|
546
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
550
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
547
551
|
relative_path: string | null;
|
|
548
552
|
} | null;
|
|
549
553
|
state_ref: {
|
|
550
554
|
path: string | null;
|
|
551
555
|
id: string | null;
|
|
552
556
|
updated_at: string | null;
|
|
553
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
557
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
554
558
|
relative_path: string | null;
|
|
555
559
|
} | null;
|
|
556
|
-
resumable: boolean;
|
|
557
560
|
attachable: boolean;
|
|
558
561
|
}, {
|
|
559
562
|
status: "unknown" | "active" | "idle" | "ended" | "lost";
|
|
@@ -563,12 +566,13 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
563
566
|
updated_at: string | null;
|
|
564
567
|
schema_version: "runtime-session-v1";
|
|
565
568
|
kind: "agent" | "conversation" | "coreloop";
|
|
569
|
+
resumable: boolean;
|
|
566
570
|
workspace: string | null;
|
|
567
571
|
source_refs: {
|
|
568
572
|
path: string | null;
|
|
569
573
|
id: string | null;
|
|
570
574
|
updated_at: string | null;
|
|
571
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
575
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
572
576
|
relative_path: string | null;
|
|
573
577
|
}[];
|
|
574
578
|
reply_target: z.objectInputType<{
|
|
@@ -583,17 +587,16 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
583
587
|
path: string | null;
|
|
584
588
|
id: string | null;
|
|
585
589
|
updated_at: string | null;
|
|
586
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
590
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
587
591
|
relative_path: string | null;
|
|
588
592
|
} | null;
|
|
589
593
|
state_ref: {
|
|
590
594
|
path: string | null;
|
|
591
595
|
id: string | null;
|
|
592
596
|
updated_at: string | null;
|
|
593
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
597
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
594
598
|
relative_path: string | null;
|
|
595
599
|
} | null;
|
|
596
|
-
resumable: boolean;
|
|
597
600
|
attachable: boolean;
|
|
598
601
|
}>, "many">;
|
|
599
602
|
background_runs: z.ZodArray<z.ZodObject<{
|
|
@@ -603,6 +606,7 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
603
606
|
parent_session_id: z.ZodNullable<z.ZodString>;
|
|
604
607
|
child_session_id: z.ZodNullable<z.ZodString>;
|
|
605
608
|
process_session_id: z.ZodNullable<z.ZodString>;
|
|
609
|
+
goal_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
606
610
|
status: z.ZodEnum<["queued", "running", "succeeded", "failed", "timed_out", "cancelled", "lost", "unknown"]>;
|
|
607
611
|
notify_policy: z.ZodEnum<["silent", "done_only", "state_changes"]>;
|
|
608
612
|
reply_target_source: z.ZodEnum<["pinned_run", "parent_session", "none"]>;
|
|
@@ -638,16 +642,16 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
638
642
|
}, "strip", z.ZodTypeAny, {
|
|
639
643
|
path: string | null;
|
|
640
644
|
label: string;
|
|
641
|
-
kind: "url" | "other" | "
|
|
645
|
+
kind: "url" | "other" | "metrics" | "log" | "report" | "diff";
|
|
642
646
|
url: string | null;
|
|
643
647
|
}, {
|
|
644
648
|
path: string | null;
|
|
645
649
|
label: string;
|
|
646
|
-
kind: "url" | "other" | "
|
|
650
|
+
kind: "url" | "other" | "metrics" | "log" | "report" | "diff";
|
|
647
651
|
url: string | null;
|
|
648
652
|
}>, "many">;
|
|
649
653
|
source_refs: z.ZodArray<z.ZodObject<{
|
|
650
|
-
kind: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
654
|
+
kind: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "evidence_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
651
655
|
id: z.ZodNullable<z.ZodString>;
|
|
652
656
|
path: z.ZodNullable<z.ZodString>;
|
|
653
657
|
relative_path: z.ZodNullable<z.ZodString>;
|
|
@@ -656,17 +660,17 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
656
660
|
path: string | null;
|
|
657
661
|
id: string | null;
|
|
658
662
|
updated_at: string | null;
|
|
659
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
663
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
660
664
|
relative_path: string | null;
|
|
661
665
|
}, {
|
|
662
666
|
path: string | null;
|
|
663
667
|
id: string | null;
|
|
664
668
|
updated_at: string | null;
|
|
665
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
669
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
666
670
|
relative_path: string | null;
|
|
667
671
|
}>, "many">;
|
|
668
672
|
}, "strip", z.ZodTypeAny, {
|
|
669
|
-
status: "unknown" | "running" | "timed_out" | "cancelled" | "failed" | "
|
|
673
|
+
status: "unknown" | "running" | "timed_out" | "cancelled" | "failed" | "queued" | "succeeded" | "lost";
|
|
670
674
|
error: string | null;
|
|
671
675
|
id: string;
|
|
672
676
|
title: string | null;
|
|
@@ -677,18 +681,18 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
677
681
|
schema_version: "background-run-v1";
|
|
678
682
|
kind: "agent_run" | "coreloop_run" | "process_run";
|
|
679
683
|
summary: string | null;
|
|
684
|
+
workspace: string | null;
|
|
680
685
|
artifacts: {
|
|
681
686
|
path: string | null;
|
|
682
687
|
label: string;
|
|
683
|
-
kind: "url" | "other" | "
|
|
688
|
+
kind: "url" | "other" | "metrics" | "log" | "report" | "diff";
|
|
684
689
|
url: string | null;
|
|
685
690
|
}[];
|
|
686
|
-
workspace: string | null;
|
|
687
691
|
source_refs: {
|
|
688
692
|
path: string | null;
|
|
689
693
|
id: string | null;
|
|
690
694
|
updated_at: string | null;
|
|
691
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
695
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
692
696
|
relative_path: string | null;
|
|
693
697
|
}[];
|
|
694
698
|
parent_session_id: string | null;
|
|
@@ -702,8 +706,9 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
702
706
|
thread_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
703
707
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
704
708
|
}, z.ZodTypeAny, "passthrough"> | null;
|
|
709
|
+
goal_id?: string | null | undefined;
|
|
705
710
|
}, {
|
|
706
|
-
status: "unknown" | "running" | "timed_out" | "cancelled" | "failed" | "
|
|
711
|
+
status: "unknown" | "running" | "timed_out" | "cancelled" | "failed" | "queued" | "succeeded" | "lost";
|
|
707
712
|
error: string | null;
|
|
708
713
|
id: string;
|
|
709
714
|
title: string | null;
|
|
@@ -714,18 +719,18 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
714
719
|
schema_version: "background-run-v1";
|
|
715
720
|
kind: "agent_run" | "coreloop_run" | "process_run";
|
|
716
721
|
summary: string | null;
|
|
722
|
+
workspace: string | null;
|
|
717
723
|
artifacts: {
|
|
718
724
|
path: string | null;
|
|
719
725
|
label: string;
|
|
720
|
-
kind: "url" | "other" | "
|
|
726
|
+
kind: "url" | "other" | "metrics" | "log" | "report" | "diff";
|
|
721
727
|
url: string | null;
|
|
722
728
|
}[];
|
|
723
|
-
workspace: string | null;
|
|
724
729
|
source_refs: {
|
|
725
730
|
path: string | null;
|
|
726
731
|
id: string | null;
|
|
727
732
|
updated_at: string | null;
|
|
728
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
733
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
729
734
|
relative_path: string | null;
|
|
730
735
|
}[];
|
|
731
736
|
parent_session_id: string | null;
|
|
@@ -739,11 +744,12 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
739
744
|
thread_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
740
745
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
741
746
|
}, z.ZodTypeAny, "passthrough"> | null;
|
|
747
|
+
goal_id?: string | null | undefined;
|
|
742
748
|
}>, "many">;
|
|
743
749
|
warnings: z.ZodArray<z.ZodObject<{
|
|
744
750
|
code: z.ZodEnum<["source_unavailable", "source_parse_failed", "stale_source", "conflicting_status", "missing_parent_join", "dead_process_sidecar", "reply_target_not_durable"]>;
|
|
745
751
|
source: z.ZodNullable<z.ZodObject<{
|
|
746
|
-
kind: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
752
|
+
kind: z.ZodEnum<["chat_session", "agentloop_state", "agentloop_trace", "daemon_snapshot", "supervisor_state", "task_ledger", "evidence_ledger", "process_session", "runtime_health", "artifact"]>;
|
|
747
753
|
id: z.ZodNullable<z.ZodString>;
|
|
748
754
|
path: z.ZodNullable<z.ZodString>;
|
|
749
755
|
relative_path: z.ZodNullable<z.ZodString>;
|
|
@@ -752,13 +758,13 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
752
758
|
path: string | null;
|
|
753
759
|
id: string | null;
|
|
754
760
|
updated_at: string | null;
|
|
755
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
761
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
756
762
|
relative_path: string | null;
|
|
757
763
|
}, {
|
|
758
764
|
path: string | null;
|
|
759
765
|
id: string | null;
|
|
760
766
|
updated_at: string | null;
|
|
761
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
767
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
762
768
|
relative_path: string | null;
|
|
763
769
|
}>>;
|
|
764
770
|
message: z.ZodString;
|
|
@@ -769,7 +775,7 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
769
775
|
path: string | null;
|
|
770
776
|
id: string | null;
|
|
771
777
|
updated_at: string | null;
|
|
772
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
778
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
773
779
|
relative_path: string | null;
|
|
774
780
|
} | null;
|
|
775
781
|
}, {
|
|
@@ -779,7 +785,7 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
779
785
|
path: string | null;
|
|
780
786
|
id: string | null;
|
|
781
787
|
updated_at: string | null;
|
|
782
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
788
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
783
789
|
relative_path: string | null;
|
|
784
790
|
} | null;
|
|
785
791
|
}>, "many">;
|
|
@@ -793,12 +799,13 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
793
799
|
updated_at: string | null;
|
|
794
800
|
schema_version: "runtime-session-v1";
|
|
795
801
|
kind: "agent" | "conversation" | "coreloop";
|
|
802
|
+
resumable: boolean;
|
|
796
803
|
workspace: string | null;
|
|
797
804
|
source_refs: {
|
|
798
805
|
path: string | null;
|
|
799
806
|
id: string | null;
|
|
800
807
|
updated_at: string | null;
|
|
801
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
808
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
802
809
|
relative_path: string | null;
|
|
803
810
|
}[];
|
|
804
811
|
reply_target: z.objectOutputType<{
|
|
@@ -813,17 +820,16 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
813
820
|
path: string | null;
|
|
814
821
|
id: string | null;
|
|
815
822
|
updated_at: string | null;
|
|
816
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
823
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
817
824
|
relative_path: string | null;
|
|
818
825
|
} | null;
|
|
819
826
|
state_ref: {
|
|
820
827
|
path: string | null;
|
|
821
828
|
id: string | null;
|
|
822
829
|
updated_at: string | null;
|
|
823
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
830
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
824
831
|
relative_path: string | null;
|
|
825
832
|
} | null;
|
|
826
|
-
resumable: boolean;
|
|
827
833
|
attachable: boolean;
|
|
828
834
|
}[];
|
|
829
835
|
schema_version: "runtime-session-registry-v1";
|
|
@@ -834,12 +840,12 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
834
840
|
path: string | null;
|
|
835
841
|
id: string | null;
|
|
836
842
|
updated_at: string | null;
|
|
837
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
843
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
838
844
|
relative_path: string | null;
|
|
839
845
|
} | null;
|
|
840
846
|
}[];
|
|
841
847
|
background_runs: {
|
|
842
|
-
status: "unknown" | "running" | "timed_out" | "cancelled" | "failed" | "
|
|
848
|
+
status: "unknown" | "running" | "timed_out" | "cancelled" | "failed" | "queued" | "succeeded" | "lost";
|
|
843
849
|
error: string | null;
|
|
844
850
|
id: string;
|
|
845
851
|
title: string | null;
|
|
@@ -850,18 +856,18 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
850
856
|
schema_version: "background-run-v1";
|
|
851
857
|
kind: "agent_run" | "coreloop_run" | "process_run";
|
|
852
858
|
summary: string | null;
|
|
859
|
+
workspace: string | null;
|
|
853
860
|
artifacts: {
|
|
854
861
|
path: string | null;
|
|
855
862
|
label: string;
|
|
856
|
-
kind: "url" | "other" | "
|
|
863
|
+
kind: "url" | "other" | "metrics" | "log" | "report" | "diff";
|
|
857
864
|
url: string | null;
|
|
858
865
|
}[];
|
|
859
|
-
workspace: string | null;
|
|
860
866
|
source_refs: {
|
|
861
867
|
path: string | null;
|
|
862
868
|
id: string | null;
|
|
863
869
|
updated_at: string | null;
|
|
864
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
870
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
865
871
|
relative_path: string | null;
|
|
866
872
|
}[];
|
|
867
873
|
parent_session_id: string | null;
|
|
@@ -875,6 +881,7 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
875
881
|
thread_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
876
882
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
877
883
|
}, z.ZodTypeAny, "passthrough"> | null;
|
|
884
|
+
goal_id?: string | null | undefined;
|
|
878
885
|
}[];
|
|
879
886
|
}, {
|
|
880
887
|
generated_at: string;
|
|
@@ -886,12 +893,13 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
886
893
|
updated_at: string | null;
|
|
887
894
|
schema_version: "runtime-session-v1";
|
|
888
895
|
kind: "agent" | "conversation" | "coreloop";
|
|
896
|
+
resumable: boolean;
|
|
889
897
|
workspace: string | null;
|
|
890
898
|
source_refs: {
|
|
891
899
|
path: string | null;
|
|
892
900
|
id: string | null;
|
|
893
901
|
updated_at: string | null;
|
|
894
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
902
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
895
903
|
relative_path: string | null;
|
|
896
904
|
}[];
|
|
897
905
|
reply_target: z.objectInputType<{
|
|
@@ -906,17 +914,16 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
906
914
|
path: string | null;
|
|
907
915
|
id: string | null;
|
|
908
916
|
updated_at: string | null;
|
|
909
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
917
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
910
918
|
relative_path: string | null;
|
|
911
919
|
} | null;
|
|
912
920
|
state_ref: {
|
|
913
921
|
path: string | null;
|
|
914
922
|
id: string | null;
|
|
915
923
|
updated_at: string | null;
|
|
916
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
924
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
917
925
|
relative_path: string | null;
|
|
918
926
|
} | null;
|
|
919
|
-
resumable: boolean;
|
|
920
927
|
attachable: boolean;
|
|
921
928
|
}[];
|
|
922
929
|
schema_version: "runtime-session-registry-v1";
|
|
@@ -927,12 +934,12 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
927
934
|
path: string | null;
|
|
928
935
|
id: string | null;
|
|
929
936
|
updated_at: string | null;
|
|
930
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
937
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
931
938
|
relative_path: string | null;
|
|
932
939
|
} | null;
|
|
933
940
|
}[];
|
|
934
941
|
background_runs: {
|
|
935
|
-
status: "unknown" | "running" | "timed_out" | "cancelled" | "failed" | "
|
|
942
|
+
status: "unknown" | "running" | "timed_out" | "cancelled" | "failed" | "queued" | "succeeded" | "lost";
|
|
936
943
|
error: string | null;
|
|
937
944
|
id: string;
|
|
938
945
|
title: string | null;
|
|
@@ -943,18 +950,18 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
943
950
|
schema_version: "background-run-v1";
|
|
944
951
|
kind: "agent_run" | "coreloop_run" | "process_run";
|
|
945
952
|
summary: string | null;
|
|
953
|
+
workspace: string | null;
|
|
946
954
|
artifacts: {
|
|
947
955
|
path: string | null;
|
|
948
956
|
label: string;
|
|
949
|
-
kind: "url" | "other" | "
|
|
957
|
+
kind: "url" | "other" | "metrics" | "log" | "report" | "diff";
|
|
950
958
|
url: string | null;
|
|
951
959
|
}[];
|
|
952
|
-
workspace: string | null;
|
|
953
960
|
source_refs: {
|
|
954
961
|
path: string | null;
|
|
955
962
|
id: string | null;
|
|
956
963
|
updated_at: string | null;
|
|
957
|
-
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "process_session" | "runtime_health";
|
|
964
|
+
kind: "artifact" | "chat_session" | "agentloop_state" | "agentloop_trace" | "daemon_snapshot" | "supervisor_state" | "task_ledger" | "evidence_ledger" | "process_session" | "runtime_health";
|
|
958
965
|
relative_path: string | null;
|
|
959
966
|
}[];
|
|
960
967
|
parent_session_id: string | null;
|
|
@@ -968,6 +975,7 @@ export declare const RuntimeSessionRegistrySnapshotSchema: z.ZodObject<{
|
|
|
968
975
|
thread_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
969
976
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
970
977
|
}, z.ZodTypeAny, "passthrough"> | null;
|
|
978
|
+
goal_id?: string | null | undefined;
|
|
971
979
|
}[];
|
|
972
980
|
}>;
|
|
973
981
|
export type RuntimeSessionRegistrySnapshot = z.infer<typeof RuntimeSessionRegistrySnapshotSchema>;
|