@evalops/maestro 0.10.17 → 0.10.20
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 +56 -1
- package/dist/agent/action-approval.d.ts +12 -2
- package/dist/agent/action-approval.d.ts.map +1 -1
- package/dist/agent/action-approval.js +19 -32
- package/dist/agent/action-approval.js.map +1 -1
- package/dist/agent/agent.d.ts +1 -0
- package/dist/agent/agent.d.ts.map +1 -1
- package/dist/agent/agent.js +26 -0
- package/dist/agent/agent.js.map +1 -1
- package/dist/agent/compaction.d.ts +2 -0
- package/dist/agent/compaction.d.ts.map +1 -1
- package/dist/agent/compaction.js +4 -2
- package/dist/agent/compaction.js.map +1 -1
- package/dist/agent/index.d.ts +1 -1
- package/dist/agent/index.d.ts.map +1 -1
- package/dist/agent/index.js +1 -1
- package/dist/agent/index.js.map +1 -1
- package/dist/agent/modes.d.ts +56 -4
- package/dist/agent/modes.d.ts.map +1 -1
- package/dist/agent/modes.js +163 -2
- package/dist/agent/modes.js.map +1 -1
- package/dist/agent/prompt-recovery.d.ts.map +1 -1
- package/dist/agent/prompt-recovery.js +1 -3
- package/dist/agent/prompt-recovery.js.map +1 -1
- package/dist/agent/providers/anthropic.d.ts.map +1 -1
- package/dist/agent/providers/anthropic.js +9 -1
- package/dist/agent/providers/anthropic.js.map +1 -1
- package/dist/agent/providers/codex-app-server.d.ts +12 -0
- package/dist/agent/providers/codex-app-server.d.ts.map +1 -0
- package/dist/agent/providers/codex-app-server.js +788 -0
- package/dist/agent/providers/codex-app-server.js.map +1 -0
- package/dist/agent/providers/google-gemini-cli.js +14 -3
- package/dist/agent/providers/google.js +22 -3
- package/dist/agent/providers/scripted.d.ts +11 -0
- package/dist/agent/providers/scripted.d.ts.map +1 -0
- package/dist/agent/providers/scripted.js +399 -0
- package/dist/agent/providers/scripted.js.map +1 -0
- package/dist/agent/providers/vertex.js +14 -3
- package/dist/agent/scenario-source.d.ts +19 -0
- package/dist/agent/scenario-source.d.ts.map +1 -0
- package/dist/agent/scenario-source.js +112 -0
- package/dist/agent/scenario-source.js.map +1 -0
- package/dist/agent/subagent-specs.d.ts +1 -1
- package/dist/agent/subagent-specs.js +1 -1
- package/dist/agent/subagent-specs.js.map +1 -1
- package/dist/agent/swarm/executor.d.ts +25 -0
- package/dist/agent/swarm/executor.d.ts.map +1 -1
- package/dist/agent/swarm/executor.js +795 -20
- package/dist/agent/swarm/executor.js.map +1 -1
- package/dist/agent/swarm/runtime-events.d.ts +11 -0
- package/dist/agent/swarm/runtime-events.d.ts.map +1 -0
- package/dist/agent/swarm/runtime-events.js +26 -0
- package/dist/agent/swarm/runtime-events.js.map +1 -0
- package/dist/agent/swarm/types.d.ts +78 -0
- package/dist/agent/swarm/types.d.ts.map +1 -1
- package/dist/agent/swarm/types.js.map +1 -1
- package/dist/agent/tracing.d.ts +1 -1
- package/dist/agent/tracing.d.ts.map +1 -1
- package/dist/agent/tracing.js +17 -9
- package/dist/agent/tracing.js.map +1 -1
- package/dist/agent/transport/create-provider-stream.d.ts.map +1 -1
- package/dist/agent/transport/create-provider-stream.js +14 -0
- package/dist/agent/transport/create-provider-stream.js.map +1 -1
- package/dist/agent/transport/stable-stringify.d.ts +2 -0
- package/dist/agent/transport/stable-stringify.d.ts.map +1 -0
- package/dist/agent/transport/stable-stringify.js +14 -0
- package/dist/agent/transport/stable-stringify.js.map +1 -0
- package/dist/agent/transport/tool-execution-bridge.d.ts.map +1 -1
- package/dist/agent/transport/tool-execution-bridge.js +2 -15
- package/dist/agent/transport/tool-execution-bridge.js.map +1 -1
- package/dist/agent/transport/tool-safety-pipeline.d.ts +5 -1
- package/dist/agent/transport/tool-safety-pipeline.d.ts.map +1 -1
- package/dist/agent/transport/tool-safety-pipeline.js +184 -36
- package/dist/agent/transport/tool-safety-pipeline.js.map +1 -1
- package/dist/agent/transport.d.ts +8 -0
- package/dist/agent/transport.d.ts.map +1 -1
- package/dist/agent/transport.js +1613 -68
- package/dist/agent/transport.js.map +1 -1
- package/dist/agent/types.d.ts +170 -2
- package/dist/agent/types.d.ts.map +1 -1
- package/dist/agent/types.js.map +1 -1
- package/dist/api/enterprise-routes.d.ts.map +1 -1
- package/dist/api/enterprise-routes.js +34 -3
- package/dist/api/enterprise-routes.js.map +1 -1
- package/dist/app-server/in-process-client.d.ts +32 -0
- package/dist/app-server/in-process-client.d.ts.map +1 -0
- package/dist/app-server/in-process-client.js +73 -0
- package/dist/app-server/in-process-client.js.map +1 -0
- package/dist/app-server/session-api.d.ts +36 -0
- package/dist/app-server/session-api.d.ts.map +1 -0
- package/dist/app-server/session-api.js +713 -0
- package/dist/app-server/session-api.js.map +1 -0
- package/dist/approvals/platform-action-approval.d.ts +3 -1
- package/dist/approvals/platform-action-approval.d.ts.map +1 -1
- package/dist/approvals/platform-action-approval.js +16 -9
- package/dist/approvals/platform-action-approval.js.map +1 -1
- package/dist/approvals/service-client.d.ts.map +1 -1
- package/dist/approvals/service-client.js +7 -7
- package/dist/approvals/service-client.js.map +1 -1
- package/dist/audit/logger.d.ts +4 -4
- package/dist/bootstrap/agent-creation-setup.d.ts +4 -0
- package/dist/bootstrap/agent-creation-setup.d.ts.map +1 -1
- package/dist/bootstrap/agent-creation-setup.js +3 -1
- package/dist/bootstrap/agent-creation-setup.js.map +1 -1
- package/dist/bootstrap/auth-setup.js +1 -1
- package/dist/bootstrap/auth-setup.js.map +1 -1
- package/dist/bootstrap/event-subscriptions-setup.d.ts +6 -0
- package/dist/bootstrap/event-subscriptions-setup.d.ts.map +1 -1
- package/dist/bootstrap/event-subscriptions-setup.js +26 -2
- package/dist/bootstrap/event-subscriptions-setup.js.map +1 -1
- package/dist/bootstrap/model-resolution-setup.d.ts.map +1 -1
- package/dist/bootstrap/model-resolution-setup.js +4 -1
- package/dist/bootstrap/model-resolution-setup.js.map +1 -1
- package/dist/bootstrap/tools-setup.d.ts +2 -1
- package/dist/bootstrap/tools-setup.d.ts.map +1 -1
- package/dist/bootstrap/tools-setup.js +5 -1
- package/dist/bootstrap/tools-setup.js.map +1 -1
- package/dist/cli/args.d.ts +9 -1
- package/dist/cli/args.d.ts.map +1 -1
- package/dist/cli/args.js +130 -5
- package/dist/cli/args.js.map +1 -1
- package/dist/cli/commands/a2a.d.ts +9 -0
- package/dist/cli/commands/a2a.d.ts.map +1 -0
- package/dist/cli/commands/a2a.js +1714 -0
- package/dist/cli/commands/a2a.js.map +1 -0
- package/dist/cli/commands/agents.d.ts +16 -2
- package/dist/cli/commands/agents.d.ts.map +1 -1
- package/dist/cli/commands/agents.js +223 -35
- package/dist/cli/commands/agents.js.map +1 -1
- package/dist/cli/commands/codex.d.ts +1 -1
- package/dist/cli/commands/codex.d.ts.map +1 -1
- package/dist/cli/commands/codex.js +145 -39
- package/dist/cli/commands/codex.js.map +1 -1
- package/dist/cli/commands/context.d.ts +10 -0
- package/dist/cli/commands/context.d.ts.map +1 -0
- package/dist/cli/commands/context.js +176 -0
- package/dist/cli/commands/context.js.map +1 -0
- package/dist/cli/commands/hosted-runner.d.ts +1 -0
- package/dist/cli/commands/hosted-runner.d.ts.map +1 -1
- package/dist/cli/commands/hosted-runner.js +9 -1
- package/dist/cli/commands/hosted-runner.js.map +1 -1
- package/dist/cli/commands/init.d.ts.map +1 -1
- package/dist/cli/commands/init.js +6 -0
- package/dist/cli/commands/init.js.map +1 -1
- package/dist/cli/commands/modes.d.ts +8 -0
- package/dist/cli/commands/modes.d.ts.map +1 -0
- package/dist/cli/commands/modes.js +151 -0
- package/dist/cli/commands/modes.js.map +1 -0
- package/dist/cli/commands/operating-plane.d.ts +14 -0
- package/dist/cli/commands/operating-plane.d.ts.map +1 -0
- package/dist/cli/commands/operating-plane.js +160 -0
- package/dist/cli/commands/operating-plane.js.map +1 -0
- package/dist/cli/commands/run.d.ts +87 -0
- package/dist/cli/commands/run.d.ts.map +1 -0
- package/dist/cli/commands/run.js +356 -0
- package/dist/cli/commands/run.js.map +1 -0
- package/dist/cli/commands/scenario.d.ts +7 -0
- package/dist/cli/commands/scenario.d.ts.map +1 -0
- package/dist/cli/commands/scenario.js +195 -0
- package/dist/cli/commands/scenario.js.map +1 -0
- package/dist/cli/commands/skill.d.ts +7 -0
- package/dist/cli/commands/skill.d.ts.map +1 -0
- package/dist/cli/commands/skill.js +286 -0
- package/dist/cli/commands/skill.js.map +1 -0
- package/dist/cli/headless-protocol.d.ts +55 -1
- package/dist/cli/headless-protocol.d.ts.map +1 -1
- package/dist/cli/headless-protocol.js +446 -7
- package/dist/cli/headless-protocol.js.map +1 -1
- package/dist/cli/headless-runtime-selection.d.ts +38 -0
- package/dist/cli/headless-runtime-selection.d.ts.map +1 -0
- package/dist/cli/headless-runtime-selection.js +48 -0
- package/dist/cli/headless-runtime-selection.js.map +1 -0
- package/dist/cli/headless.d.ts +5 -1
- package/dist/cli/headless.d.ts.map +1 -1
- package/dist/cli/headless.js +11 -1
- package/dist/cli/headless.js.map +1 -1
- package/dist/cli/help.d.ts +3 -1
- package/dist/cli/help.d.ts.map +1 -1
- package/dist/cli/help.js +136 -30
- package/dist/cli/help.js.map +1 -1
- package/dist/cli/system-prompt.d.ts +22 -4
- package/dist/cli/system-prompt.d.ts.map +1 -1
- package/dist/cli/system-prompt.js +224 -127
- package/dist/cli/system-prompt.js.map +1 -1
- package/dist/cli-tui/commands/a2a-handlers.d.ts +7 -0
- package/dist/cli-tui/commands/a2a-handlers.d.ts.map +1 -0
- package/dist/cli-tui/commands/a2a-handlers.js +160 -0
- package/dist/cli-tui/commands/a2a-handlers.js.map +1 -0
- package/dist/cli-tui/commands/command-catalog.d.ts.map +1 -1
- package/dist/cli-tui/commands/command-catalog.js +15 -0
- package/dist/cli-tui/commands/command-catalog.js.map +1 -1
- package/dist/cli-tui/commands/command-registry-adapter.js +10 -1
- package/dist/cli-tui/commands/command-registry-adapter.js.map +1 -1
- package/dist/cli-tui/commands/handlers/mode-handler.d.ts.map +1 -1
- package/dist/cli-tui/commands/handlers/mode-handler.js +22 -10
- package/dist/cli-tui/commands/handlers/mode-handler.js.map +1 -1
- package/dist/cli-tui/commands/mcp-handlers.d.ts.map +1 -1
- package/dist/cli-tui/commands/mcp-handlers.js +6 -5
- package/dist/cli-tui/commands/mcp-handlers.js.map +1 -1
- package/dist/cli-tui/commands/types.d.ts +1 -0
- package/dist/cli-tui/commands/types.d.ts.map +1 -1
- package/dist/cli-tui/commands/types.js.map +1 -1
- package/dist/cli-tui/commands/utility-handlers.d.ts +4 -0
- package/dist/cli-tui/commands/utility-handlers.d.ts.map +1 -1
- package/dist/cli-tui/commands/utility-handlers.js +45 -6
- package/dist/cli-tui/commands/utility-handlers.js.map +1 -1
- package/dist/cli-tui/run/run-shell-command.d.ts.map +1 -1
- package/dist/cli-tui/run/run-shell-command.js +14 -5
- package/dist/cli-tui/run/run-shell-command.js.map +1 -1
- package/dist/cli-tui/run/streaming-shell-command.d.ts.map +1 -1
- package/dist/cli-tui/run/streaming-shell-command.js +14 -5
- package/dist/cli-tui/run/streaming-shell-command.js.map +1 -1
- package/dist/cli-tui/selectors/model-selector.d.ts +1 -0
- package/dist/cli-tui/selectors/model-selector.d.ts.map +1 -1
- package/dist/cli-tui/selectors/model-selector.js +6 -2
- package/dist/cli-tui/selectors/model-selector.js.map +1 -1
- package/dist/cli-tui/tui-renderer/command-registry-options.d.ts.map +1 -1
- package/dist/cli-tui/tui-renderer/command-registry-options.js +5 -0
- package/dist/cli-tui/tui-renderer/command-registry-options.js.map +1 -1
- package/dist/cli-tui/utils/commands/review-prompt.d.ts +1 -1
- package/dist/cli-tui/utils/commands/review-prompt.d.ts.map +1 -1
- package/dist/cli-tui/utils/commands/review-prompt.js +8 -3
- package/dist/cli-tui/utils/commands/review-prompt.js.map +1 -1
- package/dist/cli-tui/utils/runtime-badges.d.ts +1 -0
- package/dist/cli-tui/utils/runtime-badges.d.ts.map +1 -1
- package/dist/cli-tui/utils/runtime-badges.js +7 -0
- package/dist/cli-tui/utils/runtime-badges.js.map +1 -1
- package/dist/cli-tui/utils/text-formatting.d.ts +1 -0
- package/dist/cli-tui/utils/text-formatting.d.ts.map +1 -1
- package/dist/cli-tui/utils/text-formatting.js +5 -0
- package/dist/cli-tui/utils/text-formatting.js.map +1 -1
- package/dist/cli.js +49209 -26165
- package/dist/cli.js.map +1 -1
- package/dist/codex/app-server-client.d.ts +139 -0
- package/dist/codex/app-server-client.d.ts.map +1 -0
- package/dist/codex/app-server-client.js +352 -0
- package/dist/codex/app-server-client.js.map +1 -0
- package/dist/codex/compatibility.d.ts +48 -0
- package/dist/codex/compatibility.d.ts.map +1 -0
- package/dist/codex/compatibility.js +344 -0
- package/dist/codex/compatibility.js.map +1 -0
- package/dist/codex/subagent-dispatch-table.d.ts +66 -0
- package/dist/codex/subagent-dispatch-table.d.ts.map +1 -0
- package/dist/codex/subagent-dispatch-table.js +127 -0
- package/dist/codex/subagent-dispatch-table.js.map +1 -0
- package/dist/codex/subagent-workgraph.d.ts +56 -0
- package/dist/codex/subagent-workgraph.d.ts.map +1 -0
- package/dist/codex/subagent-workgraph.js +89 -0
- package/dist/codex/subagent-workgraph.js.map +1 -0
- package/dist/config/constants.d.ts +3 -1
- package/dist/config/constants.d.ts.map +1 -1
- package/dist/config/constants.js +9 -0
- package/dist/config/constants.js.map +1 -1
- package/dist/config/feature-flags.d.ts +10 -1
- package/dist/config/feature-flags.d.ts.map +1 -1
- package/dist/config/feature-flags.js +17 -6
- package/dist/config/feature-flags.js.map +1 -1
- package/dist/config/index.d.ts +1 -1
- package/dist/config/index.d.ts.map +1 -1
- package/dist/config/index.js +1 -1
- package/dist/config/index.js.map +1 -1
- package/dist/config/toml-config.d.ts +32 -0
- package/dist/config/toml-config.d.ts.map +1 -1
- package/dist/config/toml-config.js +152 -43
- package/dist/config/toml-config.js.map +1 -1
- package/dist/connectors/service-client.d.ts.map +1 -1
- package/dist/connectors/service-client.js +4 -7
- package/dist/connectors/service-client.js.map +1 -1
- package/dist/context/manifest-types.d.ts +59 -0
- package/dist/context/manifest-types.d.ts.map +1 -0
- package/dist/context/manifest-types.js +2 -0
- package/dist/context/manifest-types.js.map +1 -0
- package/dist/context/manifest.d.ts +16 -0
- package/dist/context/manifest.d.ts.map +1 -0
- package/dist/context/manifest.js +503 -0
- package/dist/context/manifest.js.map +1 -0
- package/dist/db/schema.d.ts +10 -1
- package/dist/db/schema.d.ts.map +1 -1
- package/dist/db/schema.js.map +1 -1
- package/dist/evalops/agent-bootstrap.d.ts +1 -0
- package/dist/evalops/agent-bootstrap.d.ts.map +1 -1
- package/dist/evalops/agent-bootstrap.js +41 -1
- package/dist/evalops/agent-bootstrap.js.map +1 -1
- package/dist/evalops/env-aliases.d.ts +13 -0
- package/dist/evalops/env-aliases.d.ts.map +1 -0
- package/dist/evalops/env-aliases.js +60 -0
- package/dist/evalops/env-aliases.js.map +1 -0
- package/dist/evalops/managed-context.d.ts.map +1 -1
- package/dist/evalops/managed-context.js +28 -62
- package/dist/evalops/managed-context.js.map +1 -1
- package/dist/guardian/config.d.ts.map +1 -1
- package/dist/guardian/config.js +1 -0
- package/dist/guardian/config.js.map +1 -1
- package/dist/guardian/runner.d.ts +2 -0
- package/dist/guardian/runner.d.ts.map +1 -1
- package/dist/guardian/runner.js +105 -2
- package/dist/guardian/runner.js.map +1 -1
- package/dist/guardian/types.d.ts +1 -0
- package/dist/guardian/types.d.ts.map +1 -1
- package/dist/guardian/types.js.map +1 -1
- package/dist/index.d.ts +6 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +267 -55
- package/dist/main.js.map +1 -1
- package/dist/mcp/config.d.ts.map +1 -1
- package/dist/mcp/config.js +89 -7
- package/dist/mcp/config.js.map +1 -1
- package/dist/mcp/manager.d.ts +5 -1
- package/dist/mcp/manager.d.ts.map +1 -1
- package/dist/mcp/manager.js +159 -4
- package/dist/mcp/manager.js.map +1 -1
- package/dist/mcp/platform-plugin.d.ts.map +1 -1
- package/dist/mcp/platform-plugin.js +9 -26
- package/dist/mcp/platform-plugin.js.map +1 -1
- package/dist/mcp/schema.d.ts +15 -0
- package/dist/mcp/schema.d.ts.map +1 -1
- package/dist/mcp/schema.js +24 -0
- package/dist/mcp/schema.js.map +1 -1
- package/dist/mcp/tool-bridge.d.ts +39 -10
- package/dist/mcp/tool-bridge.d.ts.map +1 -1
- package/dist/mcp/tool-bridge.js +101 -24
- package/dist/mcp/tool-bridge.js.map +1 -1
- package/dist/mcp/types.d.ts +27 -0
- package/dist/mcp/types.d.ts.map +1 -1
- package/dist/mcp/types.js.map +1 -1
- package/dist/mcp/workspace-trust.d.ts +10 -0
- package/dist/mcp/workspace-trust.d.ts.map +1 -0
- package/dist/mcp/workspace-trust.js +295 -0
- package/dist/mcp/workspace-trust.js.map +1 -0
- package/dist/memory/service-client.d.ts +1 -0
- package/dist/memory/service-client.d.ts.map +1 -1
- package/dist/memory/service-client.js +194 -9
- package/dist/memory/service-client.js.map +1 -1
- package/dist/models/builtin.d.ts.map +1 -1
- package/dist/models/builtin.js +66 -25
- package/dist/models/builtin.js.map +1 -1
- package/dist/models/config-loader.d.ts +10 -10
- package/dist/models/config-loader.d.ts.map +1 -1
- package/dist/models/config-loader.js +2 -0
- package/dist/models/config-loader.js.map +1 -1
- package/dist/models/registry.d.ts +1 -0
- package/dist/models/registry.d.ts.map +1 -1
- package/dist/models/registry.js +1 -0
- package/dist/models/registry.js.map +1 -1
- package/dist/oauth/device-identity.d.ts.map +1 -1
- package/dist/oauth/device-identity.js +1 -3
- package/dist/oauth/device-identity.js.map +1 -1
- package/dist/oauth/evalops.d.ts.map +1 -1
- package/dist/oauth/evalops.js +2 -5
- package/dist/oauth/evalops.js.map +1 -1
- package/dist/opentelemetry.d.ts.map +1 -1
- package/dist/opentelemetry.js +12 -12
- package/dist/opentelemetry.js.map +1 -1
- package/dist/package-version.d.ts +2 -0
- package/dist/package-version.d.ts.map +1 -0
- package/dist/package-version.js +11 -0
- package/dist/package-version.js.map +1 -0
- package/dist/packages/constants.d.ts +3 -0
- package/dist/packages/constants.d.ts.map +1 -0
- package/dist/packages/constants.js +3 -0
- package/dist/packages/constants.js.map +1 -0
- package/dist/packages/inspection.d.ts.map +1 -1
- package/dist/packages/inspection.js +2 -1
- package/dist/packages/inspection.js.map +1 -1
- package/dist/packages/search.d.ts.map +1 -1
- package/dist/packages/search.js +1 -1
- package/dist/packages/search.js.map +1 -1
- package/dist/platform/a2a-capability-market.d.ts +21 -0
- package/dist/platform/a2a-capability-market.d.ts.map +1 -0
- package/dist/platform/a2a-capability-market.js +176 -0
- package/dist/platform/a2a-capability-market.js.map +1 -0
- package/dist/platform/a2a-client.d.ts +217 -0
- package/dist/platform/a2a-client.d.ts.map +1 -0
- package/dist/platform/a2a-client.js +589 -0
- package/dist/platform/a2a-client.js.map +1 -0
- package/dist/platform/a2a-fleet.d.ts +41 -0
- package/dist/platform/a2a-fleet.d.ts.map +1 -0
- package/dist/platform/a2a-fleet.js +109 -0
- package/dist/platform/a2a-fleet.js.map +1 -0
- package/dist/platform/a2a-maestro-peer.d.ts +20 -0
- package/dist/platform/a2a-maestro-peer.d.ts.map +1 -0
- package/dist/platform/a2a-maestro-peer.js +176 -0
- package/dist/platform/a2a-maestro-peer.js.map +1 -0
- package/dist/platform/a2a-peer-pairing.d.ts +107 -0
- package/dist/platform/a2a-peer-pairing.d.ts.map +1 -0
- package/dist/platform/a2a-peer-pairing.js +489 -0
- package/dist/platform/a2a-peer-pairing.js.map +1 -0
- package/dist/platform/a2a-peer-registry.d.ts +68 -0
- package/dist/platform/a2a-peer-registry.d.ts.map +1 -0
- package/dist/platform/a2a-peer-registry.js +320 -0
- package/dist/platform/a2a-peer-registry.js.map +1 -0
- package/dist/platform/a2a-task-ledger.d.ts +86 -0
- package/dist/platform/a2a-task-ledger.d.ts.map +1 -0
- package/dist/platform/a2a-task-ledger.js +546 -0
- package/dist/platform/a2a-task-ledger.js.map +1 -0
- package/dist/platform/a2a-work-graph.d.ts +43 -0
- package/dist/platform/a2a-work-graph.d.ts.map +1 -0
- package/dist/platform/a2a-work-graph.js +267 -0
- package/dist/platform/a2a-work-graph.js.map +1 -0
- package/dist/platform/agent-registry-client.d.ts +327 -0
- package/dist/platform/agent-registry-client.d.ts.map +1 -0
- package/dist/platform/agent-registry-client.js +803 -0
- package/dist/platform/agent-registry-client.js.map +1 -0
- package/dist/platform/agent-runtime-client.d.ts +135 -1
- package/dist/platform/agent-runtime-client.d.ts.map +1 -1
- package/dist/platform/agent-runtime-client.js +467 -10
- package/dist/platform/agent-runtime-client.js.map +1 -1
- package/dist/platform/cerebro-facts-client.d.ts.map +1 -1
- package/dist/platform/cerebro-facts-client.js +4 -7
- package/dist/platform/cerebro-facts-client.js.map +1 -1
- package/dist/platform/client.d.ts +2 -0
- package/dist/platform/client.d.ts.map +1 -1
- package/dist/platform/client.js +7 -14
- package/dist/platform/client.js.map +1 -1
- package/dist/platform/core-services.d.ts +68 -0
- package/dist/platform/core-services.d.ts.map +1 -1
- package/dist/platform/core-services.js +68 -0
- package/dist/platform/core-services.js.map +1 -1
- package/dist/platform/fermata-eval-client.d.ts +195 -0
- package/dist/platform/fermata-eval-client.d.ts.map +1 -0
- package/dist/platform/fermata-eval-client.js +146 -0
- package/dist/platform/fermata-eval-client.js.map +1 -0
- package/dist/platform/fermata-scenario-suite.d.ts +99 -0
- package/dist/platform/fermata-scenario-suite.d.ts.map +1 -0
- package/dist/platform/fermata-scenario-suite.js +459 -0
- package/dist/platform/fermata-scenario-suite.js.map +1 -0
- package/dist/platform/maestro-timeline-client.d.ts.map +1 -1
- package/dist/platform/maestro-timeline-client.js +5 -11
- package/dist/platform/maestro-timeline-client.js.map +1 -1
- package/dist/platform/operating-plane-client.d.ts +156 -0
- package/dist/platform/operating-plane-client.d.ts.map +1 -0
- package/dist/platform/operating-plane-client.js +131 -0
- package/dist/platform/operating-plane-client.js.map +1 -0
- package/dist/platform/operating-plane-summary.d.ts +47 -0
- package/dist/platform/operating-plane-summary.d.ts.map +1 -0
- package/dist/platform/operating-plane-summary.js +209 -0
- package/dist/platform/operating-plane-summary.js.map +1 -0
- package/dist/platform/tool-execution-client.d.ts.map +1 -1
- package/dist/platform/tool-execution-client.js +4 -11
- package/dist/platform/tool-execution-client.js.map +1 -1
- package/dist/prompts/service-client.d.ts.map +1 -1
- package/dist/prompts/service-client.js +3 -5
- package/dist/prompts/service-client.js.map +1 -1
- package/dist/prompts/system-prompt.d.ts +3 -0
- package/dist/prompts/system-prompt.d.ts.map +1 -1
- package/dist/prompts/system-prompt.js +13 -3
- package/dist/prompts/system-prompt.js.map +1 -1
- package/dist/prompts/types.d.ts +2 -0
- package/dist/prompts/types.d.ts.map +1 -1
- package/dist/prompts/types.js.map +1 -1
- package/dist/providers/api-keys.d.ts +1 -1
- package/dist/providers/api-keys.d.ts.map +1 -1
- package/dist/providers/api-keys.js +2 -1
- package/dist/providers/api-keys.js.map +1 -1
- package/dist/providers/auth.d.ts.map +1 -1
- package/dist/providers/auth.js +48 -25
- package/dist/providers/auth.js.map +1 -1
- package/dist/remote-runner/attach-client.d.ts.map +1 -1
- package/dist/remote-runner/attach-client.js +1 -0
- package/dist/remote-runner/attach-client.js.map +1 -1
- package/dist/remote-runner/client.d.ts.map +1 -1
- package/dist/remote-runner/client.js +4 -7
- package/dist/remote-runner/client.js.map +1 -1
- package/dist/rpc/rpc-types.d.ts.map +1 -1
- package/dist/rpc/rpc-types.js +1 -0
- package/dist/rpc/rpc-types.js.map +1 -1
- package/dist/safety/action-firewall.d.ts.map +1 -1
- package/dist/safety/action-firewall.js +69 -6
- package/dist/safety/action-firewall.js.map +1 -1
- package/dist/safety/attack-patterns.d.ts.map +1 -1
- package/dist/safety/attack-patterns.js +31 -14
- package/dist/safety/attack-patterns.js.map +1 -1
- package/dist/safety/bash-parser.d.ts.map +1 -1
- package/dist/safety/bash-parser.js +4 -3
- package/dist/safety/bash-parser.js.map +1 -1
- package/dist/safety/execpolicy.d.ts +15 -3
- package/dist/safety/execpolicy.d.ts.map +1 -1
- package/dist/safety/execpolicy.js +248 -37
- package/dist/safety/execpolicy.js.map +1 -1
- package/dist/safety/governance-service-client.d.ts.map +1 -1
- package/dist/safety/governance-service-client.js +4 -7
- package/dist/safety/governance-service-client.js.map +1 -1
- package/dist/safety/guarded-files.d.ts +34 -0
- package/dist/safety/guarded-files.d.ts.map +1 -0
- package/dist/safety/guarded-files.js +372 -0
- package/dist/safety/guarded-files.js.map +1 -0
- package/dist/safety/loop-detector.d.ts.map +1 -1
- package/dist/safety/loop-detector.js +6 -1
- package/dist/safety/loop-detector.js.map +1 -1
- package/dist/safety/permission-profile.d.ts +47 -0
- package/dist/safety/permission-profile.d.ts.map +1 -0
- package/dist/safety/permission-profile.js +349 -0
- package/dist/safety/permission-profile.js.map +1 -0
- package/dist/safety/safety-middleware.d.ts +5 -1
- package/dist/safety/safety-middleware.d.ts.map +1 -1
- package/dist/safety/safety-middleware.js +3 -2
- package/dist/safety/safety-middleware.js.map +1 -1
- package/dist/safety/suspicious-patterns.d.ts.map +1 -1
- package/dist/safety/suspicious-patterns.js +12 -7
- package/dist/safety/suspicious-patterns.js.map +1 -1
- package/dist/safety/tool-categorization.js +1 -1
- package/dist/safety/tool-categorization.js.map +1 -1
- package/dist/safety/validators/path-policy-validator.d.ts.map +1 -1
- package/dist/safety/validators/path-policy-validator.js +7 -0
- package/dist/safety/validators/path-policy-validator.js.map +1 -1
- package/dist/sandbox/index.d.ts +6 -1
- package/dist/sandbox/index.d.ts.map +1 -1
- package/dist/sandbox/index.js +30 -4
- package/dist/sandbox/index.js.map +1 -1
- package/dist/sandbox/native-sandbox.d.ts +3 -0
- package/dist/sandbox/native-sandbox.d.ts.map +1 -1
- package/dist/sandbox/native-sandbox.js +139 -18
- package/dist/sandbox/native-sandbox.js.map +1 -1
- package/dist/sentry.d.ts +17 -0
- package/dist/sentry.d.ts.map +1 -0
- package/dist/sentry.js +91 -0
- package/dist/sentry.js.map +1 -0
- package/dist/server/agent-runtime-ledger.d.ts +141 -0
- package/dist/server/agent-runtime-ledger.d.ts.map +1 -0
- package/dist/server/agent-runtime-ledger.js +334 -0
- package/dist/server/agent-runtime-ledger.js.map +1 -0
- package/dist/server/agent-trajectory-inspection.d.ts +104 -0
- package/dist/server/agent-trajectory-inspection.d.ts.map +1 -0
- package/dist/server/agent-trajectory-inspection.js +168 -0
- package/dist/server/agent-trajectory-inspection.js.map +1 -0
- package/dist/server/agent-trajectory-replay.d.ts +56 -0
- package/dist/server/agent-trajectory-replay.d.ts.map +1 -0
- package/dist/server/agent-trajectory-replay.js +214 -0
- package/dist/server/agent-trajectory-replay.js.map +1 -0
- package/dist/server/agent-trajectory-scenarios.d.ts +109 -0
- package/dist/server/agent-trajectory-scenarios.d.ts.map +1 -0
- package/dist/server/agent-trajectory-scenarios.js +822 -0
- package/dist/server/agent-trajectory-scenarios.js.map +1 -0
- package/dist/server/agent-trajectory-scorers.d.ts +61 -0
- package/dist/server/agent-trajectory-scorers.d.ts.map +1 -0
- package/dist/server/agent-trajectory-scorers.js +162 -0
- package/dist/server/agent-trajectory-scorers.js.map +1 -0
- package/dist/server/agent-trajectory-validation.d.ts +7 -0
- package/dist/server/agent-trajectory-validation.d.ts.map +1 -0
- package/dist/server/agent-trajectory-validation.js +101 -0
- package/dist/server/agent-trajectory-validation.js.map +1 -0
- package/dist/server/agent-trajectory.d.ts +50 -0
- package/dist/server/agent-trajectory.d.ts.map +1 -0
- package/dist/server/agent-trajectory.js +159 -0
- package/dist/server/agent-trajectory.js.map +1 -0
- package/dist/server/app-context.d.ts +18 -0
- package/dist/server/app-context.d.ts.map +1 -1
- package/dist/server/app-context.js.map +1 -1
- package/dist/server/handlers/headless-sessions.d.ts.map +1 -1
- package/dist/server/handlers/headless-sessions.js +64 -27
- package/dist/server/handlers/headless-sessions.js.map +1 -1
- package/dist/server/handlers/health.d.ts +6 -0
- package/dist/server/handlers/health.d.ts.map +1 -1
- package/dist/server/handlers/health.js +6 -0
- package/dist/server/handlers/health.js.map +1 -1
- package/dist/server/handlers/hosted-runner-drain.d.ts +69 -1
- package/dist/server/handlers/hosted-runner-drain.d.ts.map +1 -1
- package/dist/server/handlers/hosted-runner-drain.js +309 -18
- package/dist/server/handlers/hosted-runner-drain.js.map +1 -1
- package/dist/server/handlers/hosted-runner-identity.d.ts +16 -0
- package/dist/server/handlers/hosted-runner-identity.d.ts.map +1 -1
- package/dist/server/handlers/hosted-runner-identity.js +43 -0
- package/dist/server/handlers/hosted-runner-identity.js.map +1 -1
- package/dist/server/handlers/mode.d.ts.map +1 -1
- package/dist/server/handlers/mode.js +3 -1
- package/dist/server/handlers/mode.js.map +1 -1
- package/dist/server/handlers/pending-requests.d.ts.map +1 -1
- package/dist/server/handlers/pending-requests.js +336 -51
- package/dist/server/handlers/pending-requests.js.map +1 -1
- package/dist/server/handlers/platform-a2a-push.d.ts +6 -0
- package/dist/server/handlers/platform-a2a-push.d.ts.map +1 -0
- package/dist/server/handlers/platform-a2a-push.js +136 -0
- package/dist/server/handlers/platform-a2a-push.js.map +1 -0
- package/dist/server/handlers/sessions.d.ts.map +1 -1
- package/dist/server/handlers/sessions.js +21 -1
- package/dist/server/handlers/sessions.js.map +1 -1
- package/dist/server/headless-runtime-service.d.ts +9 -2
- package/dist/server/headless-runtime-service.d.ts.map +1 -1
- package/dist/server/headless-runtime-service.js +39 -0
- package/dist/server/headless-runtime-service.js.map +1 -1
- package/dist/server/hosted-agent-runtime-progress.d.ts +144 -0
- package/dist/server/hosted-agent-runtime-progress.d.ts.map +1 -0
- package/dist/server/hosted-agent-runtime-progress.js +1650 -0
- package/dist/server/hosted-agent-runtime-progress.js.map +1 -0
- package/dist/server/hosted-runner-lease.d.ts +41 -0
- package/dist/server/hosted-runner-lease.d.ts.map +1 -0
- package/dist/server/hosted-runner-lease.js +140 -0
- package/dist/server/hosted-runner-lease.js.map +1 -0
- package/dist/server/hosted-session-manager.d.ts +16 -8
- package/dist/server/hosted-session-manager.d.ts.map +1 -1
- package/dist/server/hosted-session-manager.js +98 -76
- package/dist/server/hosted-session-manager.js.map +1 -1
- package/dist/server/junit-xml.d.ts +2 -0
- package/dist/server/junit-xml.d.ts.map +1 -0
- package/dist/server/junit-xml.js +9 -0
- package/dist/server/junit-xml.js.map +1 -0
- package/dist/server/routes.d.ts.map +1 -1
- package/dist/server/routes.js +6 -0
- package/dist/server/routes.js.map +1 -1
- package/dist/server/scenario-recorder.d.ts +56 -0
- package/dist/server/scenario-recorder.d.ts.map +1 -0
- package/dist/server/scenario-recorder.js +109 -0
- package/dist/server/scenario-recorder.js.map +1 -0
- package/dist/server/scripted-scenario-runner.d.ts +46 -0
- package/dist/server/scripted-scenario-runner.d.ts.map +1 -0
- package/dist/server/scripted-scenario-runner.js +190 -0
- package/dist/server/scripted-scenario-runner.js.map +1 -0
- package/dist/server/server-middlewares.d.ts +6 -2
- package/dist/server/server-middlewares.d.ts.map +1 -1
- package/dist/server/server-middlewares.js +8 -2
- package/dist/server/server-middlewares.js.map +1 -1
- package/dist/server/server-request-manager.d.ts +9 -1
- package/dist/server/server-request-manager.d.ts.map +1 -1
- package/dist/server/server-request-manager.js +49 -4
- package/dist/server/server-request-manager.js.map +1 -1
- package/dist/services/intelligent-router/service.d.ts +2 -0
- package/dist/services/intelligent-router/service.d.ts.map +1 -1
- package/dist/services/intelligent-router/service.js +4 -0
- package/dist/services/intelligent-router/service.js.map +1 -1
- package/dist/services/service-authority.d.ts +25 -0
- package/dist/services/service-authority.d.ts.map +1 -0
- package/dist/services/service-authority.js +143 -0
- package/dist/services/service-authority.js.map +1 -0
- package/dist/services/workspace-config/service.d.ts +2 -0
- package/dist/services/workspace-config/service.d.ts.map +1 -1
- package/dist/services/workspace-config/service.js +4 -0
- package/dist/services/workspace-config/service.js.map +1 -1
- package/dist/session/manager.d.ts +8 -2
- package/dist/session/manager.d.ts.map +1 -1
- package/dist/session/manager.js +19 -4
- package/dist/session/manager.js.map +1 -1
- package/dist/session/session-branch.d.ts.map +1 -1
- package/dist/session/session-branch.js +5 -1
- package/dist/session/session-branch.js.map +1 -1
- package/dist/session/session-catalog.d.ts +7 -2
- package/dist/session/session-catalog.d.ts.map +1 -1
- package/dist/session/session-catalog.js +13 -2
- package/dist/session/session-catalog.js.map +1 -1
- package/dist/session/session-context.d.ts +6 -2
- package/dist/session/session-context.d.ts.map +1 -1
- package/dist/session/session-context.js +44 -4
- package/dist/session/session-context.js.map +1 -1
- package/dist/session/session-graph-projection.d.ts +32 -0
- package/dist/session/session-graph-projection.d.ts.map +1 -0
- package/dist/session/session-graph-projection.js +133 -0
- package/dist/session/session-graph-projection.js.map +1 -0
- package/dist/session/types.d.ts +18 -0
- package/dist/session/types.d.ts.map +1 -1
- package/dist/session/types.js +8 -0
- package/dist/session/types.js.map +1 -1
- package/dist/session/wire-format.generated.d.ts +3 -0
- package/dist/session/wire-format.generated.d.ts.map +1 -1
- package/dist/session/wire-format.generated.js +20 -0
- package/dist/session/wire-format.generated.js.map +1 -1
- package/dist/skills/eval-harness.d.ts +38 -0
- package/dist/skills/eval-harness.d.ts.map +1 -0
- package/dist/skills/eval-harness.js +112 -0
- package/dist/skills/eval-harness.js.map +1 -0
- package/dist/skills/index.d.ts +5 -1
- package/dist/skills/index.d.ts.map +1 -1
- package/dist/skills/index.js +5 -1
- package/dist/skills/index.js.map +1 -1
- package/dist/skills/linter.d.ts +36 -0
- package/dist/skills/linter.d.ts.map +1 -0
- package/dist/skills/linter.js +398 -0
- package/dist/skills/linter.js.map +1 -0
- package/dist/skills/loader.d.ts +36 -6
- package/dist/skills/loader.d.ts.map +1 -1
- package/dist/skills/loader.js +169 -86
- package/dist/skills/loader.js.map +1 -1
- package/dist/skills/package-contract.d.ts +45 -0
- package/dist/skills/package-contract.d.ts.map +1 -0
- package/dist/skills/package-contract.js +153 -0
- package/dist/skills/package-contract.js.map +1 -0
- package/dist/skills/runtime-activation.d.ts +68 -0
- package/dist/skills/runtime-activation.d.ts.map +1 -0
- package/dist/skills/runtime-activation.js +228 -0
- package/dist/skills/runtime-activation.js.map +1 -0
- package/dist/skills/service-client.d.ts.map +1 -1
- package/dist/skills/service-client.js +3 -4
- package/dist/skills/service-client.js.map +1 -1
- package/dist/skills/tool.d.ts.map +1 -1
- package/dist/skills/tool.js +2 -0
- package/dist/skills/tool.js.map +1 -1
- package/dist/skills/types.d.ts +14 -0
- package/dist/skills/types.d.ts.map +1 -1
- package/dist/skills/types.js.map +1 -1
- package/dist/telemetry/agent-operating-plane-context.d.ts +24 -0
- package/dist/telemetry/agent-operating-plane-context.d.ts.map +1 -0
- package/dist/telemetry/agent-operating-plane-context.js +54 -0
- package/dist/telemetry/agent-operating-plane-context.js.map +1 -0
- package/dist/telemetry/beacon.d.ts +24 -0
- package/dist/telemetry/beacon.d.ts.map +1 -0
- package/dist/telemetry/beacon.js +115 -0
- package/dist/telemetry/beacon.js.map +1 -0
- package/dist/telemetry/cli-command-aggregator.d.ts +36 -0
- package/dist/telemetry/cli-command-aggregator.d.ts.map +1 -0
- package/dist/telemetry/cli-command-aggregator.js +251 -0
- package/dist/telemetry/cli-command-aggregator.js.map +1 -0
- package/dist/telemetry/cli-startup.d.ts +21 -0
- package/dist/telemetry/cli-startup.d.ts.map +1 -0
- package/dist/telemetry/cli-startup.js +83 -0
- package/dist/telemetry/cli-startup.js.map +1 -0
- package/dist/telemetry/disablement.d.ts +13 -0
- package/dist/telemetry/disablement.d.ts.map +1 -0
- package/dist/telemetry/disablement.js +19 -0
- package/dist/telemetry/disablement.js.map +1 -0
- package/dist/telemetry/index.d.ts +6 -2
- package/dist/telemetry/index.d.ts.map +1 -1
- package/dist/telemetry/index.js +6 -2
- package/dist/telemetry/index.js.map +1 -1
- package/dist/telemetry/maestro-event-bus.d.ts +52 -0
- package/dist/telemetry/maestro-event-bus.d.ts.map +1 -1
- package/dist/telemetry/maestro-event-bus.js +179 -3
- package/dist/telemetry/maestro-event-bus.js.map +1 -1
- package/dist/telemetry/maestro-event-catalog.d.ts +3 -1
- package/dist/telemetry/maestro-event-catalog.d.ts.map +1 -1
- package/dist/telemetry/maestro-event-catalog.js +2 -0
- package/dist/telemetry/maestro-event-catalog.js.map +1 -1
- package/dist/telemetry/maestro-platform-replay-fixture.d.ts.map +1 -1
- package/dist/telemetry/maestro-platform-replay-fixture.js +74 -9
- package/dist/telemetry/maestro-platform-replay-fixture.js.map +1 -1
- package/dist/telemetry/maestro-publisher-conformance-fixture.d.ts +1 -1
- package/dist/telemetry/maestro-publisher-conformance-fixture.d.ts.map +1 -1
- package/dist/telemetry/maestro-publisher-conformance-fixture.js +46 -11
- package/dist/telemetry/maestro-publisher-conformance-fixture.js.map +1 -1
- package/dist/telemetry/mcp-beacon.d.ts +20 -0
- package/dist/telemetry/mcp-beacon.d.ts.map +1 -0
- package/dist/telemetry/mcp-beacon.js +54 -0
- package/dist/telemetry/mcp-beacon.js.map +1 -0
- package/dist/telemetry/metadata-normalization.d.ts +7 -0
- package/dist/telemetry/metadata-normalization.d.ts.map +1 -0
- package/dist/telemetry/metadata-normalization.js +189 -0
- package/dist/telemetry/metadata-normalization.js.map +1 -0
- package/dist/telemetry/meter-service-client.d.ts.map +1 -1
- package/dist/telemetry/meter-service-client.js +5 -10
- package/dist/telemetry/meter-service-client.js.map +1 -1
- package/dist/telemetry/metrics.d.ts +123 -0
- package/dist/telemetry/metrics.d.ts.map +1 -0
- package/dist/telemetry/metrics.js +184 -0
- package/dist/telemetry/metrics.js.map +1 -0
- package/dist/telemetry/turn-tracker.d.ts +1 -0
- package/dist/telemetry/turn-tracker.d.ts.map +1 -1
- package/dist/telemetry/turn-tracker.js +22 -1
- package/dist/telemetry/turn-tracker.js.map +1 -1
- package/dist/telemetry/wide-events.d.ts +31 -1
- package/dist/telemetry/wide-events.d.ts.map +1 -1
- package/dist/telemetry/wide-events.js +229 -1
- package/dist/telemetry/wide-events.js.map +1 -1
- package/dist/telemetry.d.ts +39 -3
- package/dist/telemetry.d.ts.map +1 -1
- package/dist/telemetry.js +160 -3
- package/dist/telemetry.js.map +1 -1
- package/dist/testing/test-verification-hook.d.ts.map +1 -1
- package/dist/testing/test-verification-hook.js +34 -21
- package/dist/testing/test-verification-hook.js.map +1 -1
- package/dist/tools/apply-patch-parser.d.ts +26 -0
- package/dist/tools/apply-patch-parser.d.ts.map +1 -0
- package/dist/tools/apply-patch-parser.js +146 -0
- package/dist/tools/apply-patch-parser.js.map +1 -0
- package/dist/tools/apply-patch.d.ts +42 -0
- package/dist/tools/apply-patch.d.ts.map +1 -0
- package/dist/tools/apply-patch.js +648 -0
- package/dist/tools/apply-patch.js.map +1 -0
- package/dist/tools/ask-user.d.ts +1 -0
- package/dist/tools/ask-user.d.ts.map +1 -1
- package/dist/tools/background/tool-handler.d.ts +1 -0
- package/dist/tools/background/tool-handler.d.ts.map +1 -1
- package/dist/tools/bash.d.ts +1 -0
- package/dist/tools/bash.d.ts.map +1 -1
- package/dist/tools/codesearch.d.ts +1 -0
- package/dist/tools/codesearch.d.ts.map +1 -1
- package/dist/tools/conductor-client.d.ts +1 -0
- package/dist/tools/conductor-client.d.ts.map +1 -1
- package/dist/tools/conductor-client.js +63 -0
- package/dist/tools/conductor-client.js.map +1 -1
- package/dist/tools/diff.d.ts +1 -0
- package/dist/tools/diff.d.ts.map +1 -1
- package/dist/tools/edit.d.ts +1 -0
- package/dist/tools/edit.d.ts.map +1 -1
- package/dist/tools/extract-document.d.ts +1 -0
- package/dist/tools/extract-document.d.ts.map +1 -1
- package/dist/tools/find.d.ts +10 -0
- package/dist/tools/find.d.ts.map +1 -1
- package/dist/tools/find.js +236 -27
- package/dist/tools/find.js.map +1 -1
- package/dist/tools/gh.d.ts +3 -0
- package/dist/tools/gh.d.ts.map +1 -1
- package/dist/tools/index.d.ts +50 -0
- package/dist/tools/index.d.ts.map +1 -1
- package/dist/tools/index.js +4 -0
- package/dist/tools/index.js.map +1 -1
- package/dist/tools/list.d.ts +1 -0
- package/dist/tools/list.d.ts.map +1 -1
- package/dist/tools/notebook.d.ts +1 -0
- package/dist/tools/notebook.d.ts.map +1 -1
- package/dist/tools/oracle.d.ts +1 -0
- package/dist/tools/oracle.d.ts.map +1 -1
- package/dist/tools/oracle.js +17 -32
- package/dist/tools/oracle.js.map +1 -1
- package/dist/tools/parallel-execution.d.ts +13 -2
- package/dist/tools/parallel-execution.d.ts.map +1 -1
- package/dist/tools/parallel-execution.js +178 -7
- package/dist/tools/parallel-execution.js.map +1 -1
- package/dist/tools/parallel-ripgrep.d.ts +1 -0
- package/dist/tools/parallel-ripgrep.d.ts.map +1 -1
- package/dist/tools/pipeline.d.ts +4 -0
- package/dist/tools/pipeline.d.ts.map +1 -1
- package/dist/tools/read.d.ts +1 -0
- package/dist/tools/read.d.ts.map +1 -1
- package/dist/tools/search.d.ts +1 -0
- package/dist/tools/search.d.ts.map +1 -1
- package/dist/tools/status.d.ts +1 -0
- package/dist/tools/status.d.ts.map +1 -1
- package/dist/tools/todo.d.ts +1 -0
- package/dist/tools/todo.d.ts.map +1 -1
- package/dist/tools/tool-dsl.d.ts +5 -1
- package/dist/tools/tool-dsl.d.ts.map +1 -1
- package/dist/tools/tool-dsl.js +1 -0
- package/dist/tools/tool-dsl.js.map +1 -1
- package/dist/tools/tool-result-cache.d.ts.map +1 -1
- package/dist/tools/tool-result-cache.js +1 -0
- package/dist/tools/tool-result-cache.js.map +1 -1
- package/dist/tools/typebox-tool.d.ts.map +1 -1
- package/dist/tools/typebox-tool.js +3 -0
- package/dist/tools/typebox-tool.js.map +1 -1
- package/dist/tools/webfetch.d.ts +1 -0
- package/dist/tools/webfetch.d.ts.map +1 -1
- package/dist/tools/websearch.d.ts +1 -0
- package/dist/tools/websearch.d.ts.map +1 -1
- package/dist/tools/write.d.ts +1 -0
- package/dist/tools/write.d.ts.map +1 -1
- package/dist/utils/abort-error.d.ts +2 -0
- package/dist/utils/abort-error.d.ts.map +1 -0
- package/dist/utils/abort-error.js +7 -0
- package/dist/utils/abort-error.js.map +1 -0
- package/dist/utils/downstream.d.ts.map +1 -1
- package/dist/utils/downstream.js +4 -0
- package/dist/utils/downstream.js.map +1 -1
- package/dist/utils/logger.d.ts +3 -0
- package/dist/utils/logger.d.ts.map +1 -1
- package/dist/utils/logger.js +14 -3
- package/dist/utils/logger.js.map +1 -1
- package/dist/utils/path-containment.d.ts +2 -0
- package/dist/utils/path-containment.d.ts.map +1 -0
- package/dist/utils/path-containment.js +14 -0
- package/dist/utils/path-containment.js.map +1 -0
- package/dist/utils/prompt-safe-text.d.ts +7 -0
- package/dist/utils/prompt-safe-text.d.ts.map +1 -0
- package/dist/utils/prompt-safe-text.js +44 -0
- package/dist/utils/prompt-safe-text.js.map +1 -0
- package/dist/version.json +2 -2
- package/dist/web-server.d.ts.map +1 -1
- package/dist/web-server.js +32 -7
- package/dist/web-server.js.map +1 -1
- package/dist/workspace/root-resolver.d.ts +4 -1
- package/dist/workspace/root-resolver.d.ts.map +1 -1
- package/dist/workspace/root-resolver.js +16 -6
- package/dist/workspace/root-resolver.js.map +1 -1
- package/node_modules/@evalops/contracts/dist/advisor-effort.d.ts +8 -0
- package/node_modules/@evalops/contracts/dist/advisor-effort.d.ts.map +1 -0
- package/node_modules/@evalops/contracts/dist/advisor-effort.js +35 -0
- package/node_modules/@evalops/contracts/dist/advisor-effort.js.map +1 -0
- package/node_modules/@evalops/contracts/dist/delegation-prompt.d.ts +10 -0
- package/node_modules/@evalops/contracts/dist/delegation-prompt.d.ts.map +1 -0
- package/node_modules/@evalops/contracts/dist/delegation-prompt.js +48 -0
- package/node_modules/@evalops/contracts/dist/delegation-prompt.js.map +1 -0
- package/node_modules/@evalops/contracts/dist/guarded-files-settings.d.ts +20 -0
- package/node_modules/@evalops/contracts/dist/guarded-files-settings.d.ts.map +1 -0
- package/node_modules/@evalops/contracts/dist/guarded-files-settings.js +147 -0
- package/node_modules/@evalops/contracts/dist/guarded-files-settings.js.map +1 -0
- package/node_modules/@evalops/contracts/dist/headless-protocol-generated.d.ts +2 -0
- package/node_modules/@evalops/contracts/dist/headless-protocol-generated.d.ts.map +1 -1
- package/node_modules/@evalops/contracts/dist/headless-protocol-generated.js +1 -0
- package/node_modules/@evalops/contracts/dist/headless-protocol-generated.js.map +1 -1
- package/node_modules/@evalops/contracts/dist/headless-protocol-schemas.generated.d.ts +280 -5
- package/node_modules/@evalops/contracts/dist/headless-protocol-schemas.generated.d.ts.map +1 -1
- package/node_modules/@evalops/contracts/dist/headless-protocol-schemas.generated.js +36 -1
- package/node_modules/@evalops/contracts/dist/headless-protocol-schemas.generated.js.map +1 -1
- package/node_modules/@evalops/contracts/dist/index.d.ts +15 -1
- package/node_modules/@evalops/contracts/dist/index.d.ts.map +1 -1
- package/node_modules/@evalops/contracts/dist/index.js +6 -0
- package/node_modules/@evalops/contracts/dist/index.js.map +1 -1
- package/node_modules/@evalops/contracts/dist/maestro-app-server.d.ts +593 -0
- package/node_modules/@evalops/contracts/dist/maestro-app-server.d.ts.map +1 -0
- package/node_modules/@evalops/contracts/dist/maestro-app-server.js +218 -0
- package/node_modules/@evalops/contracts/dist/maestro-app-server.js.map +1 -0
- package/node_modules/@evalops/contracts/dist/proto/maestro/v1/headless_pb.d.ts +91 -0
- package/node_modules/@evalops/contracts/dist/proto/maestro/v1/headless_pb.d.ts.map +1 -1
- package/node_modules/@evalops/contracts/dist/proto/maestro/v1/headless_pb.js +92 -61
- package/node_modules/@evalops/contracts/dist/proto/maestro/v1/headless_pb.js.map +1 -1
- package/node_modules/@evalops/contracts/dist/runtime-app-server.d.ts +3 -0
- package/node_modules/@evalops/contracts/dist/runtime-app-server.d.ts.map +1 -1
- package/node_modules/@evalops/contracts/dist/runtime-constraints.d.ts +28 -0
- package/node_modules/@evalops/contracts/dist/runtime-constraints.d.ts.map +1 -0
- package/node_modules/@evalops/contracts/dist/runtime-constraints.js +71 -0
- package/node_modules/@evalops/contracts/dist/runtime-constraints.js.map +1 -0
- package/node_modules/@evalops/contracts/dist/runtime-server-request.d.ts +7 -0
- package/node_modules/@evalops/contracts/dist/runtime-server-request.d.ts.map +1 -1
- package/node_modules/@evalops/contracts/dist/runtime-server-request.js +2 -0
- package/node_modules/@evalops/contracts/dist/runtime-server-request.js.map +1 -1
- package/node_modules/@evalops/contracts/dist/scenario.d.ts +191 -0
- package/node_modules/@evalops/contracts/dist/scenario.d.ts.map +1 -0
- package/node_modules/@evalops/contracts/dist/scenario.js +4 -0
- package/node_modules/@evalops/contracts/dist/scenario.js.map +1 -0
- package/node_modules/@evalops/contracts/dist/schemas.d.ts +17 -3
- package/node_modules/@evalops/contracts/dist/schemas.d.ts.map +1 -1
- package/node_modules/@evalops/contracts/dist/schemas.js +16 -0
- package/node_modules/@evalops/contracts/dist/schemas.js.map +1 -1
- package/node_modules/@evalops/contracts/package.json +1 -1
- package/node_modules/@evalops/tui/package.json +1 -1
- package/package.json +41 -7
- package/skills/incident-triage/SKILL.md +40 -0
- package/skills/incident-triage/mcp.json +14 -0
- package/skills/incident-triage/reference/triage.md +20 -0
- package/skills/incident-triage/toolbox/incident-timeline +22 -0
- package/skills/incident-triage/toolbox/incident-timeline.cmd +16 -0
- package/skills/pr-review/SKILL.md +40 -0
- package/skills/pr-review/mcp.json +14 -0
- package/skills/pr-review/reference/rubric.md +20 -0
- package/skills/pr-review/toolbox/review-summary +20 -0
- package/skills/pr-review/toolbox/review-summary.cmd +14 -0
- package/skills/release-verification/SKILL.md +40 -0
- package/skills/release-verification/mcp.json +15 -0
- package/skills/release-verification/reference/checklist.md +21 -0
- package/skills/release-verification/toolbox/release-readiness +18 -0
- package/skills/release-verification/toolbox/release-readiness.cmd +12 -0
|
@@ -274,12 +274,14 @@ export const ComposerActionApprovalRequestSchema = Type.Object({
|
|
|
274
274
|
actionDescription: Type.Optional(Type.String()),
|
|
275
275
|
args: Type.Unknown(),
|
|
276
276
|
reason: Type.String(),
|
|
277
|
+
startedAtMs: Type.Optional(Type.Number()),
|
|
277
278
|
platform: Type.Optional(ComposerPendingRequestPlatformRefSchema),
|
|
278
279
|
});
|
|
279
280
|
export const ComposerActionApprovalDecisionSchema = Type.Object({
|
|
280
281
|
approved: Type.Boolean(),
|
|
281
282
|
reason: Type.Optional(Type.String()),
|
|
282
283
|
resolvedBy: Type.Union([Type.Literal("policy"), Type.Literal("user")]),
|
|
284
|
+
resolvedAtMs: Type.Optional(Type.Number()),
|
|
283
285
|
});
|
|
284
286
|
export const ComposerPendingClientToolRequestSchema = Type.Object({
|
|
285
287
|
toolCallId: Type.String(),
|
|
@@ -395,10 +397,15 @@ export const ComposerRunTimelineEventTypeSchema = Type.Union([
|
|
|
395
397
|
Type.Literal("artifact.linked"),
|
|
396
398
|
Type.Literal("policy.decision"),
|
|
397
399
|
Type.Literal("wait.pending"),
|
|
400
|
+
Type.Literal("agent.run.started"),
|
|
401
|
+
Type.Literal("agent.run.completed"),
|
|
402
|
+
Type.Literal("agent.run.failed"),
|
|
398
403
|
Type.Literal("compaction.created"),
|
|
399
404
|
Type.Literal("branch.created"),
|
|
400
405
|
Type.Literal("model.changed"),
|
|
401
406
|
Type.Literal("thinking.changed"),
|
|
407
|
+
Type.Literal("runtime.recovery"),
|
|
408
|
+
Type.Literal("runtime.finished"),
|
|
402
409
|
Type.Literal("custom.event"),
|
|
403
410
|
]);
|
|
404
411
|
export const ComposerRunTimelineStatusSchema = Type.Union([
|
|
@@ -434,6 +441,9 @@ export const ComposerRunTimelineItemSchema = Type.Object({
|
|
|
434
441
|
approvalRequestId: Type.Optional(Type.String()),
|
|
435
442
|
toolExecutionId: Type.Optional(Type.String()),
|
|
436
443
|
artifactId: Type.Optional(Type.String()),
|
|
444
|
+
agentRunId: Type.Optional(Type.String()),
|
|
445
|
+
parentAgentRunId: Type.Optional(Type.String()),
|
|
446
|
+
childAgentRunId: Type.Optional(Type.String()),
|
|
437
447
|
remoteRunnerSessionId: Type.Optional(Type.String()),
|
|
438
448
|
platform: Type.Optional(ComposerPendingRequestPlatformRefSchema),
|
|
439
449
|
platformOperation: Type.Optional(ComposerPendingRequestPlatformOperationSchema),
|
|
@@ -470,6 +480,11 @@ export const ComposerToolRetryDecisionSchema = Type.Object({
|
|
|
470
480
|
Type.Literal("runtime"),
|
|
471
481
|
]),
|
|
472
482
|
});
|
|
483
|
+
export const ComposerSessionMessagesViewSchema = Type.Union([
|
|
484
|
+
Type.Literal("full"),
|
|
485
|
+
Type.Literal("summary"),
|
|
486
|
+
Type.Literal("notLoaded"),
|
|
487
|
+
]);
|
|
473
488
|
export const ComposerSessionSchema = Type.Object({
|
|
474
489
|
id: Type.String(),
|
|
475
490
|
title: Type.Optional(Type.String()),
|
|
@@ -479,6 +494,7 @@ export const ComposerSessionSchema = Type.Object({
|
|
|
479
494
|
messageCount: Type.Number(),
|
|
480
495
|
favorite: Type.Optional(Type.Boolean()),
|
|
481
496
|
tags: Type.Optional(Type.Array(Type.String())),
|
|
497
|
+
messagesView: Type.Optional(ComposerSessionMessagesViewSchema),
|
|
482
498
|
messages: Type.Array(ComposerMessageSchema),
|
|
483
499
|
pendingApprovalRequests: Type.Optional(Type.Array(ComposerActionApprovalRequestSchema)),
|
|
484
500
|
pendingClientToolRequests: Type.Optional(Type.Array(ComposerPendingClientToolRequestSchema)),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../src/schemas.ts"],"names":[],"mappings":"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","sourcesContent":["import { Type } from \"@sinclair/typebox\";\n\nexport const ComposerRoleSchema = Type.Union([\n\tType.Literal(\"user\"),\n\tType.Literal(\"assistant\"),\n\tType.Literal(\"system\"),\n\tType.Literal(\"tool\"),\n]);\n\nexport const ComposerTextContentSchema = Type.Object({\n\ttype: Type.Literal(\"text\"),\n\ttext: Type.String(),\n\ttextSignature: Type.Optional(Type.String()),\n});\n\nexport const ComposerImageContentSchema = Type.Object({\n\ttype: Type.Literal(\"image\"),\n\tdata: Type.String(),\n\tmimeType: Type.String(),\n});\n\nexport const ComposerThinkingContentSchema = Type.Object({\n\ttype: Type.Literal(\"thinking\"),\n\tthinking: Type.String(),\n\tthinkingSignature: Type.Optional(Type.String()),\n});\n\nexport const ComposerToolCallContentSchema = Type.Object({\n\ttype: Type.Literal(\"toolCall\"),\n\tid: Type.String(),\n\tname: Type.String(),\n\targuments: Type.Record(Type.String(), Type.Unknown()),\n\tthoughtSignature: Type.Optional(Type.String()),\n});\n\nexport const ComposerContentBlockSchema = Type.Union([\n\tComposerTextContentSchema,\n\tComposerImageContentSchema,\n\tComposerThinkingContentSchema,\n\tComposerToolCallContentSchema,\n]);\n\nexport const ComposerThinkingLevelSchema = Type.Union([\n\tType.Literal(\"off\"),\n\tType.Literal(\"minimal\"),\n\tType.Literal(\"low\"),\n\tType.Literal(\"medium\"),\n\tType.Literal(\"high\"),\n]);\n\nexport const ComposerToolCallSchema = Type.Object({\n\tname: Type.String(),\n\tstatus: Type.Union([\n\t\tType.Literal(\"pending\"),\n\t\tType.Literal(\"running\"),\n\t\tType.Literal(\"completed\"),\n\t\tType.Literal(\"error\"),\n\t]),\n\targs: Type.Optional(Type.Record(Type.String(), Type.Unknown())),\n\tresult: Type.Optional(Type.Unknown()),\n\ttoolCallId: Type.Optional(Type.String()),\n});\n\nexport const ComposerAttachmentSchema = Type.Object({\n\tid: Type.String(),\n\ttype: Type.Union([Type.Literal(\"image\"), Type.Literal(\"document\")]),\n\tfileName: Type.String(),\n\tmimeType: Type.String(),\n\tsize: Type.Number(),\n\tcontent: Type.Optional(Type.String()),\n\tcontentOmitted: Type.Optional(Type.Boolean()),\n\textractedText: Type.Optional(Type.String()),\n\tpreview: Type.Optional(Type.String()),\n});\n\nexport const ComposerUsageCostSchema = Type.Object({\n\tinput: Type.Number(),\n\toutput: Type.Number(),\n\tcacheRead: Type.Optional(Type.Number()),\n\tcacheWrite: Type.Optional(Type.Number()),\n\ttotal: Type.Optional(Type.Number()),\n});\n\nexport const ComposerUsageSchema = Type.Object({\n\tinput: Type.Number(),\n\toutput: Type.Number(),\n\tcacheRead: Type.Optional(Type.Number()),\n\tcacheWrite: Type.Optional(Type.Number()),\n\tcost: Type.Optional(ComposerUsageCostSchema),\n});\n\nexport const ComposerMessageSchema = Type.Object({\n\trole: ComposerRoleSchema,\n\tcontent: Type.Union([Type.String(), Type.Array(ComposerContentBlockSchema)]),\n\tattachments: Type.Optional(Type.Array(ComposerAttachmentSchema)),\n\ttimestamp: Type.Optional(Type.String()),\n\tthinking: Type.Optional(Type.String()),\n\ttools: Type.Optional(Type.Array(ComposerToolCallSchema)),\n\ttoolName: Type.Optional(Type.String()),\n\tisError: Type.Optional(Type.Boolean()),\n\tusage: Type.Optional(ComposerUsageSchema),\n\tprovider: Type.Optional(Type.String()),\n\tapi: Type.Optional(Type.String()),\n\tmodel: Type.Optional(Type.String()),\n});\n\nexport const ComposerChatRequestSchema = Type.Object({\n\tmodel: Type.Optional(Type.String()),\n\tmessages: Type.Array(ComposerMessageSchema),\n\tthinkingLevel: Type.Optional(ComposerThinkingLevelSchema),\n\tsessionId: Type.Optional(Type.String()),\n\tstream: Type.Optional(Type.Boolean()),\n});\n\nexport const ComposerPromptSuggestionRequestSchema = Type.Object({\n\tmodel: Type.Optional(Type.String()),\n\tmessages: Type.Array(ComposerMessageSchema),\n\tsessionId: Type.Optional(Type.String()),\n});\n\nexport const ComposerPromptSuggestionResponseSchema = Type.Object({\n\tsuggestion: Type.Union([Type.String(), Type.Null()]),\n\tsuppressedReason: Type.Optional(Type.String()),\n\tmodel: Type.Optional(Type.String()),\n});\n\nexport const ComposerModelSetSchema = Type.Object({\n\tmodel: Type.String({ minLength: 1 }),\n});\n\nexport const ComposerModelCapabilitiesSchema = Type.Object({\n\tstreaming: Type.Optional(Type.Boolean()),\n\ttools: Type.Optional(Type.Boolean()),\n\tvision: Type.Optional(Type.Boolean()),\n\treasoning: Type.Optional(Type.Boolean()),\n});\n\nexport const ComposerModelSchema = Type.Object({\n\tid: Type.String(),\n\tprovider: Type.String(),\n\tname: Type.String(),\n\tapi: Type.Optional(Type.String()),\n\tcontextWindow: Type.Optional(Type.Number()),\n\tmaxOutputTokens: Type.Optional(Type.Number()),\n\tmaxTokens: Type.Optional(Type.Number()),\n\treasoning: Type.Optional(Type.Boolean()),\n\tcost: Type.Optional(ComposerUsageCostSchema),\n\tcapabilities: Type.Optional(ComposerModelCapabilitiesSchema),\n});\n\nexport const ComposerModelListResponseSchema = Type.Object({\n\tmodels: Type.Array(ComposerModelSchema),\n});\n\nexport const ComposerCommandArgSchema = Type.Object({\n\tname: Type.String(),\n\trequired: Type.Optional(Type.Boolean()),\n});\n\nexport const ComposerCommandSchema = Type.Object({\n\tname: Type.String(),\n\tdescription: Type.Optional(Type.String()),\n\tprompt: Type.String(),\n\targs: Type.Optional(Type.Array(ComposerCommandArgSchema)),\n});\n\nexport const ComposerCommandListResponseSchema = Type.Object({\n\tcommands: Type.Array(ComposerCommandSchema),\n});\n\nexport const ComposerCommandPrefsSchema = Type.Object({\n\tfavorites: Type.Array(Type.String()),\n\trecents: Type.Array(Type.String()),\n});\n\nexport const ComposerCommandPrefsUpdateSchema = Type.Object({\n\tfavorites: Type.Optional(Type.Array(Type.String())),\n\trecents: Type.Optional(Type.Array(Type.String())),\n});\n\nexport const ComposerCommandPrefsWriteResponseSchema = Type.Object({\n\tok: Type.Boolean(),\n});\n\nexport const ComposerConfigWriteRequestSchema = Type.Object({\n\tconfig: Type.Record(Type.String(), Type.Unknown()),\n});\n\nexport const ComposerConfigResponseSchema = Type.Object({\n\tconfig: Type.Record(Type.String(), Type.Unknown()),\n\tconfigPath: Type.String(),\n});\n\nexport const ComposerConfigWriteResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n});\n\nexport const ComposerFilesResponseSchema = Type.Object({\n\tfiles: Type.Array(Type.String()),\n});\n\nexport const ComposerSessionSummarySchema = Type.Object({\n\tid: Type.String(),\n\ttitle: Type.Optional(Type.String()),\n\tresumeSummary: Type.Optional(Type.String()),\n\tcreatedAt: Type.String(),\n\tupdatedAt: Type.String(),\n\tmessageCount: Type.Number(),\n\tfavorite: Type.Optional(Type.Boolean()),\n\ttags: Type.Optional(Type.Array(Type.String())),\n});\n\nexport const ComposerAssistantMessageEventSchema = Type.Union([\n\tType.Object({\n\t\ttype: Type.Literal(\"start\"),\n\t\tpartial: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"text_start\"),\n\t\tcontentIndex: Type.Number(),\n\t\tpartial: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"text_delta\"),\n\t\tcontentIndex: Type.Number(),\n\t\tdelta: Type.String(),\n\t\tpartial: Type.Optional(ComposerMessageSchema),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"text_end\"),\n\t\tcontentIndex: Type.Number(),\n\t\tcontent: Type.String(),\n\t\tpartial: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"thinking_start\"),\n\t\tcontentIndex: Type.Number(),\n\t\tpartial: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"thinking_delta\"),\n\t\tcontentIndex: Type.Number(),\n\t\tdelta: Type.String(),\n\t\tpartial: Type.Optional(ComposerMessageSchema),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"thinking_end\"),\n\t\tcontentIndex: Type.Number(),\n\t\tcontent: Type.String(),\n\t\tpartial: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"toolcall_start\"),\n\t\tcontentIndex: Type.Number(),\n\t\tpartial: Type.Optional(ComposerMessageSchema),\n\t\ttoolCallId: Type.Optional(Type.String()),\n\t\ttoolCallName: Type.Optional(Type.String()),\n\t\ttoolCallArgs: Type.Optional(Type.Record(Type.String(), Type.Unknown())),\n\t\ttoolCallArgsTruncated: Type.Optional(Type.Boolean()),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"toolcall_delta\"),\n\t\tcontentIndex: Type.Number(),\n\t\tdelta: Type.String(),\n\t\tpartial: Type.Optional(ComposerMessageSchema),\n\t\ttoolCallId: Type.Optional(Type.String()),\n\t\ttoolCallName: Type.Optional(Type.String()),\n\t\ttoolCallArgs: Type.Optional(Type.Record(Type.String(), Type.Unknown())),\n\t\ttoolCallArgsTruncated: Type.Optional(Type.Boolean()),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"toolcall_end\"),\n\t\tcontentIndex: Type.Number(),\n\t\ttoolCall: ComposerToolCallContentSchema,\n\t\tpartial: Type.Optional(ComposerMessageSchema),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"done\"),\n\t\treason: Type.Union([\n\t\t\tType.Literal(\"stop\"),\n\t\t\tType.Literal(\"length\"),\n\t\t\tType.Literal(\"toolUse\"),\n\t\t]),\n\t\tmessage: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"error\"),\n\t\treason: Type.Union([Type.Literal(\"aborted\"), Type.Literal(\"error\")]),\n\t\terror: ComposerMessageSchema,\n\t}),\n]);\n\nexport const ComposerPendingRequestPlatformRefSchema = Type.Object({\n\tsource: Type.Union([\n\t\tType.Literal(\"approvals_service\"),\n\t\tType.Literal(\"tool_execution\"),\n\t]),\n\ttoolExecutionId: Type.Optional(Type.String()),\n\tapprovalRequestId: Type.Optional(Type.String()),\n});\n\nexport const ComposerActionApprovalRequestSchema = Type.Object({\n\tid: Type.String(),\n\ttoolName: Type.String(),\n\tdisplayName: Type.Optional(Type.String()),\n\tsummaryLabel: Type.Optional(Type.String()),\n\tactionDescription: Type.Optional(Type.String()),\n\targs: Type.Unknown(),\n\treason: Type.String(),\n\tplatform: Type.Optional(ComposerPendingRequestPlatformRefSchema),\n});\n\nexport const ComposerActionApprovalDecisionSchema = Type.Object({\n\tapproved: Type.Boolean(),\n\treason: Type.Optional(Type.String()),\n\tresolvedBy: Type.Union([Type.Literal(\"policy\"), Type.Literal(\"user\")]),\n});\n\nexport const ComposerPendingClientToolRequestSchema = Type.Object({\n\ttoolCallId: Type.String(),\n\ttoolName: Type.String(),\n\targs: Type.Unknown(),\n\tkind: Type.Optional(\n\t\tType.Union([\n\t\t\tType.Literal(\"client_tool\"),\n\t\t\tType.Literal(\"mcp_elicitation\"),\n\t\t\tType.Literal(\"user_input\"),\n\t\t]),\n\t),\n\treason: Type.Optional(Type.String()),\n});\n\nexport const ComposerPendingRequestSchema = Type.Object({\n\tid: Type.String(),\n\tkind: Type.Union([\n\t\tType.Literal(\"approval\"),\n\t\tType.Literal(\"client_tool\"),\n\t\tType.Literal(\"mcp_elicitation\"),\n\t\tType.Literal(\"user_input\"),\n\t\tType.Literal(\"tool_retry\"),\n\t]),\n\tstatus: Type.Literal(\"pending\"),\n\tvisibility: Type.Literal(\"user\"),\n\tsessionId: Type.Optional(Type.String()),\n\ttoolCallId: Type.String(),\n\ttoolName: Type.String(),\n\tdisplayName: Type.Optional(Type.String()),\n\tsummaryLabel: Type.Optional(Type.String()),\n\tactionDescription: Type.Optional(Type.String()),\n\targs: Type.Unknown(),\n\treason: Type.String(),\n\tcreatedAt: Type.String(),\n\texpiresAt: Type.Optional(Type.String()),\n\tsource: Type.Union([Type.Literal(\"local\"), Type.Literal(\"platform\")]),\n\tplatform: Type.Optional(ComposerPendingRequestPlatformRefSchema),\n});\n\nexport const ComposerPendingRequestResolutionSchema = Type.Union([\n\tType.Literal(\"approved\"),\n\tType.Literal(\"denied\"),\n\tType.Literal(\"completed\"),\n\tType.Literal(\"failed\"),\n\tType.Literal(\"answered\"),\n\tType.Literal(\"retried\"),\n\tType.Literal(\"skipped\"),\n\tType.Literal(\"aborted\"),\n\tType.Literal(\"cancelled\"),\n]);\n\nexport const ComposerPendingRequestPlatformOperationSchema = Type.Union([\n\tType.Literal(\"ResolveApproval\"),\n\tType.Literal(\"ResumeToolExecution\"),\n\tType.Literal(\"ResumeRun\"),\n]);\n\nexport const ComposerClientToolResultContentSchema = Type.Union([\n\tComposerTextContentSchema,\n\tComposerImageContentSchema,\n]);\n\nexport const ComposerPendingRequestResumeRequestSchema = Type.Object({\n\tkind: Type.Optional(\n\t\tType.Union([\n\t\t\tType.Literal(\"approval\"),\n\t\t\tType.Literal(\"client_tool\"),\n\t\t\tType.Literal(\"mcp_elicitation\"),\n\t\t\tType.Literal(\"user_input\"),\n\t\t\tType.Literal(\"tool_retry\"),\n\t\t]),\n\t),\n\tsessionId: Type.Optional(Type.String()),\n\tdecision: Type.Optional(\n\t\tType.Union([Type.Literal(\"approved\"), Type.Literal(\"denied\")]),\n\t),\n\taction: Type.Optional(\n\t\tType.Union([\n\t\t\tType.Literal(\"retry\"),\n\t\t\tType.Literal(\"skip\"),\n\t\t\tType.Literal(\"abort\"),\n\t\t]),\n\t),\n\tcontent: Type.Optional(Type.Array(ComposerClientToolResultContentSchema)),\n\tisError: Type.Optional(Type.Boolean()),\n\treason: Type.Optional(Type.String()),\n});\n\nexport const ComposerPendingRequestResumeResponseSchema = Type.Object({\n\tsuccess: Type.Literal(true),\n\trequest: Type.Object({\n\t\tid: Type.String(),\n\t\tkind: Type.Union([\n\t\t\tType.Literal(\"approval\"),\n\t\t\tType.Literal(\"client_tool\"),\n\t\t\tType.Literal(\"mcp_elicitation\"),\n\t\t\tType.Literal(\"user_input\"),\n\t\t\tType.Literal(\"tool_retry\"),\n\t\t]),\n\t\tsessionId: Type.Optional(Type.String()),\n\t\tresolution: ComposerPendingRequestResolutionSchema,\n\t\tsource: Type.Union([Type.Literal(\"local\"), Type.Literal(\"platform\")]),\n\t\tplatform: Type.Optional(ComposerPendingRequestPlatformRefSchema),\n\t\tplatformOperation: Type.Optional(\n\t\t\tComposerPendingRequestPlatformOperationSchema,\n\t\t),\n\t}),\n});\n\nexport const ComposerRunTimelineVisibilitySchema = Type.Union([\n\tType.Literal(\"user\"),\n\tType.Literal(\"admin\"),\n\tType.Literal(\"audit\"),\n]);\n\nexport const ComposerRunTimelineSourceSchema = Type.Union([\n\tType.Literal(\"local\"),\n\tType.Literal(\"platform\"),\n]);\n\nexport const ComposerRunTimelineEventTypeSchema = Type.Union([\n\tType.Literal(\"session.started\"),\n\tType.Literal(\"session.updated\"),\n\tType.Literal(\"message.user\"),\n\tType.Literal(\"message.assistant\"),\n\tType.Literal(\"tool.requested\"),\n\tType.Literal(\"tool.completed\"),\n\tType.Literal(\"tool.failed\"),\n\tType.Literal(\"file.changed\"),\n\tType.Literal(\"diagnostic.delta\"),\n\tType.Literal(\"artifact.linked\"),\n\tType.Literal(\"policy.decision\"),\n\tType.Literal(\"wait.pending\"),\n\tType.Literal(\"compaction.created\"),\n\tType.Literal(\"branch.created\"),\n\tType.Literal(\"model.changed\"),\n\tType.Literal(\"thinking.changed\"),\n\tType.Literal(\"custom.event\"),\n]);\n\nexport const ComposerRunTimelineStatusSchema = Type.Union([\n\tType.Literal(\"pending\"),\n\tType.Literal(\"running\"),\n\tType.Literal(\"completed\"),\n\tType.Literal(\"failed\"),\n\tType.Literal(\"approved\"),\n\tType.Literal(\"denied\"),\n\tType.Literal(\"info\"),\n]);\n\nexport const ComposerRunTimelineItemSchema = Type.Object({\n\tid: Type.String(),\n\tsessionId: Type.String(),\n\ttimestamp: Type.String(),\n\ttype: ComposerRunTimelineEventTypeSchema,\n\ttitle: Type.String(),\n\tvisibility: ComposerRunTimelineVisibilitySchema,\n\tsource: ComposerRunTimelineSourceSchema,\n\tstatus: Type.Optional(ComposerRunTimelineStatusSchema),\n\tsummary: Type.Optional(Type.String()),\n\trole: Type.Optional(ComposerRoleSchema),\n\ttoolCallId: Type.Optional(Type.String()),\n\ttoolName: Type.Optional(Type.String()),\n\tpendingRequestId: Type.Optional(Type.String()),\n\tpendingRequestKind: Type.Optional(\n\t\tType.Union([\n\t\t\tType.Literal(\"approval\"),\n\t\t\tType.Literal(\"client_tool\"),\n\t\t\tType.Literal(\"mcp_elicitation\"),\n\t\t\tType.Literal(\"user_input\"),\n\t\t\tType.Literal(\"tool_retry\"),\n\t\t]),\n\t),\n\tapprovalRequestId: Type.Optional(Type.String()),\n\ttoolExecutionId: Type.Optional(Type.String()),\n\tartifactId: Type.Optional(Type.String()),\n\tremoteRunnerSessionId: Type.Optional(Type.String()),\n\tplatform: Type.Optional(ComposerPendingRequestPlatformRefSchema),\n\tplatformOperation: Type.Optional(\n\t\tComposerPendingRequestPlatformOperationSchema,\n\t),\n\tmetadata: Type.Optional(Type.Record(Type.String(), Type.Unknown())),\n});\n\nexport const ComposerRunTimelineResponseSchema = Type.Object({\n\tsessionId: Type.String(),\n\tsource: ComposerRunTimelineSourceSchema,\n\tgeneratedAt: Type.String(),\n\tplatformBacked: Type.Boolean(),\n\tpendingRequestCount: Type.Number(),\n\titems: Type.Array(ComposerRunTimelineItemSchema),\n});\n\nexport const ComposerToolRetryRequestSchema = Type.Object({\n\tid: Type.String(),\n\ttoolCallId: Type.String(),\n\ttoolName: Type.String(),\n\targs: Type.Unknown(),\n\terrorMessage: Type.String(),\n\tattempt: Type.Number(),\n\tmaxAttempts: Type.Optional(Type.Number()),\n\tsummary: Type.Optional(Type.String()),\n});\n\nexport const ComposerToolRetryDecisionSchema = Type.Object({\n\taction: Type.Union([\n\t\tType.Literal(\"retry\"),\n\t\tType.Literal(\"skip\"),\n\t\tType.Literal(\"abort\"),\n\t]),\n\treason: Type.Optional(Type.String()),\n\tresolvedBy: Type.Union([\n\t\tType.Literal(\"policy\"),\n\t\tType.Literal(\"user\"),\n\t\tType.Literal(\"runtime\"),\n\t]),\n});\n\nexport const ComposerSessionSchema = Type.Object({\n\tid: Type.String(),\n\ttitle: Type.Optional(Type.String()),\n\tresumeSummary: Type.Optional(Type.String()),\n\tcreatedAt: Type.String(),\n\tupdatedAt: Type.String(),\n\tmessageCount: Type.Number(),\n\tfavorite: Type.Optional(Type.Boolean()),\n\ttags: Type.Optional(Type.Array(Type.String())),\n\tmessages: Type.Array(ComposerMessageSchema),\n\tpendingApprovalRequests: Type.Optional(\n\t\tType.Array(ComposerActionApprovalRequestSchema),\n\t),\n\tpendingClientToolRequests: Type.Optional(\n\t\tType.Array(ComposerPendingClientToolRequestSchema),\n\t),\n\tpendingToolRetryRequests: Type.Optional(\n\t\tType.Array(ComposerToolRetryRequestSchema),\n\t),\n\tpendingRequests: Type.Optional(Type.Array(ComposerPendingRequestSchema)),\n});\n\nexport const ComposerAgentEventSchema = Type.Union([\n\tType.Object({ type: Type.Literal(\"agent_start\") }),\n\tType.Object({\n\t\ttype: Type.Literal(\"agent_end\"),\n\t\tmessages: Type.Array(ComposerMessageSchema),\n\t\taborted: Type.Optional(Type.Boolean()),\n\t\tpartialAccepted: Type.Optional(ComposerMessageSchema),\n\t\tstopReason: Type.Optional(\n\t\t\tType.Union([\n\t\t\t\tType.Literal(\"stop\"),\n\t\t\t\tType.Literal(\"length\"),\n\t\t\t\tType.Literal(\"toolUse\"),\n\t\t\t\tType.Literal(\"error\"),\n\t\t\t\tType.Literal(\"aborted\"),\n\t\t\t]),\n\t\t),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"status\"),\n\t\tstatus: Type.String(),\n\t\tdetails: Type.Record(Type.String(), Type.Unknown()),\n\t}),\n\tType.Object({ type: Type.Literal(\"error\"), message: Type.String() }),\n\tType.Object({ type: Type.Literal(\"turn_start\") }),\n\tType.Object({\n\t\ttype: Type.Literal(\"turn_end\"),\n\t\tmessage: ComposerMessageSchema,\n\t\ttoolResults: Type.Array(ComposerMessageSchema),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"message_start\"),\n\t\tmessage: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"message_update\"),\n\t\tmessage: Type.Optional(ComposerMessageSchema),\n\t\tassistantMessageEvent: ComposerAssistantMessageEventSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"message_end\"),\n\t\tmessage: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_execution_start\"),\n\t\ttoolCallId: Type.String(),\n\t\ttoolName: Type.String(),\n\t\tdisplayName: Type.Optional(Type.String()),\n\t\tsummaryLabel: Type.Optional(Type.String()),\n\t\targs: Type.Record(Type.String(), Type.Unknown()),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_execution_update\"),\n\t\ttoolCallId: Type.String(),\n\t\ttoolName: Type.String(),\n\t\tdisplayName: Type.Optional(Type.String()),\n\t\tsummaryLabel: Type.Optional(Type.String()),\n\t\targs: Type.Record(Type.String(), Type.Unknown()),\n\t\tpartialResult: Type.Unknown(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_execution_end\"),\n\t\ttoolCallId: Type.String(),\n\t\ttoolName: Type.String(),\n\t\tdisplayName: Type.Optional(Type.String()),\n\t\tsummaryLabel: Type.Optional(Type.String()),\n\t\tresult: Type.Unknown(),\n\t\tisError: Type.Boolean(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_batch_summary\"),\n\t\tsummary: Type.String(),\n\t\tsummaryLabels: Type.Array(Type.String()),\n\t\ttoolCallIds: Type.Array(Type.String()),\n\t\ttoolNames: Type.Array(Type.String()),\n\t\tcallsSucceeded: Type.Number(),\n\t\tcallsFailed: Type.Number(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"action_approval_required\"),\n\t\trequest: ComposerActionApprovalRequestSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"action_approval_resolved\"),\n\t\trequest: ComposerActionApprovalRequestSchema,\n\t\tdecision: ComposerActionApprovalDecisionSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"client_tool_request\"),\n\t\ttoolCallId: Type.String(),\n\t\ttoolName: Type.String(),\n\t\targs: Type.Unknown(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_retry_required\"),\n\t\trequest: ComposerToolRetryRequestSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_retry_resolved\"),\n\t\trequest: ComposerToolRetryRequestSchema,\n\t\tdecision: ComposerToolRetryDecisionSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"compaction\"),\n\t\tsummary: Type.String(),\n\t\tfirstKeptEntryIndex: Type.Number(),\n\t\ttokensBefore: Type.Number(),\n\t\tauto: Type.Optional(Type.Boolean()),\n\t\tcustomInstructions: Type.Optional(Type.String()),\n\t\ttimestamp: Type.String(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"auto_retry_start\"),\n\t\tattempt: Type.Number(),\n\t\tmaxAttempts: Type.Number(),\n\t\tdelayMs: Type.Number(),\n\t\terrorMessage: Type.String(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"auto_retry_end\"),\n\t\tsuccess: Type.Boolean(),\n\t\tattempt: Type.Number(),\n\t\tfinalError: Type.Optional(Type.String()),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"session_update\"),\n\t\tsessionId: Type.String(),\n\t}),\n\tType.Object({ type: Type.Literal(\"heartbeat\") }),\n\tType.Object({ type: Type.Literal(\"aborted\") }),\n\tType.Object({ type: Type.Literal(\"done\") }),\n]);\n\nexport const ComposerSessionListResponseSchema = Type.Object({\n\tsessions: Type.Array(ComposerSessionSummarySchema),\n});\n\nexport const ComposerSessionUpdateEventSchema = Type.Object({\n\ttype: Type.Literal(\"session_update\"),\n\tsessionId: Type.String(),\n});\n\nexport const ComposerBackgroundTaskLimitBreachSchema = Type.Object({\n\tkind: Type.Union([Type.Literal(\"memory\"), Type.Literal(\"cpu\")]),\n\tlimit: Type.Number(),\n\tactual: Type.Number(),\n});\n\nexport const ComposerBackgroundTaskHistoryEntrySchema = Type.Object({\n\tevent: Type.Union([\n\t\tType.Literal(\"started\"),\n\t\tType.Literal(\"restarted\"),\n\t\tType.Literal(\"exited\"),\n\t\tType.Literal(\"failed\"),\n\t\tType.Literal(\"stopped\"),\n\t]),\n\ttaskId: Type.String(),\n\tstatus: Type.String(),\n\tcommand: Type.String(),\n\ttimestamp: Type.String(),\n\trestartAttempts: Type.Number(),\n\tfailureReason: Type.Optional(Type.String()),\n\tlimitBreach: Type.Optional(ComposerBackgroundTaskLimitBreachSchema),\n});\n\nexport const ComposerBackgroundTaskHealthEntrySchema = Type.Object({\n\tid: Type.String(),\n\tstatus: Type.String(),\n\tsummary: Type.String(),\n\tcommand: Type.String(),\n\trestarts: Type.Optional(Type.String()),\n\tissues: Type.Array(Type.String()),\n\tlastLogLine: Type.Optional(Type.String()),\n\tlogTruncated: Type.Optional(Type.Boolean()),\n\tdurationSeconds: Type.Number(),\n});\n\nexport const ComposerBackgroundTaskHealthSchema = Type.Object({\n\ttotal: Type.Number(),\n\trunning: Type.Number(),\n\trestarting: Type.Number(),\n\tfailed: Type.Number(),\n\tentries: Type.Array(ComposerBackgroundTaskHealthEntrySchema),\n\ttruncated: Type.Boolean(),\n\tnotificationsEnabled: Type.Boolean(),\n\tdetailsRedacted: Type.Boolean(),\n\thistory: Type.Array(ComposerBackgroundTaskHistoryEntrySchema),\n\thistoryTruncated: Type.Boolean(),\n});\n\nexport const ComposerGuardianTargetSchema = Type.Union([\n\tType.Literal(\"staged\"),\n\tType.Literal(\"all\"),\n]);\n\nexport const ComposerGuardianStatusSchema = Type.Union([\n\tType.Literal(\"passed\"),\n\tType.Literal(\"failed\"),\n\tType.Literal(\"skipped\"),\n\tType.Literal(\"error\"),\n]);\n\nexport const ComposerGuardianToolResultSchema = Type.Object({\n\ttool: Type.String(),\n\texitCode: Type.Number(),\n\tstdout: Type.String(),\n\tstderr: Type.String(),\n\tdurationMs: Type.Number(),\n\tskipped: Type.Optional(Type.Boolean()),\n\treason: Type.Optional(Type.String()),\n});\n\nexport const ComposerGuardianRunResultSchema = Type.Object({\n\tstatus: ComposerGuardianStatusSchema,\n\texitCode: Type.Number(),\n\tstartedAt: Type.Number(),\n\tdurationMs: Type.Number(),\n\ttarget: ComposerGuardianTargetSchema,\n\ttrigger: Type.Optional(Type.String()),\n\tfilesScanned: Type.Number(),\n\tfiles: Type.Optional(Type.Array(Type.String())),\n\tsummary: Type.String(),\n\tskipReason: Type.Optional(Type.String()),\n\ttoolResults: Type.Array(ComposerGuardianToolResultSchema),\n});\n\nexport const ComposerGuardianStateSchema = Type.Object({\n\tenabled: Type.Boolean(),\n\tlastRun: Type.Optional(ComposerGuardianRunResultSchema),\n});\n\nexport const ComposerGuardianStatusResponseSchema = Type.Object({\n\tenabled: Type.Boolean(),\n\tstate: ComposerGuardianStateSchema,\n});\n\nexport const ComposerGuardianRunResponseSchema =\n\tComposerGuardianRunResultSchema;\n\nexport const ComposerGuardianConfigRequestSchema = Type.Object({\n\tenabled: Type.Boolean(),\n});\n\nexport const ComposerGuardianConfigResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n\tenabled: Type.Boolean(),\n});\n\nexport const ComposerPlanModeStateSchema = Type.Object({\n\tactive: Type.Boolean(),\n\tfilePath: Type.String(),\n\tsessionId: Type.Optional(Type.String()),\n\tgitBranch: Type.Optional(Type.String()),\n\tgitCommitSha: Type.Optional(Type.String()),\n\tcreatedAt: Type.String(),\n\tupdatedAt: Type.String(),\n\tname: Type.Optional(Type.String()),\n});\n\nexport const ComposerPlanStatusResponseSchema = Type.Object({\n\tstate: Type.Union([ComposerPlanModeStateSchema, Type.Null()]),\n\tcontent: Type.Union([Type.String(), Type.Null()]),\n});\n\nexport const ComposerPlanEnterRequestSchema = Type.Object({\n\taction: Type.Literal(\"enter\"),\n\tname: Type.Optional(Type.String()),\n\tsessionId: Type.Optional(Type.String()),\n});\n\nexport const ComposerPlanExitRequestSchema = Type.Object({\n\taction: Type.Literal(\"exit\"),\n});\n\nexport const ComposerPlanUpdateRequestSchema = Type.Object({\n\taction: Type.Literal(\"update\"),\n\tcontent: Type.String(),\n});\n\nexport const ComposerPlanRequestSchema = Type.Union([\n\tComposerPlanEnterRequestSchema,\n\tComposerPlanExitRequestSchema,\n\tComposerPlanUpdateRequestSchema,\n]);\n\nexport const ComposerPlanActionResponseSchema = Type.Union([\n\tType.Object({\n\t\tsuccess: Type.Boolean(),\n\t\tstate: ComposerPlanModeStateSchema,\n\t}),\n\tType.Object({\n\t\tsuccess: Type.Boolean(),\n\t}),\n]);\n\nexport const ComposerBackgroundSettingsSchema = Type.Object({\n\tnotificationsEnabled: Type.Boolean(),\n\tstatusDetailsEnabled: Type.Boolean(),\n});\n\nexport const ComposerBackgroundStatusSnapshotSchema = Type.Object({\n\trunning: Type.Number(),\n\ttotal: Type.Number(),\n\tfailed: Type.Number(),\n\tdetailsRedacted: Type.Boolean(),\n});\n\nexport const ComposerBackgroundStatusResponseSchema = Type.Object({\n\tsettings: ComposerBackgroundSettingsSchema,\n\tsnapshot: Type.Union([ComposerBackgroundStatusSnapshotSchema, Type.Null()]),\n});\n\nexport const ComposerBackgroundHistoryEntrySchema = Type.Object({\n\ttimestamp: Type.String(),\n\tevent: Type.Union([\n\t\tType.Literal(\"started\"),\n\t\tType.Literal(\"restarted\"),\n\t\tType.Literal(\"exited\"),\n\t\tType.Literal(\"failed\"),\n\t\tType.Literal(\"stopped\"),\n\t]),\n\ttaskId: Type.String(),\n\tcommand: Type.String(),\n\tfailureReason: Type.Optional(Type.String()),\n\tlimitBreach: Type.Optional(ComposerBackgroundTaskLimitBreachSchema),\n});\n\nexport const ComposerBackgroundHistoryResponseSchema = Type.Object({\n\thistory: Type.Array(ComposerBackgroundHistoryEntrySchema),\n\ttruncated: Type.Boolean(),\n});\n\nexport const ComposerBackgroundPathResponseSchema = Type.Object({\n\tpath: Type.String(),\n\texists: Type.Boolean(),\n\toverridden: Type.Boolean(),\n});\n\nexport const ComposerBackgroundUpdateRequestSchema = Type.Object({\n\tenabled: Type.Boolean(),\n});\n\nexport const ComposerBackgroundUpdateResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n\tmessage: Type.String(),\n});\n\nexport const ComposerApprovalModeSchema = Type.Union([\n\tType.Literal(\"auto\"),\n\tType.Literal(\"prompt\"),\n\tType.Literal(\"fail\"),\n]);\n\nexport const ComposerApprovalsStatusResponseSchema = Type.Object({\n\tmode: ComposerApprovalModeSchema,\n\tavailableModes: Type.Array(ComposerApprovalModeSchema),\n});\n\nexport const ComposerApprovalsUpdateRequestSchema = Type.Object({\n\tmode: ComposerApprovalModeSchema,\n\tsessionId: Type.Optional(Type.String()),\n});\n\nexport const ComposerApprovalsUpdateResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n\tmode: ComposerApprovalModeSchema,\n\tmessage: Type.String(),\n});\n\nexport const ComposerFrameworkScopeSchema = Type.Union([\n\tType.Literal(\"user\"),\n\tType.Literal(\"workspace\"),\n]);\n\nexport const ComposerFrameworkStatusResponseSchema = Type.Object({\n\tframework: Type.String(),\n\tsource: Type.String(),\n\tlocked: Type.Boolean(),\n\tscope: ComposerFrameworkScopeSchema,\n});\n\nexport const ComposerFrameworkListEntrySchema = Type.Object({\n\tid: Type.String(),\n\tsummary: Type.String(),\n});\n\nexport const ComposerFrameworkListResponseSchema = Type.Object({\n\tframeworks: Type.Array(ComposerFrameworkListEntrySchema),\n});\n\nexport const ComposerFrameworkUpdateRequestSchema = Type.Object({\n\tframework: Type.Optional(Type.Union([Type.String(), Type.Null()])),\n\tscope: Type.Optional(ComposerFrameworkScopeSchema),\n});\n\nexport const ComposerFrameworkUpdateResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n\tmessage: Type.String(),\n\tframework: Type.Union([Type.String(), Type.Null()]),\n\tsummary: Type.Optional(Type.String()),\n\tscope: Type.Optional(ComposerFrameworkScopeSchema),\n});\n\nexport const ComposerChangeTypeSchema = Type.Union([\n\tType.Literal(\"create\"),\n\tType.Literal(\"modify\"),\n\tType.Literal(\"delete\"),\n]);\n\nexport const ComposerFileChangeSchema = Type.Object({\n\tid: Type.String(),\n\ttype: ComposerChangeTypeSchema,\n\tpath: Type.String(),\n\tbefore: Type.Union([Type.String(), Type.Null()]),\n\tafter: Type.Union([Type.String(), Type.Null()]),\n\ttoolName: Type.String(),\n\ttoolCallId: Type.String(),\n\ttimestamp: Type.Number(),\n\tisGitTracked: Type.Boolean(),\n\tmessageId: Type.Optional(Type.String()),\n});\n\nexport const ComposerUndoRestoreActionSchema = Type.Union([\n\tType.Literal(\"restore\"),\n\tType.Literal(\"delete\"),\n\tType.Literal(\"recreate\"),\n]);\n\nexport const ComposerUndoPreviewSchema = Type.Object({\n\tchanges: Type.Array(ComposerFileChangeSchema),\n\trestores: Type.Array(\n\t\tType.Object({\n\t\t\tpath: Type.String(),\n\t\t\taction: ComposerUndoRestoreActionSchema,\n\t\t}),\n\t),\n\tconflicts: Type.Array(\n\t\tType.Object({\n\t\t\tpath: Type.String(),\n\t\t\treason: Type.String(),\n\t\t}),\n\t),\n});\n\nexport const ComposerUndoCheckpointSchema = Type.Object({\n\tname: Type.String(),\n\tdescription: Type.Optional(Type.String()),\n\tchangeCount: Type.Number(),\n\ttimestamp: Type.Number(),\n});\n\nexport const ComposerUndoStatusResponseSchema = Type.Object({\n\ttotalChanges: Type.Number(),\n\tcanUndo: Type.Boolean(),\n\tcheckpoints: Type.Array(ComposerUndoCheckpointSchema),\n});\n\nexport const ComposerUndoHistoryEntrySchema = Type.Object({\n\tdescription: Type.String(),\n\tfileCount: Type.Number(),\n\ttimestamp: Type.Number(),\n});\n\nexport const ComposerUndoHistoryResponseSchema = Type.Object({\n\thistory: Type.Array(ComposerUndoHistoryEntrySchema),\n});\n\nexport const ComposerUndoRequestSchema = Type.Object({\n\taction: Type.Optional(\n\t\tType.Union([\n\t\t\tType.Literal(\"undo\"),\n\t\t\tType.Literal(\"checkpoint\"),\n\t\t\tType.Literal(\"restore\"),\n\t\t]),\n\t),\n\tcount: Type.Optional(Type.Number()),\n\tpreview: Type.Optional(Type.Boolean()),\n\tforce: Type.Optional(Type.Boolean()),\n\tname: Type.Optional(Type.String()),\n\tdescription: Type.Optional(Type.String()),\n});\n\nexport const ComposerUndoPreviewMessageSchema = Type.Object({\n\tmessage: Type.String(),\n\tfileCount: Type.Optional(Type.Number()),\n\tdescription: Type.Optional(Type.String()),\n});\n\nexport const ComposerUndoPreviewResponseSchema = Type.Object({\n\tpreview: Type.Union([\n\t\tComposerUndoPreviewSchema,\n\t\tComposerUndoPreviewMessageSchema,\n\t]),\n});\n\nexport const ComposerUndoCheckpointSaveResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n\tcheckpoint: Type.Object({\n\t\tname: Type.String(),\n\t\tchangeCount: Type.Number(),\n\t\ttimestamp: Type.Number(),\n\t}),\n});\n\nexport const ComposerUndoCheckpointListResponseSchema = Type.Object({\n\tcheckpoints: Type.Array(ComposerUndoCheckpointSchema),\n});\n\nexport const ComposerUndoOperationResponseSchema = Type.Union([\n\tType.Object({\n\t\tsuccess: Type.Boolean(),\n\t\tundone: Type.Number(),\n\t\terrors: Type.Array(Type.String()),\n\t}),\n\tType.Object({\n\t\tsuccess: Type.Boolean(),\n\t\tmessage: Type.String(),\n\t\tfiles: Type.Optional(Type.Array(Type.String())),\n\t}),\n\tType.Object({\n\t\tmessage: Type.String(),\n\t}),\n\tComposerUndoPreviewResponseSchema,\n\tComposerUndoCheckpointSaveResponseSchema,\n\tComposerUndoCheckpointListResponseSchema,\n]);\n\nexport const ComposerProjectOnboardingStepSchema = Type.Object({\n\tkey: Type.Union([Type.Literal(\"workspace\"), Type.Literal(\"instructions\")]),\n\ttext: Type.String(),\n\tisComplete: Type.Boolean(),\n\tisEnabled: Type.Boolean(),\n});\n\nexport const ComposerProjectOnboardingStateSchema = Type.Object({\n\tshouldShow: Type.Boolean(),\n\tcompleted: Type.Boolean(),\n\tseenCount: Type.Number(),\n\tsteps: Type.Array(ComposerProjectOnboardingStepSchema),\n});\n\nexport const ComposerStatusResponseSchema = Type.Object({\n\tcwd: Type.String(),\n\tgit: Type.Union([\n\t\tType.Object({\n\t\t\tbranch: Type.String(),\n\t\t\tstatus: Type.Object({\n\t\t\t\tmodified: Type.Number(),\n\t\t\t\tadded: Type.Number(),\n\t\t\t\tdeleted: Type.Number(),\n\t\t\t\tuntracked: Type.Number(),\n\t\t\t\ttotal: Type.Number(),\n\t\t\t}),\n\t\t}),\n\t\tType.Null(),\n\t]),\n\tcontext: Type.Object({\n\t\tagentMd: Type.Boolean(),\n\t\tclaudeMd: Type.Boolean(),\n\t}),\n\tonboarding: Type.Optional(ComposerProjectOnboardingStateSchema),\n\tserver: Type.Object({\n\t\tuptime: Type.Number(),\n\t\tversion: Type.String(),\n\t\tstaticCacheMaxAgeSeconds: Type.Optional(Type.Number()),\n\t}),\n\tdatabase: Type.Object({\n\t\tconfigured: Type.Boolean(),\n\t\tconnected: Type.Boolean(),\n\t}),\n\tbackgroundTasks: Type.Union([\n\t\tComposerBackgroundTaskHealthSchema,\n\t\tType.Null(),\n\t]),\n\thooks: Type.Object({\n\t\tasyncInFlight: Type.Number(),\n\t\tconcurrency: Type.Object({\n\t\t\tmax: Type.Number(),\n\t\t\tactive: Type.Number(),\n\t\t\tqueued: Type.Number(),\n\t\t}),\n\t}),\n\tlastUpdated: Type.Number(),\n\tlastLatencyMs: Type.Number(),\n});\n\nexport const ComposerUsageTokenTotalsSchema = Type.Object({\n\tinput: Type.Number(),\n\toutput: Type.Number(),\n\tcacheRead: Type.Number(),\n\tcacheWrite: Type.Number(),\n\ttotal: Type.Number(),\n});\n\nexport const ComposerUsageBreakdownSchema = Type.Object({\n\tcost: Type.Number(),\n\trequests: Type.Number(),\n\ttokens: Type.Number(),\n\ttokensDetailed: ComposerUsageTokenTotalsSchema,\n\tcalls: Type.Number(),\n\tcachedTokens: Type.Number(),\n});\n\nexport const ComposerUsageSummarySchema = Type.Object({\n\ttotalCost: Type.Number(),\n\ttotalRequests: Type.Number(),\n\ttotalTokens: Type.Number(),\n\ttokensDetailed: ComposerUsageTokenTotalsSchema,\n\ttotalTokensDetailed: ComposerUsageTokenTotalsSchema,\n\ttotalTokensBreakdown: ComposerUsageTokenTotalsSchema,\n\ttotalCachedTokens: Type.Number(),\n\tbyProvider: Type.Record(Type.String(), ComposerUsageBreakdownSchema),\n\tbyModel: Type.Record(Type.String(), ComposerUsageBreakdownSchema),\n});\n\nexport const ComposerUsageResponseSchema = Type.Object({\n\tsummary: ComposerUsageSummarySchema,\n\thasData: Type.Boolean(),\n});\n\nexport const ComposerErrorSeveritySchema = Type.Union([\n\tType.Literal(\"error\"),\n\tType.Literal(\"warning\"),\n\tType.Literal(\"info\"),\n]);\n\nexport const ComposerErrorCategorySchema = Type.Union([\n\tType.Literal(\"validation\"),\n\tType.Literal(\"permission\"),\n\tType.Literal(\"network\"),\n\tType.Literal(\"timeout\"),\n\tType.Literal(\"filesystem\"),\n\tType.Literal(\"tool\"),\n\tType.Literal(\"session\"),\n\tType.Literal(\"config\"),\n\tType.Literal(\"api\"),\n\tType.Literal(\"internal\"),\n]);\n\nexport const ComposerErrorPayloadSchema = Type.Object({\n\tcode: Type.String(),\n\tcategory: ComposerErrorCategorySchema,\n\tseverity: Type.Optional(ComposerErrorSeveritySchema),\n\tretriable: Type.Optional(Type.Boolean()),\n\tcontext: Type.Optional(Type.Record(Type.String(), Type.Unknown())),\n});\n\nexport const ComposerErrorResponseSchema = Type.Object({\n\terror: Type.String(),\n\tcode: Type.Optional(Type.String()),\n\tdetails: Type.Optional(\n\t\tType.Array(Type.Record(Type.String(), Type.Unknown())),\n\t),\n\tmaestro: Type.Optional(ComposerErrorPayloadSchema),\n});\n"]}
|
|
1
|
+
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../src/schemas.ts"],"names":[],"mappings":"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","sourcesContent":["import { Type } from \"@sinclair/typebox\";\n\nexport const ComposerRoleSchema = Type.Union([\n\tType.Literal(\"user\"),\n\tType.Literal(\"assistant\"),\n\tType.Literal(\"system\"),\n\tType.Literal(\"tool\"),\n]);\n\nexport const ComposerTextContentSchema = Type.Object({\n\ttype: Type.Literal(\"text\"),\n\ttext: Type.String(),\n\ttextSignature: Type.Optional(Type.String()),\n});\n\nexport const ComposerImageContentSchema = Type.Object({\n\ttype: Type.Literal(\"image\"),\n\tdata: Type.String(),\n\tmimeType: Type.String(),\n});\n\nexport const ComposerThinkingContentSchema = Type.Object({\n\ttype: Type.Literal(\"thinking\"),\n\tthinking: Type.String(),\n\tthinkingSignature: Type.Optional(Type.String()),\n});\n\nexport const ComposerToolCallContentSchema = Type.Object({\n\ttype: Type.Literal(\"toolCall\"),\n\tid: Type.String(),\n\tname: Type.String(),\n\targuments: Type.Record(Type.String(), Type.Unknown()),\n\tthoughtSignature: Type.Optional(Type.String()),\n});\n\nexport const ComposerContentBlockSchema = Type.Union([\n\tComposerTextContentSchema,\n\tComposerImageContentSchema,\n\tComposerThinkingContentSchema,\n\tComposerToolCallContentSchema,\n]);\n\nexport const ComposerThinkingLevelSchema = Type.Union([\n\tType.Literal(\"off\"),\n\tType.Literal(\"minimal\"),\n\tType.Literal(\"low\"),\n\tType.Literal(\"medium\"),\n\tType.Literal(\"high\"),\n]);\n\nexport const ComposerToolCallSchema = Type.Object({\n\tname: Type.String(),\n\tstatus: Type.Union([\n\t\tType.Literal(\"pending\"),\n\t\tType.Literal(\"running\"),\n\t\tType.Literal(\"completed\"),\n\t\tType.Literal(\"error\"),\n\t]),\n\targs: Type.Optional(Type.Record(Type.String(), Type.Unknown())),\n\tresult: Type.Optional(Type.Unknown()),\n\ttoolCallId: Type.Optional(Type.String()),\n});\n\nexport const ComposerAttachmentSchema = Type.Object({\n\tid: Type.String(),\n\ttype: Type.Union([Type.Literal(\"image\"), Type.Literal(\"document\")]),\n\tfileName: Type.String(),\n\tmimeType: Type.String(),\n\tsize: Type.Number(),\n\tcontent: Type.Optional(Type.String()),\n\tcontentOmitted: Type.Optional(Type.Boolean()),\n\textractedText: Type.Optional(Type.String()),\n\tpreview: Type.Optional(Type.String()),\n});\n\nexport const ComposerUsageCostSchema = Type.Object({\n\tinput: Type.Number(),\n\toutput: Type.Number(),\n\tcacheRead: Type.Optional(Type.Number()),\n\tcacheWrite: Type.Optional(Type.Number()),\n\ttotal: Type.Optional(Type.Number()),\n});\n\nexport const ComposerUsageSchema = Type.Object({\n\tinput: Type.Number(),\n\toutput: Type.Number(),\n\tcacheRead: Type.Optional(Type.Number()),\n\tcacheWrite: Type.Optional(Type.Number()),\n\tcost: Type.Optional(ComposerUsageCostSchema),\n});\n\nexport const ComposerMessageSchema = Type.Object({\n\trole: ComposerRoleSchema,\n\tcontent: Type.Union([Type.String(), Type.Array(ComposerContentBlockSchema)]),\n\tattachments: Type.Optional(Type.Array(ComposerAttachmentSchema)),\n\ttimestamp: Type.Optional(Type.String()),\n\tthinking: Type.Optional(Type.String()),\n\ttools: Type.Optional(Type.Array(ComposerToolCallSchema)),\n\ttoolName: Type.Optional(Type.String()),\n\tisError: Type.Optional(Type.Boolean()),\n\tusage: Type.Optional(ComposerUsageSchema),\n\tprovider: Type.Optional(Type.String()),\n\tapi: Type.Optional(Type.String()),\n\tmodel: Type.Optional(Type.String()),\n});\n\nexport const ComposerChatRequestSchema = Type.Object({\n\tmodel: Type.Optional(Type.String()),\n\tmessages: Type.Array(ComposerMessageSchema),\n\tthinkingLevel: Type.Optional(ComposerThinkingLevelSchema),\n\tsessionId: Type.Optional(Type.String()),\n\tstream: Type.Optional(Type.Boolean()),\n});\n\nexport const ComposerPromptSuggestionRequestSchema = Type.Object({\n\tmodel: Type.Optional(Type.String()),\n\tmessages: Type.Array(ComposerMessageSchema),\n\tsessionId: Type.Optional(Type.String()),\n});\n\nexport const ComposerPromptSuggestionResponseSchema = Type.Object({\n\tsuggestion: Type.Union([Type.String(), Type.Null()]),\n\tsuppressedReason: Type.Optional(Type.String()),\n\tmodel: Type.Optional(Type.String()),\n});\n\nexport const ComposerModelSetSchema = Type.Object({\n\tmodel: Type.String({ minLength: 1 }),\n});\n\nexport const ComposerModelCapabilitiesSchema = Type.Object({\n\tstreaming: Type.Optional(Type.Boolean()),\n\ttools: Type.Optional(Type.Boolean()),\n\tvision: Type.Optional(Type.Boolean()),\n\treasoning: Type.Optional(Type.Boolean()),\n});\n\nexport const ComposerModelSchema = Type.Object({\n\tid: Type.String(),\n\tprovider: Type.String(),\n\tname: Type.String(),\n\tapi: Type.Optional(Type.String()),\n\tcontextWindow: Type.Optional(Type.Number()),\n\tmaxOutputTokens: Type.Optional(Type.Number()),\n\tmaxTokens: Type.Optional(Type.Number()),\n\treasoning: Type.Optional(Type.Boolean()),\n\tcost: Type.Optional(ComposerUsageCostSchema),\n\tcapabilities: Type.Optional(ComposerModelCapabilitiesSchema),\n});\n\nexport const ComposerModelListResponseSchema = Type.Object({\n\tmodels: Type.Array(ComposerModelSchema),\n});\n\nexport const ComposerCommandArgSchema = Type.Object({\n\tname: Type.String(),\n\trequired: Type.Optional(Type.Boolean()),\n});\n\nexport const ComposerCommandSchema = Type.Object({\n\tname: Type.String(),\n\tdescription: Type.Optional(Type.String()),\n\tprompt: Type.String(),\n\targs: Type.Optional(Type.Array(ComposerCommandArgSchema)),\n});\n\nexport const ComposerCommandListResponseSchema = Type.Object({\n\tcommands: Type.Array(ComposerCommandSchema),\n});\n\nexport const ComposerCommandPrefsSchema = Type.Object({\n\tfavorites: Type.Array(Type.String()),\n\trecents: Type.Array(Type.String()),\n});\n\nexport const ComposerCommandPrefsUpdateSchema = Type.Object({\n\tfavorites: Type.Optional(Type.Array(Type.String())),\n\trecents: Type.Optional(Type.Array(Type.String())),\n});\n\nexport const ComposerCommandPrefsWriteResponseSchema = Type.Object({\n\tok: Type.Boolean(),\n});\n\nexport const ComposerConfigWriteRequestSchema = Type.Object({\n\tconfig: Type.Record(Type.String(), Type.Unknown()),\n});\n\nexport const ComposerConfigResponseSchema = Type.Object({\n\tconfig: Type.Record(Type.String(), Type.Unknown()),\n\tconfigPath: Type.String(),\n});\n\nexport const ComposerConfigWriteResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n});\n\nexport const ComposerFilesResponseSchema = Type.Object({\n\tfiles: Type.Array(Type.String()),\n});\n\nexport const ComposerSessionSummarySchema = Type.Object({\n\tid: Type.String(),\n\ttitle: Type.Optional(Type.String()),\n\tresumeSummary: Type.Optional(Type.String()),\n\tcreatedAt: Type.String(),\n\tupdatedAt: Type.String(),\n\tmessageCount: Type.Number(),\n\tfavorite: Type.Optional(Type.Boolean()),\n\ttags: Type.Optional(Type.Array(Type.String())),\n});\n\nexport const ComposerAssistantMessageEventSchema = Type.Union([\n\tType.Object({\n\t\ttype: Type.Literal(\"start\"),\n\t\tpartial: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"text_start\"),\n\t\tcontentIndex: Type.Number(),\n\t\tpartial: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"text_delta\"),\n\t\tcontentIndex: Type.Number(),\n\t\tdelta: Type.String(),\n\t\tpartial: Type.Optional(ComposerMessageSchema),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"text_end\"),\n\t\tcontentIndex: Type.Number(),\n\t\tcontent: Type.String(),\n\t\tpartial: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"thinking_start\"),\n\t\tcontentIndex: Type.Number(),\n\t\tpartial: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"thinking_delta\"),\n\t\tcontentIndex: Type.Number(),\n\t\tdelta: Type.String(),\n\t\tpartial: Type.Optional(ComposerMessageSchema),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"thinking_end\"),\n\t\tcontentIndex: Type.Number(),\n\t\tcontent: Type.String(),\n\t\tpartial: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"toolcall_start\"),\n\t\tcontentIndex: Type.Number(),\n\t\tpartial: Type.Optional(ComposerMessageSchema),\n\t\ttoolCallId: Type.Optional(Type.String()),\n\t\ttoolCallName: Type.Optional(Type.String()),\n\t\ttoolCallArgs: Type.Optional(Type.Record(Type.String(), Type.Unknown())),\n\t\ttoolCallArgsTruncated: Type.Optional(Type.Boolean()),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"toolcall_delta\"),\n\t\tcontentIndex: Type.Number(),\n\t\tdelta: Type.String(),\n\t\tpartial: Type.Optional(ComposerMessageSchema),\n\t\ttoolCallId: Type.Optional(Type.String()),\n\t\ttoolCallName: Type.Optional(Type.String()),\n\t\ttoolCallArgs: Type.Optional(Type.Record(Type.String(), Type.Unknown())),\n\t\ttoolCallArgsTruncated: Type.Optional(Type.Boolean()),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"toolcall_end\"),\n\t\tcontentIndex: Type.Number(),\n\t\ttoolCall: ComposerToolCallContentSchema,\n\t\tpartial: Type.Optional(ComposerMessageSchema),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"done\"),\n\t\treason: Type.Union([\n\t\t\tType.Literal(\"stop\"),\n\t\t\tType.Literal(\"length\"),\n\t\t\tType.Literal(\"toolUse\"),\n\t\t]),\n\t\tmessage: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"error\"),\n\t\treason: Type.Union([Type.Literal(\"aborted\"), Type.Literal(\"error\")]),\n\t\terror: ComposerMessageSchema,\n\t}),\n]);\n\nexport const ComposerPendingRequestPlatformRefSchema = Type.Object({\n\tsource: Type.Union([\n\t\tType.Literal(\"approvals_service\"),\n\t\tType.Literal(\"tool_execution\"),\n\t]),\n\ttoolExecutionId: Type.Optional(Type.String()),\n\tapprovalRequestId: Type.Optional(Type.String()),\n});\n\nexport const ComposerActionApprovalRequestSchema = Type.Object({\n\tid: Type.String(),\n\ttoolName: Type.String(),\n\tdisplayName: Type.Optional(Type.String()),\n\tsummaryLabel: Type.Optional(Type.String()),\n\tactionDescription: Type.Optional(Type.String()),\n\targs: Type.Unknown(),\n\treason: Type.String(),\n\tstartedAtMs: Type.Optional(Type.Number()),\n\tplatform: Type.Optional(ComposerPendingRequestPlatformRefSchema),\n});\n\nexport const ComposerActionApprovalDecisionSchema = Type.Object({\n\tapproved: Type.Boolean(),\n\treason: Type.Optional(Type.String()),\n\tresolvedBy: Type.Union([Type.Literal(\"policy\"), Type.Literal(\"user\")]),\n\tresolvedAtMs: Type.Optional(Type.Number()),\n});\n\nexport const ComposerPendingClientToolRequestSchema = Type.Object({\n\ttoolCallId: Type.String(),\n\ttoolName: Type.String(),\n\targs: Type.Unknown(),\n\tkind: Type.Optional(\n\t\tType.Union([\n\t\t\tType.Literal(\"client_tool\"),\n\t\t\tType.Literal(\"mcp_elicitation\"),\n\t\t\tType.Literal(\"user_input\"),\n\t\t]),\n\t),\n\treason: Type.Optional(Type.String()),\n});\n\nexport const ComposerPendingRequestSchema = Type.Object({\n\tid: Type.String(),\n\tkind: Type.Union([\n\t\tType.Literal(\"approval\"),\n\t\tType.Literal(\"client_tool\"),\n\t\tType.Literal(\"mcp_elicitation\"),\n\t\tType.Literal(\"user_input\"),\n\t\tType.Literal(\"tool_retry\"),\n\t]),\n\tstatus: Type.Literal(\"pending\"),\n\tvisibility: Type.Literal(\"user\"),\n\tsessionId: Type.Optional(Type.String()),\n\ttoolCallId: Type.String(),\n\ttoolName: Type.String(),\n\tdisplayName: Type.Optional(Type.String()),\n\tsummaryLabel: Type.Optional(Type.String()),\n\tactionDescription: Type.Optional(Type.String()),\n\targs: Type.Unknown(),\n\treason: Type.String(),\n\tcreatedAt: Type.String(),\n\texpiresAt: Type.Optional(Type.String()),\n\tsource: Type.Union([Type.Literal(\"local\"), Type.Literal(\"platform\")]),\n\tplatform: Type.Optional(ComposerPendingRequestPlatformRefSchema),\n});\n\nexport const ComposerPendingRequestResolutionSchema = Type.Union([\n\tType.Literal(\"approved\"),\n\tType.Literal(\"denied\"),\n\tType.Literal(\"completed\"),\n\tType.Literal(\"failed\"),\n\tType.Literal(\"answered\"),\n\tType.Literal(\"retried\"),\n\tType.Literal(\"skipped\"),\n\tType.Literal(\"aborted\"),\n\tType.Literal(\"cancelled\"),\n]);\n\nexport const ComposerPendingRequestPlatformOperationSchema = Type.Union([\n\tType.Literal(\"ResolveApproval\"),\n\tType.Literal(\"ResumeToolExecution\"),\n\tType.Literal(\"ResumeRun\"),\n]);\n\nexport const ComposerClientToolResultContentSchema = Type.Union([\n\tComposerTextContentSchema,\n\tComposerImageContentSchema,\n]);\n\nexport const ComposerPendingRequestResumeRequestSchema = Type.Object({\n\tkind: Type.Optional(\n\t\tType.Union([\n\t\t\tType.Literal(\"approval\"),\n\t\t\tType.Literal(\"client_tool\"),\n\t\t\tType.Literal(\"mcp_elicitation\"),\n\t\t\tType.Literal(\"user_input\"),\n\t\t\tType.Literal(\"tool_retry\"),\n\t\t]),\n\t),\n\tsessionId: Type.Optional(Type.String()),\n\tdecision: Type.Optional(\n\t\tType.Union([Type.Literal(\"approved\"), Type.Literal(\"denied\")]),\n\t),\n\taction: Type.Optional(\n\t\tType.Union([\n\t\t\tType.Literal(\"retry\"),\n\t\t\tType.Literal(\"skip\"),\n\t\t\tType.Literal(\"abort\"),\n\t\t]),\n\t),\n\tcontent: Type.Optional(Type.Array(ComposerClientToolResultContentSchema)),\n\tisError: Type.Optional(Type.Boolean()),\n\treason: Type.Optional(Type.String()),\n});\n\nexport const ComposerPendingRequestResumeResponseSchema = Type.Object({\n\tsuccess: Type.Literal(true),\n\trequest: Type.Object({\n\t\tid: Type.String(),\n\t\tkind: Type.Union([\n\t\t\tType.Literal(\"approval\"),\n\t\t\tType.Literal(\"client_tool\"),\n\t\t\tType.Literal(\"mcp_elicitation\"),\n\t\t\tType.Literal(\"user_input\"),\n\t\t\tType.Literal(\"tool_retry\"),\n\t\t]),\n\t\tsessionId: Type.Optional(Type.String()),\n\t\tresolution: ComposerPendingRequestResolutionSchema,\n\t\tsource: Type.Union([Type.Literal(\"local\"), Type.Literal(\"platform\")]),\n\t\tplatform: Type.Optional(ComposerPendingRequestPlatformRefSchema),\n\t\tplatformOperation: Type.Optional(\n\t\t\tComposerPendingRequestPlatformOperationSchema,\n\t\t),\n\t}),\n});\n\nexport const ComposerRunTimelineVisibilitySchema = Type.Union([\n\tType.Literal(\"user\"),\n\tType.Literal(\"admin\"),\n\tType.Literal(\"audit\"),\n]);\n\nexport const ComposerRunTimelineSourceSchema = Type.Union([\n\tType.Literal(\"local\"),\n\tType.Literal(\"platform\"),\n]);\n\nexport const ComposerRunTimelineEventTypeSchema = Type.Union([\n\tType.Literal(\"session.started\"),\n\tType.Literal(\"session.updated\"),\n\tType.Literal(\"message.user\"),\n\tType.Literal(\"message.assistant\"),\n\tType.Literal(\"tool.requested\"),\n\tType.Literal(\"tool.completed\"),\n\tType.Literal(\"tool.failed\"),\n\tType.Literal(\"file.changed\"),\n\tType.Literal(\"diagnostic.delta\"),\n\tType.Literal(\"artifact.linked\"),\n\tType.Literal(\"policy.decision\"),\n\tType.Literal(\"wait.pending\"),\n\tType.Literal(\"agent.run.started\"),\n\tType.Literal(\"agent.run.completed\"),\n\tType.Literal(\"agent.run.failed\"),\n\tType.Literal(\"compaction.created\"),\n\tType.Literal(\"branch.created\"),\n\tType.Literal(\"model.changed\"),\n\tType.Literal(\"thinking.changed\"),\n\tType.Literal(\"runtime.recovery\"),\n\tType.Literal(\"runtime.finished\"),\n\tType.Literal(\"custom.event\"),\n]);\n\nexport const ComposerRunTimelineStatusSchema = Type.Union([\n\tType.Literal(\"pending\"),\n\tType.Literal(\"running\"),\n\tType.Literal(\"completed\"),\n\tType.Literal(\"failed\"),\n\tType.Literal(\"approved\"),\n\tType.Literal(\"denied\"),\n\tType.Literal(\"info\"),\n]);\n\nexport const ComposerRunTimelineItemSchema = Type.Object({\n\tid: Type.String(),\n\tsessionId: Type.String(),\n\ttimestamp: Type.String(),\n\ttype: ComposerRunTimelineEventTypeSchema,\n\ttitle: Type.String(),\n\tvisibility: ComposerRunTimelineVisibilitySchema,\n\tsource: ComposerRunTimelineSourceSchema,\n\tstatus: Type.Optional(ComposerRunTimelineStatusSchema),\n\tsummary: Type.Optional(Type.String()),\n\trole: Type.Optional(ComposerRoleSchema),\n\ttoolCallId: Type.Optional(Type.String()),\n\ttoolName: Type.Optional(Type.String()),\n\tpendingRequestId: Type.Optional(Type.String()),\n\tpendingRequestKind: Type.Optional(\n\t\tType.Union([\n\t\t\tType.Literal(\"approval\"),\n\t\t\tType.Literal(\"client_tool\"),\n\t\t\tType.Literal(\"mcp_elicitation\"),\n\t\t\tType.Literal(\"user_input\"),\n\t\t\tType.Literal(\"tool_retry\"),\n\t\t]),\n\t),\n\tapprovalRequestId: Type.Optional(Type.String()),\n\ttoolExecutionId: Type.Optional(Type.String()),\n\tartifactId: Type.Optional(Type.String()),\n\tagentRunId: Type.Optional(Type.String()),\n\tparentAgentRunId: Type.Optional(Type.String()),\n\tchildAgentRunId: Type.Optional(Type.String()),\n\tremoteRunnerSessionId: Type.Optional(Type.String()),\n\tplatform: Type.Optional(ComposerPendingRequestPlatformRefSchema),\n\tplatformOperation: Type.Optional(\n\t\tComposerPendingRequestPlatformOperationSchema,\n\t),\n\tmetadata: Type.Optional(Type.Record(Type.String(), Type.Unknown())),\n});\n\nexport const ComposerRunTimelineResponseSchema = Type.Object({\n\tsessionId: Type.String(),\n\tsource: ComposerRunTimelineSourceSchema,\n\tgeneratedAt: Type.String(),\n\tplatformBacked: Type.Boolean(),\n\tpendingRequestCount: Type.Number(),\n\titems: Type.Array(ComposerRunTimelineItemSchema),\n});\n\nexport const ComposerToolRetryRequestSchema = Type.Object({\n\tid: Type.String(),\n\ttoolCallId: Type.String(),\n\ttoolName: Type.String(),\n\targs: Type.Unknown(),\n\terrorMessage: Type.String(),\n\tattempt: Type.Number(),\n\tmaxAttempts: Type.Optional(Type.Number()),\n\tsummary: Type.Optional(Type.String()),\n});\n\nexport const ComposerToolRetryDecisionSchema = Type.Object({\n\taction: Type.Union([\n\t\tType.Literal(\"retry\"),\n\t\tType.Literal(\"skip\"),\n\t\tType.Literal(\"abort\"),\n\t]),\n\treason: Type.Optional(Type.String()),\n\tresolvedBy: Type.Union([\n\t\tType.Literal(\"policy\"),\n\t\tType.Literal(\"user\"),\n\t\tType.Literal(\"runtime\"),\n\t]),\n});\n\nexport const ComposerSessionMessagesViewSchema = Type.Union([\n\tType.Literal(\"full\"),\n\tType.Literal(\"summary\"),\n\tType.Literal(\"notLoaded\"),\n]);\n\nexport const ComposerSessionSchema = Type.Object({\n\tid: Type.String(),\n\ttitle: Type.Optional(Type.String()),\n\tresumeSummary: Type.Optional(Type.String()),\n\tcreatedAt: Type.String(),\n\tupdatedAt: Type.String(),\n\tmessageCount: Type.Number(),\n\tfavorite: Type.Optional(Type.Boolean()),\n\ttags: Type.Optional(Type.Array(Type.String())),\n\tmessagesView: Type.Optional(ComposerSessionMessagesViewSchema),\n\tmessages: Type.Array(ComposerMessageSchema),\n\tpendingApprovalRequests: Type.Optional(\n\t\tType.Array(ComposerActionApprovalRequestSchema),\n\t),\n\tpendingClientToolRequests: Type.Optional(\n\t\tType.Array(ComposerPendingClientToolRequestSchema),\n\t),\n\tpendingToolRetryRequests: Type.Optional(\n\t\tType.Array(ComposerToolRetryRequestSchema),\n\t),\n\tpendingRequests: Type.Optional(Type.Array(ComposerPendingRequestSchema)),\n});\n\nexport const ComposerAgentEventSchema = Type.Union([\n\tType.Object({ type: Type.Literal(\"agent_start\") }),\n\tType.Object({\n\t\ttype: Type.Literal(\"agent_end\"),\n\t\tmessages: Type.Array(ComposerMessageSchema),\n\t\taborted: Type.Optional(Type.Boolean()),\n\t\tpartialAccepted: Type.Optional(ComposerMessageSchema),\n\t\tstopReason: Type.Optional(\n\t\t\tType.Union([\n\t\t\t\tType.Literal(\"stop\"),\n\t\t\t\tType.Literal(\"length\"),\n\t\t\t\tType.Literal(\"toolUse\"),\n\t\t\t\tType.Literal(\"error\"),\n\t\t\t\tType.Literal(\"aborted\"),\n\t\t\t]),\n\t\t),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"status\"),\n\t\tstatus: Type.String(),\n\t\tdetails: Type.Record(Type.String(), Type.Unknown()),\n\t}),\n\tType.Object({ type: Type.Literal(\"error\"), message: Type.String() }),\n\tType.Object({ type: Type.Literal(\"turn_start\") }),\n\tType.Object({\n\t\ttype: Type.Literal(\"turn_end\"),\n\t\tmessage: ComposerMessageSchema,\n\t\ttoolResults: Type.Array(ComposerMessageSchema),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"message_start\"),\n\t\tmessage: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"message_update\"),\n\t\tmessage: Type.Optional(ComposerMessageSchema),\n\t\tassistantMessageEvent: ComposerAssistantMessageEventSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"message_end\"),\n\t\tmessage: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_execution_start\"),\n\t\ttoolCallId: Type.String(),\n\t\ttoolName: Type.String(),\n\t\tdisplayName: Type.Optional(Type.String()),\n\t\tsummaryLabel: Type.Optional(Type.String()),\n\t\targs: Type.Record(Type.String(), Type.Unknown()),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_execution_update\"),\n\t\ttoolCallId: Type.String(),\n\t\ttoolName: Type.String(),\n\t\tdisplayName: Type.Optional(Type.String()),\n\t\tsummaryLabel: Type.Optional(Type.String()),\n\t\targs: Type.Record(Type.String(), Type.Unknown()),\n\t\tpartialResult: Type.Unknown(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_execution_end\"),\n\t\ttoolCallId: Type.String(),\n\t\ttoolName: Type.String(),\n\t\tdisplayName: Type.Optional(Type.String()),\n\t\tsummaryLabel: Type.Optional(Type.String()),\n\t\tresult: Type.Unknown(),\n\t\tisError: Type.Boolean(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_batch_summary\"),\n\t\tsummary: Type.String(),\n\t\tsummaryLabels: Type.Array(Type.String()),\n\t\ttoolCallIds: Type.Array(Type.String()),\n\t\ttoolNames: Type.Array(Type.String()),\n\t\tcallsSucceeded: Type.Number(),\n\t\tcallsFailed: Type.Number(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"action_approval_required\"),\n\t\trequest: ComposerActionApprovalRequestSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"action_approval_resolved\"),\n\t\trequest: ComposerActionApprovalRequestSchema,\n\t\tdecision: ComposerActionApprovalDecisionSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"client_tool_request\"),\n\t\ttoolCallId: Type.String(),\n\t\ttoolName: Type.String(),\n\t\targs: Type.Unknown(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_retry_required\"),\n\t\trequest: ComposerToolRetryRequestSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_retry_resolved\"),\n\t\trequest: ComposerToolRetryRequestSchema,\n\t\tdecision: ComposerToolRetryDecisionSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"compaction\"),\n\t\tsummary: Type.String(),\n\t\tfirstKeptEntryIndex: Type.Number(),\n\t\ttokensBefore: Type.Number(),\n\t\tauto: Type.Optional(Type.Boolean()),\n\t\tcustomInstructions: Type.Optional(Type.String()),\n\t\ttimestamp: Type.String(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"auto_retry_start\"),\n\t\tattempt: Type.Number(),\n\t\tmaxAttempts: Type.Number(),\n\t\tdelayMs: Type.Number(),\n\t\terrorMessage: Type.String(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"auto_retry_end\"),\n\t\tsuccess: Type.Boolean(),\n\t\tattempt: Type.Number(),\n\t\tfinalError: Type.Optional(Type.String()),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"session_update\"),\n\t\tsessionId: Type.String(),\n\t}),\n\tType.Object({ type: Type.Literal(\"heartbeat\") }),\n\tType.Object({ type: Type.Literal(\"aborted\") }),\n\tType.Object({ type: Type.Literal(\"done\") }),\n]);\n\nexport const ComposerSessionListResponseSchema = Type.Object({\n\tsessions: Type.Array(ComposerSessionSummarySchema),\n});\n\nexport const ComposerSessionUpdateEventSchema = Type.Object({\n\ttype: Type.Literal(\"session_update\"),\n\tsessionId: Type.String(),\n});\n\nexport const ComposerBackgroundTaskLimitBreachSchema = Type.Object({\n\tkind: Type.Union([Type.Literal(\"memory\"), Type.Literal(\"cpu\")]),\n\tlimit: Type.Number(),\n\tactual: Type.Number(),\n});\n\nexport const ComposerBackgroundTaskHistoryEntrySchema = Type.Object({\n\tevent: Type.Union([\n\t\tType.Literal(\"started\"),\n\t\tType.Literal(\"restarted\"),\n\t\tType.Literal(\"exited\"),\n\t\tType.Literal(\"failed\"),\n\t\tType.Literal(\"stopped\"),\n\t]),\n\ttaskId: Type.String(),\n\tstatus: Type.String(),\n\tcommand: Type.String(),\n\ttimestamp: Type.String(),\n\trestartAttempts: Type.Number(),\n\tfailureReason: Type.Optional(Type.String()),\n\tlimitBreach: Type.Optional(ComposerBackgroundTaskLimitBreachSchema),\n});\n\nexport const ComposerBackgroundTaskHealthEntrySchema = Type.Object({\n\tid: Type.String(),\n\tstatus: Type.String(),\n\tsummary: Type.String(),\n\tcommand: Type.String(),\n\trestarts: Type.Optional(Type.String()),\n\tissues: Type.Array(Type.String()),\n\tlastLogLine: Type.Optional(Type.String()),\n\tlogTruncated: Type.Optional(Type.Boolean()),\n\tdurationSeconds: Type.Number(),\n});\n\nexport const ComposerBackgroundTaskHealthSchema = Type.Object({\n\ttotal: Type.Number(),\n\trunning: Type.Number(),\n\trestarting: Type.Number(),\n\tfailed: Type.Number(),\n\tentries: Type.Array(ComposerBackgroundTaskHealthEntrySchema),\n\ttruncated: Type.Boolean(),\n\tnotificationsEnabled: Type.Boolean(),\n\tdetailsRedacted: Type.Boolean(),\n\thistory: Type.Array(ComposerBackgroundTaskHistoryEntrySchema),\n\thistoryTruncated: Type.Boolean(),\n});\n\nexport const ComposerGuardianTargetSchema = Type.Union([\n\tType.Literal(\"staged\"),\n\tType.Literal(\"all\"),\n]);\n\nexport const ComposerGuardianStatusSchema = Type.Union([\n\tType.Literal(\"passed\"),\n\tType.Literal(\"failed\"),\n\tType.Literal(\"skipped\"),\n\tType.Literal(\"error\"),\n]);\n\nexport const ComposerGuardianToolResultSchema = Type.Object({\n\ttool: Type.String(),\n\texitCode: Type.Number(),\n\tstdout: Type.String(),\n\tstderr: Type.String(),\n\tdurationMs: Type.Number(),\n\tskipped: Type.Optional(Type.Boolean()),\n\treason: Type.Optional(Type.String()),\n});\n\nexport const ComposerGuardianRunResultSchema = Type.Object({\n\tstatus: ComposerGuardianStatusSchema,\n\texitCode: Type.Number(),\n\tstartedAt: Type.Number(),\n\tdurationMs: Type.Number(),\n\ttarget: ComposerGuardianTargetSchema,\n\ttrigger: Type.Optional(Type.String()),\n\tfilesScanned: Type.Number(),\n\tfiles: Type.Optional(Type.Array(Type.String())),\n\tsummary: Type.String(),\n\tskipReason: Type.Optional(Type.String()),\n\ttoolResults: Type.Array(ComposerGuardianToolResultSchema),\n});\n\nexport const ComposerGuardianStateSchema = Type.Object({\n\tenabled: Type.Boolean(),\n\tlastRun: Type.Optional(ComposerGuardianRunResultSchema),\n});\n\nexport const ComposerGuardianStatusResponseSchema = Type.Object({\n\tenabled: Type.Boolean(),\n\tstate: ComposerGuardianStateSchema,\n});\n\nexport const ComposerGuardianRunResponseSchema =\n\tComposerGuardianRunResultSchema;\n\nexport const ComposerGuardianConfigRequestSchema = Type.Object({\n\tenabled: Type.Boolean(),\n});\n\nexport const ComposerGuardianConfigResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n\tenabled: Type.Boolean(),\n});\n\nexport const ComposerPlanModeStateSchema = Type.Object({\n\tactive: Type.Boolean(),\n\tfilePath: Type.String(),\n\tsessionId: Type.Optional(Type.String()),\n\tgitBranch: Type.Optional(Type.String()),\n\tgitCommitSha: Type.Optional(Type.String()),\n\tcreatedAt: Type.String(),\n\tupdatedAt: Type.String(),\n\tname: Type.Optional(Type.String()),\n});\n\nexport const ComposerPlanStatusResponseSchema = Type.Object({\n\tstate: Type.Union([ComposerPlanModeStateSchema, Type.Null()]),\n\tcontent: Type.Union([Type.String(), Type.Null()]),\n});\n\nexport const ComposerPlanEnterRequestSchema = Type.Object({\n\taction: Type.Literal(\"enter\"),\n\tname: Type.Optional(Type.String()),\n\tsessionId: Type.Optional(Type.String()),\n});\n\nexport const ComposerPlanExitRequestSchema = Type.Object({\n\taction: Type.Literal(\"exit\"),\n});\n\nexport const ComposerPlanUpdateRequestSchema = Type.Object({\n\taction: Type.Literal(\"update\"),\n\tcontent: Type.String(),\n});\n\nexport const ComposerPlanRequestSchema = Type.Union([\n\tComposerPlanEnterRequestSchema,\n\tComposerPlanExitRequestSchema,\n\tComposerPlanUpdateRequestSchema,\n]);\n\nexport const ComposerPlanActionResponseSchema = Type.Union([\n\tType.Object({\n\t\tsuccess: Type.Boolean(),\n\t\tstate: ComposerPlanModeStateSchema,\n\t}),\n\tType.Object({\n\t\tsuccess: Type.Boolean(),\n\t}),\n]);\n\nexport const ComposerBackgroundSettingsSchema = Type.Object({\n\tnotificationsEnabled: Type.Boolean(),\n\tstatusDetailsEnabled: Type.Boolean(),\n});\n\nexport const ComposerBackgroundStatusSnapshotSchema = Type.Object({\n\trunning: Type.Number(),\n\ttotal: Type.Number(),\n\tfailed: Type.Number(),\n\tdetailsRedacted: Type.Boolean(),\n});\n\nexport const ComposerBackgroundStatusResponseSchema = Type.Object({\n\tsettings: ComposerBackgroundSettingsSchema,\n\tsnapshot: Type.Union([ComposerBackgroundStatusSnapshotSchema, Type.Null()]),\n});\n\nexport const ComposerBackgroundHistoryEntrySchema = Type.Object({\n\ttimestamp: Type.String(),\n\tevent: Type.Union([\n\t\tType.Literal(\"started\"),\n\t\tType.Literal(\"restarted\"),\n\t\tType.Literal(\"exited\"),\n\t\tType.Literal(\"failed\"),\n\t\tType.Literal(\"stopped\"),\n\t]),\n\ttaskId: Type.String(),\n\tcommand: Type.String(),\n\tfailureReason: Type.Optional(Type.String()),\n\tlimitBreach: Type.Optional(ComposerBackgroundTaskLimitBreachSchema),\n});\n\nexport const ComposerBackgroundHistoryResponseSchema = Type.Object({\n\thistory: Type.Array(ComposerBackgroundHistoryEntrySchema),\n\ttruncated: Type.Boolean(),\n});\n\nexport const ComposerBackgroundPathResponseSchema = Type.Object({\n\tpath: Type.String(),\n\texists: Type.Boolean(),\n\toverridden: Type.Boolean(),\n});\n\nexport const ComposerBackgroundUpdateRequestSchema = Type.Object({\n\tenabled: Type.Boolean(),\n});\n\nexport const ComposerBackgroundUpdateResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n\tmessage: Type.String(),\n});\n\nexport const ComposerApprovalModeSchema = Type.Union([\n\tType.Literal(\"auto\"),\n\tType.Literal(\"prompt\"),\n\tType.Literal(\"fail\"),\n]);\n\nexport const ComposerApprovalsStatusResponseSchema = Type.Object({\n\tmode: ComposerApprovalModeSchema,\n\tavailableModes: Type.Array(ComposerApprovalModeSchema),\n});\n\nexport const ComposerApprovalsUpdateRequestSchema = Type.Object({\n\tmode: ComposerApprovalModeSchema,\n\tsessionId: Type.Optional(Type.String()),\n});\n\nexport const ComposerApprovalsUpdateResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n\tmode: ComposerApprovalModeSchema,\n\tmessage: Type.String(),\n});\n\nexport const ComposerFrameworkScopeSchema = Type.Union([\n\tType.Literal(\"user\"),\n\tType.Literal(\"workspace\"),\n]);\n\nexport const ComposerFrameworkStatusResponseSchema = Type.Object({\n\tframework: Type.String(),\n\tsource: Type.String(),\n\tlocked: Type.Boolean(),\n\tscope: ComposerFrameworkScopeSchema,\n});\n\nexport const ComposerFrameworkListEntrySchema = Type.Object({\n\tid: Type.String(),\n\tsummary: Type.String(),\n});\n\nexport const ComposerFrameworkListResponseSchema = Type.Object({\n\tframeworks: Type.Array(ComposerFrameworkListEntrySchema),\n});\n\nexport const ComposerFrameworkUpdateRequestSchema = Type.Object({\n\tframework: Type.Optional(Type.Union([Type.String(), Type.Null()])),\n\tscope: Type.Optional(ComposerFrameworkScopeSchema),\n});\n\nexport const ComposerFrameworkUpdateResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n\tmessage: Type.String(),\n\tframework: Type.Union([Type.String(), Type.Null()]),\n\tsummary: Type.Optional(Type.String()),\n\tscope: Type.Optional(ComposerFrameworkScopeSchema),\n});\n\nexport const ComposerChangeTypeSchema = Type.Union([\n\tType.Literal(\"create\"),\n\tType.Literal(\"modify\"),\n\tType.Literal(\"delete\"),\n]);\n\nexport const ComposerFileChangeSchema = Type.Object({\n\tid: Type.String(),\n\ttype: ComposerChangeTypeSchema,\n\tpath: Type.String(),\n\tbefore: Type.Union([Type.String(), Type.Null()]),\n\tafter: Type.Union([Type.String(), Type.Null()]),\n\ttoolName: Type.String(),\n\ttoolCallId: Type.String(),\n\ttimestamp: Type.Number(),\n\tisGitTracked: Type.Boolean(),\n\tmessageId: Type.Optional(Type.String()),\n});\n\nexport const ComposerUndoRestoreActionSchema = Type.Union([\n\tType.Literal(\"restore\"),\n\tType.Literal(\"delete\"),\n\tType.Literal(\"recreate\"),\n]);\n\nexport const ComposerUndoPreviewSchema = Type.Object({\n\tchanges: Type.Array(ComposerFileChangeSchema),\n\trestores: Type.Array(\n\t\tType.Object({\n\t\t\tpath: Type.String(),\n\t\t\taction: ComposerUndoRestoreActionSchema,\n\t\t}),\n\t),\n\tconflicts: Type.Array(\n\t\tType.Object({\n\t\t\tpath: Type.String(),\n\t\t\treason: Type.String(),\n\t\t}),\n\t),\n});\n\nexport const ComposerUndoCheckpointSchema = Type.Object({\n\tname: Type.String(),\n\tdescription: Type.Optional(Type.String()),\n\tchangeCount: Type.Number(),\n\ttimestamp: Type.Number(),\n});\n\nexport const ComposerUndoStatusResponseSchema = Type.Object({\n\ttotalChanges: Type.Number(),\n\tcanUndo: Type.Boolean(),\n\tcheckpoints: Type.Array(ComposerUndoCheckpointSchema),\n});\n\nexport const ComposerUndoHistoryEntrySchema = Type.Object({\n\tdescription: Type.String(),\n\tfileCount: Type.Number(),\n\ttimestamp: Type.Number(),\n});\n\nexport const ComposerUndoHistoryResponseSchema = Type.Object({\n\thistory: Type.Array(ComposerUndoHistoryEntrySchema),\n});\n\nexport const ComposerUndoRequestSchema = Type.Object({\n\taction: Type.Optional(\n\t\tType.Union([\n\t\t\tType.Literal(\"undo\"),\n\t\t\tType.Literal(\"checkpoint\"),\n\t\t\tType.Literal(\"restore\"),\n\t\t]),\n\t),\n\tcount: Type.Optional(Type.Number()),\n\tpreview: Type.Optional(Type.Boolean()),\n\tforce: Type.Optional(Type.Boolean()),\n\tname: Type.Optional(Type.String()),\n\tdescription: Type.Optional(Type.String()),\n});\n\nexport const ComposerUndoPreviewMessageSchema = Type.Object({\n\tmessage: Type.String(),\n\tfileCount: Type.Optional(Type.Number()),\n\tdescription: Type.Optional(Type.String()),\n});\n\nexport const ComposerUndoPreviewResponseSchema = Type.Object({\n\tpreview: Type.Union([\n\t\tComposerUndoPreviewSchema,\n\t\tComposerUndoPreviewMessageSchema,\n\t]),\n});\n\nexport const ComposerUndoCheckpointSaveResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n\tcheckpoint: Type.Object({\n\t\tname: Type.String(),\n\t\tchangeCount: Type.Number(),\n\t\ttimestamp: Type.Number(),\n\t}),\n});\n\nexport const ComposerUndoCheckpointListResponseSchema = Type.Object({\n\tcheckpoints: Type.Array(ComposerUndoCheckpointSchema),\n});\n\nexport const ComposerUndoOperationResponseSchema = Type.Union([\n\tType.Object({\n\t\tsuccess: Type.Boolean(),\n\t\tundone: Type.Number(),\n\t\terrors: Type.Array(Type.String()),\n\t}),\n\tType.Object({\n\t\tsuccess: Type.Boolean(),\n\t\tmessage: Type.String(),\n\t\tfiles: Type.Optional(Type.Array(Type.String())),\n\t}),\n\tType.Object({\n\t\tmessage: Type.String(),\n\t}),\n\tComposerUndoPreviewResponseSchema,\n\tComposerUndoCheckpointSaveResponseSchema,\n\tComposerUndoCheckpointListResponseSchema,\n]);\n\nexport const ComposerProjectOnboardingStepSchema = Type.Object({\n\tkey: Type.Union([Type.Literal(\"workspace\"), Type.Literal(\"instructions\")]),\n\ttext: Type.String(),\n\tisComplete: Type.Boolean(),\n\tisEnabled: Type.Boolean(),\n});\n\nexport const ComposerProjectOnboardingStateSchema = Type.Object({\n\tshouldShow: Type.Boolean(),\n\tcompleted: Type.Boolean(),\n\tseenCount: Type.Number(),\n\tsteps: Type.Array(ComposerProjectOnboardingStepSchema),\n});\n\nexport const ComposerStatusResponseSchema = Type.Object({\n\tcwd: Type.String(),\n\tgit: Type.Union([\n\t\tType.Object({\n\t\t\tbranch: Type.String(),\n\t\t\tstatus: Type.Object({\n\t\t\t\tmodified: Type.Number(),\n\t\t\t\tadded: Type.Number(),\n\t\t\t\tdeleted: Type.Number(),\n\t\t\t\tuntracked: Type.Number(),\n\t\t\t\ttotal: Type.Number(),\n\t\t\t}),\n\t\t}),\n\t\tType.Null(),\n\t]),\n\tcontext: Type.Object({\n\t\tagentMd: Type.Boolean(),\n\t\tclaudeMd: Type.Boolean(),\n\t}),\n\tonboarding: Type.Optional(ComposerProjectOnboardingStateSchema),\n\tserver: Type.Object({\n\t\tuptime: Type.Number(),\n\t\tversion: Type.String(),\n\t\tstaticCacheMaxAgeSeconds: Type.Optional(Type.Number()),\n\t}),\n\tdatabase: Type.Object({\n\t\tconfigured: Type.Boolean(),\n\t\tconnected: Type.Boolean(),\n\t}),\n\tbackgroundTasks: Type.Union([\n\t\tComposerBackgroundTaskHealthSchema,\n\t\tType.Null(),\n\t]),\n\thooks: Type.Object({\n\t\tasyncInFlight: Type.Number(),\n\t\tconcurrency: Type.Object({\n\t\t\tmax: Type.Number(),\n\t\t\tactive: Type.Number(),\n\t\t\tqueued: Type.Number(),\n\t\t}),\n\t}),\n\tlastUpdated: Type.Number(),\n\tlastLatencyMs: Type.Number(),\n});\n\nexport const ComposerUsageTokenTotalsSchema = Type.Object({\n\tinput: Type.Number(),\n\toutput: Type.Number(),\n\tcacheRead: Type.Number(),\n\tcacheWrite: Type.Number(),\n\ttotal: Type.Number(),\n});\n\nexport const ComposerUsageBreakdownSchema = Type.Object({\n\tcost: Type.Number(),\n\trequests: Type.Number(),\n\ttokens: Type.Number(),\n\ttokensDetailed: ComposerUsageTokenTotalsSchema,\n\tcalls: Type.Number(),\n\tcachedTokens: Type.Number(),\n});\n\nexport const ComposerUsageSummarySchema = Type.Object({\n\ttotalCost: Type.Number(),\n\ttotalRequests: Type.Number(),\n\ttotalTokens: Type.Number(),\n\ttokensDetailed: ComposerUsageTokenTotalsSchema,\n\ttotalTokensDetailed: ComposerUsageTokenTotalsSchema,\n\ttotalTokensBreakdown: ComposerUsageTokenTotalsSchema,\n\ttotalCachedTokens: Type.Number(),\n\tbyProvider: Type.Record(Type.String(), ComposerUsageBreakdownSchema),\n\tbyModel: Type.Record(Type.String(), ComposerUsageBreakdownSchema),\n});\n\nexport const ComposerUsageResponseSchema = Type.Object({\n\tsummary: ComposerUsageSummarySchema,\n\thasData: Type.Boolean(),\n});\n\nexport const ComposerErrorSeveritySchema = Type.Union([\n\tType.Literal(\"error\"),\n\tType.Literal(\"warning\"),\n\tType.Literal(\"info\"),\n]);\n\nexport const ComposerErrorCategorySchema = Type.Union([\n\tType.Literal(\"validation\"),\n\tType.Literal(\"permission\"),\n\tType.Literal(\"network\"),\n\tType.Literal(\"timeout\"),\n\tType.Literal(\"filesystem\"),\n\tType.Literal(\"tool\"),\n\tType.Literal(\"session\"),\n\tType.Literal(\"config\"),\n\tType.Literal(\"api\"),\n\tType.Literal(\"internal\"),\n]);\n\nexport const ComposerErrorPayloadSchema = Type.Object({\n\tcode: Type.String(),\n\tcategory: ComposerErrorCategorySchema,\n\tseverity: Type.Optional(ComposerErrorSeveritySchema),\n\tretriable: Type.Optional(Type.Boolean()),\n\tcontext: Type.Optional(Type.Record(Type.String(), Type.Unknown())),\n});\n\nexport const ComposerErrorResponseSchema = Type.Object({\n\terror: Type.String(),\n\tcode: Type.Optional(Type.String()),\n\tdetails: Type.Optional(\n\t\tType.Array(Type.Record(Type.String(), Type.Unknown())),\n\t),\n\tmaestro: Type.Optional(ComposerErrorPayloadSchema),\n});\n"]}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evalops/maestro",
|
|
3
3
|
"description": "Maestro by EvalOps - Deterministic coding agent with TUI/CLI and Web UI for AI-assisted development",
|
|
4
|
-
"version": "0.10.
|
|
4
|
+
"version": "0.10.20",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"workspaces": [
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"scripts": {
|
|
24
24
|
"clean": "node ./scripts/clean-paths.js dist ./tmp/tsbuildinfo/composer.tsbuildinfo",
|
|
25
25
|
"prepare": "husky",
|
|
26
|
+
"postinstall": "node -e \"const fs=require('node:fs');const cp=require('node:child_process');if(!fs.existsSync('./scripts/ensure-deps.js')||!fs.existsSync('./packages/contracts/package.json'))process.exit(0);const r=cp.spawnSync(process.execPath,['./scripts/ensure-deps.js','--no-install'],{stdio:'inherit'});process.exit(r.status??1);\"",
|
|
26
27
|
"install:local": "node ./scripts/install-client.js",
|
|
27
28
|
"prebuild": "node ./scripts/ensure-deps.js && node ./scripts/session-wire-format-codegen.mjs && node ./scripts/headless-protocol-codegen.mjs && bun run generate:headless-proto:buf",
|
|
28
29
|
"build": "node ./scripts/ensure-dir.js ./tmp/tsbuildinfo && tsc -b tsconfig.build.json --force && bun build ./src/cli.ts --target node --packages external --external tree-sitter --external tree-sitter-bash --outfile dist/cli.js && node ./scripts/bundle-runtime-deps.mjs && node ./scripts/copy-themes.js && node ./scripts/copy-db-migrations.js",
|
|
@@ -33,19 +34,40 @@
|
|
|
33
34
|
"test:watch": "node ./scripts/run-vitest.js --watch",
|
|
34
35
|
"test:fast": "VITEST_FAST=1 node ./scripts/run-vitest.js --run",
|
|
35
36
|
"lint": "biome check . && npm run lint:evals",
|
|
37
|
+
"setup:worktree": "node scripts/setup-worktree.mjs",
|
|
36
38
|
"check:headless-proto:generated": "node scripts/check-headless-proto-generated.mjs",
|
|
37
39
|
"verify:headless-proto:sync": "node scripts/verify-headless-proto-sync.mjs",
|
|
38
40
|
"lint:headless-proto": "buf lint && bun run verify:headless-proto:sync && bun run check:headless-proto:generated",
|
|
39
|
-
"
|
|
41
|
+
"check:drift-surfaces": "node scripts/check-drift-prone-surfaces.mjs",
|
|
42
|
+
"check:staged-rollout": "node scripts/check-staged-rollout.mjs",
|
|
43
|
+
"check:context-manifest": "tsx scripts/check-context-manifest-contract.ts",
|
|
44
|
+
"check:session-wire-contract": "tsx scripts/check-session-wire-contract.ts",
|
|
45
|
+
"check:session-replay-fixtures": "tsx scripts/check-session-replay-fixtures.ts",
|
|
46
|
+
"check:agent-trajectory-fixtures": "tsx scripts/check-agent-trajectory-fixtures.ts",
|
|
47
|
+
"check:agent-trajectory-replay-fixtures": "tsx scripts/check-agent-trajectory-replay-fixtures.ts",
|
|
48
|
+
"check:agent-trajectory-score-fixtures": "tsx scripts/check-agent-trajectory-score-fixtures.ts",
|
|
49
|
+
"check:agent-trajectory-inspection-fixtures": "tsx scripts/check-agent-trajectory-inspection-fixtures.ts",
|
|
50
|
+
"check:agent-trajectory-scenario-fixtures": "tsx scripts/check-agent-trajectory-scenario-fixtures.ts",
|
|
51
|
+
"check:slack-contract-lab-scenarios": "tsx scripts/check-slack-contract-lab-scenarios.ts",
|
|
52
|
+
"check:scripted-scenario-fixtures": "tsx scripts/check-scripted-scenario-fixtures.ts",
|
|
53
|
+
"check:evidence-integrity": "tsx scripts/check-evidence-integrity.ts",
|
|
54
|
+
"check:scenario-replay-gate": "node scripts/run-scenario-replay-gate.mjs",
|
|
55
|
+
"check:codex-parity": "node scripts/check-codex-parity-conformance.mjs",
|
|
56
|
+
"check:codex-operating-layer": "node scripts/check-codex-operating-layer-conformance.mjs",
|
|
57
|
+
"lint:evals": "bun run lint:headless-proto && node scripts/ensure-deps.js --no-install --workspace @evalops/contracts && node scripts/verify-evals.js && node scripts/verify-tool-versions.js && node scripts/validate-system-paths.js && node scripts/validate-package-boundaries.js && node scripts/validate-public-package-deps.js && node scripts/check-public-surface-boundary.mjs && npm run check:context-manifest && npm run check:session-wire-contract && npm run check:evidence-integrity && npm run check:session-replay-fixtures && npm run check:agent-trajectory-fixtures && npm run check:agent-trajectory-replay-fixtures && npm run check:agent-trajectory-score-fixtures && npm run check:agent-trajectory-inspection-fixtures && npm run check:agent-trajectory-scenario-fixtures && npm run check:slack-contract-lab-scenarios && npm run check:scripted-scenario-fixtures && node scripts/session-wire-format-codegen.mjs --check && node scripts/headless-protocol-codegen.mjs --check && npm run check:drift-surfaces && npm run check:staged-rollout && npm run check:codex-parity && npm run check:codex-operating-layer && npm run developer-surface:check",
|
|
40
58
|
"platform:sdk-smoke": "tsx scripts/check-platform-sdk-contract.ts",
|
|
41
59
|
"platform:agentruntime-e2e": "tsx scripts/smoke-platform-agentruntime-lifecycle.ts",
|
|
42
60
|
"platform:timeline-e2e": "tsx scripts/smoke-platform-timeline-e2e.ts",
|
|
61
|
+
"platform:a2a-delegation-live": "tsx scripts/smoke-platform-a2a-delegation-live.ts",
|
|
62
|
+
"platform:a2a-evidence-verify": "tsx scripts/verify-platform-a2a-live-evidence.ts",
|
|
43
63
|
"developer-surface:check": "node scripts/check-developer-surface.mjs",
|
|
44
64
|
"format": "biome format .",
|
|
45
65
|
"check": "npm run lint && npm run check --workspaces --if-present && tsc -p tsconfig.build.json --noEmit",
|
|
46
66
|
"evals": "npm run build && node scripts/run-evals.js",
|
|
67
|
+
"evals:skill-package": "bunx tsx scripts/evals/run-skill-package-evals.ts",
|
|
47
68
|
"evals:pipeline-tool-integration": "bun run build && bunx tsx scripts/evals/run-pipeline-tool-integration-evals.ts",
|
|
48
69
|
"evals:shared-memory-integration": "bun run build && bunx tsx scripts/evals/run-shared-memory-integration-evals.ts",
|
|
70
|
+
"evals:platform-fermata-scenario-suite": "bun run build && bunx tsx scripts/evals/run-platform-fermata-scenario-suite.ts",
|
|
49
71
|
"evals:openrouter-live-smoke": "bun run build && bunx tsx scripts/evals/run-openrouter-live-smoke.ts",
|
|
50
72
|
"evals:openrouter-approvals-judge": "bun run build && bunx tsx scripts/evals/run-openrouter-approvals-judge-evals.ts",
|
|
51
73
|
"evals:openrouter-tool-surface-judge": "bun run build && bunx tsx scripts/evals/run-openrouter-tool-surface-judge-evals.ts",
|
|
@@ -65,6 +87,7 @@
|
|
|
65
87
|
"web": "node dist/web-server.js",
|
|
66
88
|
"web:rust-control": "packages/control-plane-rs/target/release/maestro-control-plane",
|
|
67
89
|
"web:dev": "node ./scripts/ensure-deps.js --workspace @evalops/contracts && concurrently --names \"server,ui\" --prefix-colors \"blue,green\" \"tsx --watch src/web-server.ts\" \"bun run dev:web\"",
|
|
90
|
+
"web:dev:local": "MAESTRO_WEB_REQUIRE_KEY=0 MAESTRO_WEB_REQUIRE_REDIS=0 MAESTRO_WEB_ORIGIN=http://localhost:3000 npm run web:dev",
|
|
68
91
|
"bun:lint": "bunx biome check . && bun run lint:evals",
|
|
69
92
|
"bun:test": "node ./scripts/run-vitest.js --run",
|
|
70
93
|
"bun:test:fast": "VITEST_FAST=1 node ./scripts/run-vitest.js --run",
|
|
@@ -78,11 +101,22 @@
|
|
|
78
101
|
"verify-build:packages": "VERIFY_PACKAGES=1 bun scripts/verify-build.ts",
|
|
79
102
|
"release:check": "node scripts/release-readiness.js release",
|
|
80
103
|
"release:check:ci": "node scripts/release-readiness.js ci",
|
|
81
|
-
"
|
|
104
|
+
"ci:plan": "node scripts/plan-ci-checks.mjs",
|
|
105
|
+
"pr:ready": "node scripts/pr-ready-to-merge.mjs",
|
|
106
|
+
"pr:feedback": "node scripts/pr-feedback-audit.mjs",
|
|
107
|
+
"verify:runtime-deps": "node scripts/check-runtime-deps.js && node scripts/check-docker-runtime-workspaces.mjs && node scripts/check-packed-bundled-workspaces.mjs",
|
|
82
108
|
"tui": "npm run cli",
|
|
83
109
|
"verify": "npm run format && npm run lint && npm run test && npm run build && npm run smoke && npm run telemetry:report",
|
|
84
110
|
"smoke": "node scripts/smoke-cli.js",
|
|
111
|
+
"smoke:local-e2e": "node scripts/smoke-cli.js",
|
|
112
|
+
"smoke:codex-app-server-live": "node scripts/smoke-codex-app-server-live.mjs",
|
|
85
113
|
"smoke:event-bus": "tsx scripts/smoke-maestro-event-bus.ts",
|
|
114
|
+
"smoke:a2a-local": "tsx scripts/smoke-maestro-a2a-local.ts",
|
|
115
|
+
"smoke:a2a-input-required": "tsx scripts/smoke-maestro-a2a-input-required.ts",
|
|
116
|
+
"smoke:a2a-tmux": "bash scripts/smoke-maestro-a2a-tmux.sh",
|
|
117
|
+
"a2a": "tsx src/cli.ts a2a",
|
|
118
|
+
"a2a:codex-bridge": "python3 scripts/codex-a2a-bridge.py",
|
|
119
|
+
"a2a:peer": "tsx src/cli.ts a2a",
|
|
86
120
|
"smoke:headless": "node scripts/smoke-headless.js",
|
|
87
121
|
"headless:responsiveness": "node scripts/headless-responsiveness-harness.js",
|
|
88
122
|
"smoke:pack": "node scripts/smoke-packed-cli.js",
|
|
@@ -127,14 +161,13 @@
|
|
|
127
161
|
"@aws-sdk/client-bedrock-runtime": "^3.1020.0",
|
|
128
162
|
"@crosscopy/clipboard": "^0.2.8",
|
|
129
163
|
"@daytonaio/sdk": "^0.155.0",
|
|
130
|
-
"@evalops/contracts": "^0.10.17",
|
|
131
|
-
"@evalops/tui": "^0.10.17",
|
|
132
164
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
133
165
|
"@opentelemetry/api": "^1.9.1",
|
|
134
|
-
"@opentelemetry/auto-instrumentations-node": "^0.
|
|
166
|
+
"@opentelemetry/auto-instrumentations-node": "^0.75.0",
|
|
135
167
|
"@opentelemetry/resources": "^2.6.1",
|
|
136
|
-
"@opentelemetry/sdk-node": "0.
|
|
168
|
+
"@opentelemetry/sdk-node": "0.217.0",
|
|
137
169
|
"@opentelemetry/semantic-conventions": "^1.40.0",
|
|
170
|
+
"@sentry/node": "^10.53.1",
|
|
138
171
|
"@sinclair/typebox": "^0.34.49",
|
|
139
172
|
"ajv": "^8.18.0",
|
|
140
173
|
"ajv-formats": "^3.0.1",
|
|
@@ -245,6 +278,7 @@
|
|
|
245
278
|
"packageManager": "bun@1.3.6",
|
|
246
279
|
"trustedDependencies": [
|
|
247
280
|
"electron",
|
|
281
|
+
"tree-sitter",
|
|
248
282
|
"tree-sitter-bash"
|
|
249
283
|
]
|
|
250
284
|
}
|