qlogicagent 2.13.5 → 2.13.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +303 -304
- package/dist/index.js +1268 -15
- package/dist/permissions.js +1 -1
- package/dist/pet-contracts.js +1 -1
- package/dist/types/cli/community-skill-installer.d.ts +2 -0
- package/dist/types/cli/handlers/community-handler.d.ts +6 -0
- package/dist/types/cli/runtime-dependency-catalog.d.ts +38 -12
- package/dist/types/cli/skills-query-service.d.ts +4 -0
- package/dist/types/config/cn-mirror.d.ts +23 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/protocol/methods.d.ts +27 -3
- package/dist/types/runtime/community/community-consent-client.d.ts +58 -1
- package/dist/types/runtime/community/community-telemetry-types.d.ts +1 -1
- package/dist/types/runtime/community/package-materialize.d.ts +19 -0
- package/dist/types/runtime/community/ranged-download.d.ts +15 -0
- package/dist/types/runtime/community/registry-signature.d.ts +41 -0
- package/dist/types/runtime/infra/llmrouter-catalog.d.ts +3 -3
- package/dist/types/runtime/infra/model-registry.d.ts +17 -2
- package/dist/types/runtime/pet/pet-community-assets.d.ts +14 -1
- package/package.json +110 -110
- package/dist/agent/agent.d.ts +0 -48
- package/dist/agent/agent.js +0 -197
- package/dist/agent/memory-recall-context.d.ts +0 -18
- package/dist/agent/memory-recall-context.js +0 -139
- package/dist/agent/memory-recall-context.test.d.ts +0 -1
- package/dist/agent/memory-recall-context.test.js +0 -58
- package/dist/agent/memory-recall-injection.d.ts +0 -34
- package/dist/agent/memory-recall-injection.js +0 -66
- package/dist/agent/runtime-vars.d.ts +0 -48
- package/dist/agent/runtime-vars.js +0 -54
- package/dist/agent/tool-access.d.ts +0 -1
- package/dist/agent/tool-access.js +0 -1
- package/dist/agent/tool-loop/artifact-events.d.ts +0 -17
- package/dist/agent/tool-loop/artifact-events.js +0 -75
- package/dist/agent/tool-loop/budget-continuation-policy.d.ts +0 -22
- package/dist/agent/tool-loop/budget-continuation-policy.js +0 -44
- package/dist/agent/tool-loop/completion-action-policy.d.ts +0 -19
- package/dist/agent/tool-loop/completion-action-policy.js +0 -68
- package/dist/agent/tool-loop/completion-action-policy.test.d.ts +0 -1
- package/dist/agent/tool-loop/completion-action-policy.test.js +0 -77
- package/dist/agent/tool-loop/completion-stop-policy.d.ts +0 -19
- package/dist/agent/tool-loop/completion-stop-policy.js +0 -31
- package/dist/agent/tool-loop/compression-pipeline.d.ts +0 -44
- package/dist/agent/tool-loop/compression-pipeline.js +0 -68
- package/dist/agent/tool-loop/loop-helpers.d.ts +0 -15
- package/dist/agent/tool-loop/loop-helpers.js +0 -86
- package/dist/agent/tool-loop/recovery-helpers.d.ts +0 -18
- package/dist/agent/tool-loop/recovery-helpers.js +0 -42
- package/dist/agent/tool-loop/single-round.d.ts +0 -2
- package/dist/agent/tool-loop/single-round.js +0 -43
- package/dist/agent/tool-loop/skill-instruction-policy.d.ts +0 -7
- package/dist/agent/tool-loop/skill-instruction-policy.js +0 -18
- package/dist/agent/tool-loop/stream-error-recovery.d.ts +0 -59
- package/dist/agent/tool-loop/stream-error-recovery.js +0 -93
- package/dist/agent/tool-loop/tool-failure-policy.d.ts +0 -22
- package/dist/agent/tool-loop/tool-failure-policy.js +0 -46
- package/dist/agent/tool-loop/tool-result-events.d.ts +0 -11
- package/dist/agent/tool-loop/tool-result-events.js +0 -59
- package/dist/agent/tool-loop/tool-result-events.test.d.ts +0 -1
- package/dist/agent/tool-loop/tool-result-events.test.js +0 -30
- package/dist/agent/tool-loop.contract.test.d.ts +0 -1
- package/dist/agent/tool-loop.contract.test.js +0 -254
- package/dist/agent/tool-loop.d.ts +0 -121
- package/dist/agent/tool-loop.js +0 -1017
- package/dist/agent/tool-loop.policy-architecture.test.d.ts +0 -1
- package/dist/agent/tool-loop.policy-architecture.test.js +0 -21
- package/dist/agent/tool-loop.states.test.d.ts +0 -1
- package/dist/agent/tool-loop.states.test.js +0 -211
- package/dist/agent/tunable-defaults.d.ts +0 -1
- package/dist/agent/tunable-defaults.js +0 -1
- package/dist/agent/types.d.ts +0 -311
- package/dist/agent/types.js +0 -8
- package/dist/cli/acp-commands.d.ts +0 -32
- package/dist/cli/acp-commands.js +0 -145
- package/dist/cli/acp-commands.test.d.ts +0 -1
- package/dist/cli/acp-commands.test.js +0 -89
- package/dist/cli/acp-extended-handlers.d.ts +0 -69
- package/dist/cli/acp-extended-handlers.js +0 -484
- package/dist/cli/acp-extended-handlers.product-confirm.test.d.ts +0 -1
- package/dist/cli/acp-extended-handlers.product-confirm.test.js +0 -56
- package/dist/cli/acp-extended-handlers.product-project.test.d.ts +0 -1
- package/dist/cli/acp-extended-handlers.product-project.test.js +0 -66
- package/dist/cli/acp-extended-handlers.solo-project.test.d.ts +0 -1
- package/dist/cli/acp-extended-handlers.solo-project.test.js +0 -51
- package/dist/cli/acp-extended-handlers.specchat.test.d.ts +0 -1
- package/dist/cli/acp-extended-handlers.specchat.test.js +0 -62
- package/dist/cli/acp-extended-handlers.workflowchat.test.d.ts +0 -1
- package/dist/cli/acp-extended-handlers.workflowchat.test.js +0 -49
- package/dist/cli/acp-extended-host-adapter.d.ts +0 -29
- package/dist/cli/acp-extended-host-adapter.js +0 -40
- package/dist/cli/acp-extended-host-adapter.test.d.ts +0 -1
- package/dist/cli/acp-extended-host-adapter.test.js +0 -63
- package/dist/cli/acp-message-router.d.ts +0 -8
- package/dist/cli/acp-message-router.js +0 -40
- package/dist/cli/acp-message-router.test.d.ts +0 -1
- package/dist/cli/acp-message-router.test.js +0 -30
- package/dist/cli/acp-session-handlers.d.ts +0 -41
- package/dist/cli/acp-session-handlers.js +0 -304
- package/dist/cli/acp-session-handlers.test.d.ts +0 -1
- package/dist/cli/acp-session-handlers.test.js +0 -346
- package/dist/cli/acp-session-host.d.ts +0 -48
- package/dist/cli/acp-session-host.js +0 -1
- package/dist/cli/agent-config-coordinator.d.ts +0 -16
- package/dist/cli/agent-config-coordinator.js +0 -56
- package/dist/cli/agent-config-coordinator.test.d.ts +0 -1
- package/dist/cli/agent-config-coordinator.test.js +0 -51
- package/dist/cli/agent-config-runtime.d.ts +0 -11
- package/dist/cli/agent-config-runtime.js +0 -4
- package/dist/cli/agent-runner-factory.d.ts +0 -2
- package/dist/cli/agent-runner-factory.js +0 -11
- package/dist/cli/agent-runtime-bootstrap.d.ts +0 -67
- package/dist/cli/agent-runtime-bootstrap.js +0 -104
- package/dist/cli/agent-runtime-ports-adapter.d.ts +0 -2
- package/dist/cli/agent-runtime-ports-adapter.js +0 -22
- package/dist/cli/agent-runtime-session-state.d.ts +0 -24
- package/dist/cli/agent-runtime-session-state.js +0 -51
- package/dist/cli/agent-status-notifier.d.ts +0 -11
- package/dist/cli/agent-status-notifier.js +0 -26
- package/dist/cli/agent-status-notifier.test.d.ts +0 -1
- package/dist/cli/agent-status-notifier.test.js +0 -33
- package/dist/cli/base-tool-bootstrap.d.ts +0 -16
- package/dist/cli/base-tool-bootstrap.js +0 -20
- package/dist/cli/cli-acp-request-handler.d.ts +0 -11
- package/dist/cli/cli-acp-request-handler.js +0 -61
- package/dist/cli/cli-acp-request-handler.test.d.ts +0 -1
- package/dist/cli/cli-acp-request-handler.test.js +0 -58
- package/dist/cli/cli-agent-builder.d.ts +0 -35
- package/dist/cli/cli-agent-builder.js +0 -33
- package/dist/cli/community-resource-installer.d.ts +0 -30
- package/dist/cli/community-resource-installer.js +0 -66
- package/dist/cli/community-resource-installer.test.d.ts +0 -1
- package/dist/cli/community-resource-installer.test.js +0 -175
- package/dist/cli/community-skill-installer.d.ts +0 -12
- package/dist/cli/community-skill-installer.js +0 -220
- package/dist/cli/community-skill-installer.test.d.ts +0 -1
- package/dist/cli/community-skill-installer.test.js +0 -179
- package/dist/cli/community-workflow-installer.d.ts +0 -29
- package/dist/cli/community-workflow-installer.js +0 -69
- package/dist/cli/conversation-context.d.ts +0 -30
- package/dist/cli/conversation-context.js +0 -69
- package/dist/cli/conversation-context.test.d.ts +0 -1
- package/dist/cli/conversation-context.test.js +0 -61
- package/dist/cli/core-tool-coordinator.d.ts +0 -41
- package/dist/cli/core-tool-coordinator.js +0 -55
- package/dist/cli/core-tools/agent-tool-bootstrap.d.ts +0 -12
- package/dist/cli/core-tools/agent-tool-bootstrap.js +0 -5
- package/dist/cli/core-tools/agent-tool-service.background.test.d.ts +0 -1
- package/dist/cli/core-tools/agent-tool-service.background.test.js +0 -212
- package/dist/cli/core-tools/agent-tool-service.d.ts +0 -36
- package/dist/cli/core-tools/agent-tool-service.js +0 -152
- package/dist/cli/core-tools/checkpoint-tool-bootstrap.d.ts +0 -9
- package/dist/cli/core-tools/checkpoint-tool-bootstrap.js +0 -8
- package/dist/cli/core-tools/checkpoint-tool-service.d.ts +0 -7
- package/dist/cli/core-tools/checkpoint-tool-service.js +0 -5
- package/dist/cli/core-tools/config-tool-bootstrap.d.ts +0 -5
- package/dist/cli/core-tools/config-tool-bootstrap.js +0 -5
- package/dist/cli/core-tools/config-tool-service.d.ts +0 -11
- package/dist/cli/core-tools/config-tool-service.js +0 -86
- package/dist/cli/core-tools/config-tool-service.test.d.ts +0 -1
- package/dist/cli/core-tools/config-tool-service.test.js +0 -69
- package/dist/cli/core-tools/cron-tool-bootstrap.d.ts +0 -8
- package/dist/cli/core-tools/cron-tool-bootstrap.js +0 -8
- package/dist/cli/core-tools/cron-workflow-service.d.ts +0 -7
- package/dist/cli/core-tools/cron-workflow-service.js +0 -206
- package/dist/cli/core-tools/cron-workflow-service.test.d.ts +0 -1
- package/dist/cli/core-tools/cron-workflow-service.test.js +0 -78
- package/dist/cli/core-tools/fork-system-prompt.d.ts +0 -45
- package/dist/cli/core-tools/fork-system-prompt.js +0 -66
- package/dist/cli/core-tools/fork-system-prompt.test.d.ts +0 -1
- package/dist/cli/core-tools/fork-system-prompt.test.js +0 -77
- package/dist/cli/core-tools/monitor-tool-bootstrap.d.ts +0 -7
- package/dist/cli/core-tools/monitor-tool-bootstrap.js +0 -8
- package/dist/cli/core-tools/monitor-tool-service.d.ts +0 -6
- package/dist/cli/core-tools/monitor-tool-service.js +0 -74
- package/dist/cli/core-tools/registry.d.ts +0 -8
- package/dist/cli/core-tools/registry.js +0 -60
- package/dist/cli/core-tools/session-tool-manifest.d.ts +0 -12
- package/dist/cli/core-tools/session-tool-manifest.js +0 -19
- package/dist/cli/core-tools/team-registry.d.ts +0 -62
- package/dist/cli/core-tools/team-registry.js +0 -85
- package/dist/cli/core-tools/team-registry.test.d.ts +0 -1
- package/dist/cli/core-tools/team-registry.test.js +0 -79
- package/dist/cli/core-tools/team-tool-bootstrap.d.ts +0 -11
- package/dist/cli/core-tools/team-tool-bootstrap.js +0 -8
- package/dist/cli/core-tools/team-tool-service.d.ts +0 -43
- package/dist/cli/core-tools/team-tool-service.js +0 -326
- package/dist/cli/core-tools/team-tool-service.test.d.ts +0 -1
- package/dist/cli/core-tools/team-tool-service.test.js +0 -48
- package/dist/cli/credential-vault.d.ts +0 -62
- package/dist/cli/credential-vault.js +0 -190
- package/dist/cli/credential-vault.test.d.ts +0 -6
- package/dist/cli/credential-vault.test.js +0 -130
- package/dist/cli/default-project-bootstrap.d.ts +0 -8
- package/dist/cli/default-project-bootstrap.js +0 -39
- package/dist/cli/dev-tool-bootstrap.d.ts +0 -8
- package/dist/cli/dev-tool-bootstrap.js +0 -19
- package/dist/cli/dev-tools/dev-tool-bootstrap-service.d.ts +0 -6
- package/dist/cli/dev-tools/dev-tool-bootstrap-service.js +0 -6
- package/dist/cli/dev-tools/dev-tool-registry.d.ts +0 -6
- package/dist/cli/dev-tools/dev-tool-registry.js +0 -7
- package/dist/cli/dev-tools/lsp-tool-service.d.ts +0 -5
- package/dist/cli/dev-tools/lsp-tool-service.js +0 -30
- package/dist/cli/dev-tools/lsp-tool-service.test.d.ts +0 -1
- package/dist/cli/dev-tools/lsp-tool-service.test.js +0 -14
- package/dist/cli/dream-host-adapter.d.ts +0 -23
- package/dist/cli/dream-host-adapter.js +0 -33
- package/dist/cli/gateway-rpc-connection.d.ts +0 -50
- package/dist/cli/gateway-rpc-connection.js +0 -133
- package/dist/cli/handlers/agents-handler.d.ts +0 -51
- package/dist/cli/handlers/agents-handler.js +0 -769
- package/dist/cli/handlers/community-handler.d.ts +0 -39
- package/dist/cli/handlers/community-handler.js +0 -671
- package/dist/cli/handlers/community-handler.test.d.ts +0 -1
- package/dist/cli/handlers/community-handler.test.js +0 -1602
- package/dist/cli/handlers/config-handler.d.ts +0 -28
- package/dist/cli/handlers/config-handler.js +0 -438
- package/dist/cli/handlers/config-handler.test.d.ts +0 -1
- package/dist/cli/handlers/config-handler.test.js +0 -140
- package/dist/cli/handlers/config-handler.tools-list.test.d.ts +0 -1
- package/dist/cli/handlers/config-handler.tools-list.test.js +0 -93
- package/dist/cli/handlers/control-handler.d.ts +0 -23
- package/dist/cli/handlers/control-handler.js +0 -88
- package/dist/cli/handlers/dream-handler.d.ts +0 -31
- package/dist/cli/handlers/dream-handler.js +0 -235
- package/dist/cli/handlers/files-handler.d.ts +0 -22
- package/dist/cli/handlers/files-handler.instructions.test.d.ts +0 -1
- package/dist/cli/handlers/files-handler.instructions.test.js +0 -127
- package/dist/cli/handlers/files-handler.js +0 -593
- package/dist/cli/handlers/media-handler.d.ts +0 -19
- package/dist/cli/handlers/media-handler.js +0 -212
- package/dist/cli/handlers/media-handler.test.d.ts +0 -1
- package/dist/cli/handlers/media-handler.test.js +0 -107
- package/dist/cli/handlers/memory-handler.d.ts +0 -61
- package/dist/cli/handlers/memory-handler.js +0 -792
- package/dist/cli/handlers/pet-confirm-handler.d.ts +0 -7
- package/dist/cli/handlers/pet-confirm-handler.js +0 -6
- package/dist/cli/handlers/pet-handler.d.ts +0 -47
- package/dist/cli/handlers/pet-handler.js +0 -455
- package/dist/cli/handlers/pet-handler.test.d.ts +0 -1
- package/dist/cli/handlers/pet-handler.test.js +0 -620
- package/dist/cli/handlers/product-handler.d.ts +0 -37
- package/dist/cli/handlers/product-handler.js +0 -393
- package/dist/cli/handlers/project-handler.d.ts +0 -28
- package/dist/cli/handlers/project-handler.js +0 -421
- package/dist/cli/handlers/session-handler.channel.test.d.ts +0 -1
- package/dist/cli/handlers/session-handler.channel.test.js +0 -157
- package/dist/cli/handlers/session-handler.d.ts +0 -58
- package/dist/cli/handlers/session-handler.delete.test.d.ts +0 -1
- package/dist/cli/handlers/session-handler.delete.test.js +0 -38
- package/dist/cli/handlers/session-handler.js +0 -833
- package/dist/cli/handlers/session-handler.resume.test.d.ts +0 -1
- package/dist/cli/handlers/session-handler.resume.test.js +0 -66
- package/dist/cli/handlers/settings-handler.d.ts +0 -19
- package/dist/cli/handlers/settings-handler.js +0 -710
- package/dist/cli/handlers/settings-handler.remote-catalog.test.d.ts +0 -1
- package/dist/cli/handlers/settings-handler.remote-catalog.test.js +0 -1247
- package/dist/cli/handlers/skills-handler.d.ts +0 -29
- package/dist/cli/handlers/skills-handler.js +0 -368
- package/dist/cli/handlers/skills-handler.profile.test.d.ts +0 -1
- package/dist/cli/handlers/skills-handler.profile.test.js +0 -70
- package/dist/cli/handlers/solo-handler.d.ts +0 -38
- package/dist/cli/handlers/solo-handler.js +0 -351
- package/dist/cli/handlers/turn-handler.d.ts +0 -52
- package/dist/cli/handlers/turn-handler.js +0 -574
- package/dist/cli/handlers/turn-handler.test.d.ts +0 -1
- package/dist/cli/handlers/turn-handler.test.js +0 -22
- package/dist/cli/handlers/workflow-handler.d.ts +0 -181
- package/dist/cli/handlers/workflow-handler.events.test.d.ts +0 -1
- package/dist/cli/handlers/workflow-handler.events.test.js +0 -113
- package/dist/cli/handlers/workflow-handler.js +0 -1449
- package/dist/cli/handlers/workflow-handler.multiroot.test.d.ts +0 -12
- package/dist/cli/handlers/workflow-handler.multiroot.test.js +0 -745
- package/dist/cli/idle-dream-coordinator.d.ts +0 -47
- package/dist/cli/idle-dream-coordinator.js +0 -126
- package/dist/cli/idle-dream-coordinator.test.d.ts +0 -1
- package/dist/cli/idle-dream-coordinator.test.js +0 -125
- package/dist/cli/main.d.ts +0 -15
- package/dist/cli/main.js +0 -112
- package/dist/cli/mcp-bootstrap.d.ts +0 -20
- package/dist/cli/mcp-bootstrap.js +0 -66
- package/dist/cli/mcp-plugin-bootstrap.d.ts +0 -2
- package/dist/cli/mcp-plugin-bootstrap.js +0 -2
- package/dist/cli/mcp-plugin-bootstrap.test.d.ts +0 -1
- package/dist/cli/mcp-plugin-bootstrap.test.js +0 -38
- package/dist/cli/mcp-tool-proxy.d.ts +0 -7
- package/dist/cli/mcp-tool-proxy.js +0 -15
- package/dist/cli/media-capability-schema.d.ts +0 -49
- package/dist/cli/media-capability-schema.js +0 -384
- package/dist/cli/media-capability-schema.test.d.ts +0 -1
- package/dist/cli/media-capability-schema.test.js +0 -103
- package/dist/cli/media-file-api-service.d.ts +0 -73
- package/dist/cli/media-file-api-service.js +0 -143
- package/dist/cli/media-file-api-service.test.d.ts +0 -1
- package/dist/cli/media-file-api-service.test.js +0 -119
- package/dist/cli/media-file-tool-service.d.ts +0 -13
- package/dist/cli/media-file-tool-service.js +0 -63
- package/dist/cli/media-runtime-capability.test.d.ts +0 -1
- package/dist/cli/media-runtime-capability.test.js +0 -106
- package/dist/cli/media-runtime-facade.d.ts +0 -51
- package/dist/cli/media-runtime-facade.js +0 -389
- package/dist/cli/media-runtime-facade.test.d.ts +0 -1
- package/dist/cli/media-runtime-facade.test.js +0 -42
- package/dist/cli/memory-candidate-service.d.ts +0 -83
- package/dist/cli/memory-candidate-service.js +0 -341
- package/dist/cli/memory-coordinator.d.ts +0 -37
- package/dist/cli/memory-coordinator.js +0 -85
- package/dist/cli/memory-coordinator.test.d.ts +0 -1
- package/dist/cli/memory-coordinator.test.js +0 -78
- package/dist/cli/memory-multimodal.test.d.ts +0 -1
- package/dist/cli/memory-multimodal.test.js +0 -137
- package/dist/cli/model-client-resolver.d.ts +0 -31
- package/dist/cli/model-client-resolver.js +0 -173
- package/dist/cli/model-client-resolver.test.d.ts +0 -1
- package/dist/cli/model-client-resolver.test.js +0 -105
- package/dist/cli/multi-agent-handler-host.d.ts +0 -27
- package/dist/cli/multi-agent-handler-host.js +0 -55
- package/dist/cli/multi-agent-handler-host.test.d.ts +0 -1
- package/dist/cli/multi-agent-handler-host.test.js +0 -63
- package/dist/cli/multi-agent-state-coordinator.d.ts +0 -11
- package/dist/cli/multi-agent-state-coordinator.js +0 -7
- package/dist/cli/permission-approval-bridge.d.ts +0 -15
- package/dist/cli/permission-approval-bridge.js +0 -66
- package/dist/cli/permission-approval-bridge.test.d.ts +0 -1
- package/dist/cli/permission-approval-bridge.test.js +0 -100
- package/dist/cli/permission-bootstrap.d.ts +0 -40
- package/dist/cli/permission-bootstrap.js +0 -58
- package/dist/cli/permission-bootstrap.test.d.ts +0 -1
- package/dist/cli/permission-bootstrap.test.js +0 -129
- package/dist/cli/permission-runtime-service.d.ts +0 -9
- package/dist/cli/permission-runtime-service.js +0 -11
- package/dist/cli/permission-settings-store.d.ts +0 -1
- package/dist/cli/permission-settings-store.js +0 -3
- package/dist/cli/permission-settings-store.test.d.ts +0 -1
- package/dist/cli/permission-settings-store.test.js +0 -65
- package/dist/cli/pet-confirm-coordinator.d.ts +0 -20
- package/dist/cli/pet-confirm-coordinator.js +0 -32
- package/dist/cli/pet-confirm-coordinator.test.d.ts +0 -1
- package/dist/cli/pet-confirm-coordinator.test.js +0 -34
- package/dist/cli/pet-runtime.d.ts +0 -55
- package/dist/cli/pet-runtime.js +0 -220
- package/dist/cli/pet-runtime.test.d.ts +0 -1
- package/dist/cli/pet-runtime.test.js +0 -46
- package/dist/cli/plugin-bootstrap.d.ts +0 -15
- package/dist/cli/plugin-bootstrap.js +0 -63
- package/dist/cli/product-coordinator.d.ts +0 -34
- package/dist/cli/product-coordinator.js +0 -124
- package/dist/cli/product-coordinator.test.d.ts +0 -1
- package/dist/cli/product-coordinator.test.js +0 -51
- package/dist/cli/project-command-service.d.ts +0 -28
- package/dist/cli/project-command-service.js +0 -99
- package/dist/cli/project-context.d.ts +0 -1
- package/dist/cli/project-context.js +0 -4
- package/dist/cli/project-memory-store-factory.d.ts +0 -2
- package/dist/cli/project-memory-store-factory.js +0 -11
- package/dist/cli/project-template-seeder.d.ts +0 -5
- package/dist/cli/project-template-seeder.js +0 -43
- package/dist/cli/provider-core-facade.d.ts +0 -31
- package/dist/cli/provider-core-facade.js +0 -51
- package/dist/cli/provider-core-facade.test.d.ts +0 -1
- package/dist/cli/provider-core-facade.test.js +0 -9
- package/dist/cli/resolved-agent-cache.d.ts +0 -47
- package/dist/cli/resolved-agent-cache.js +0 -38
- package/dist/cli/rpc-registry.community.test.d.ts +0 -1
- package/dist/cli/rpc-registry.community.test.js +0 -45
- package/dist/cli/rpc-registry.d.ts +0 -62
- package/dist/cli/rpc-registry.js +0 -243
- package/dist/cli/runtime-dependency-catalog.d.ts +0 -56
- package/dist/cli/runtime-dependency-catalog.js +0 -110
- package/dist/cli/runtime-hook-bootstrap.d.ts +0 -38
- package/dist/cli/runtime-hook-bootstrap.js +0 -71
- package/dist/cli/runtime-watcher-bootstrap.d.ts +0 -15
- package/dist/cli/runtime-watcher-bootstrap.js +0 -30
- package/dist/cli/session-context.d.ts +0 -32
- package/dist/cli/session-context.js +0 -15
- package/dist/cli/session-coordinator.d.ts +0 -22
- package/dist/cli/session-coordinator.js +0 -47
- package/dist/cli/session-coordinator.test.d.ts +0 -1
- package/dist/cli/session-coordinator.test.js +0 -61
- package/dist/cli/session-history-coordinator.d.ts +0 -8
- package/dist/cli/session-history-coordinator.js +0 -57
- package/dist/cli/session-history-coordinator.test.d.ts +0 -1
- package/dist/cli/session-history-coordinator.test.js +0 -39
- package/dist/cli/session-query-service.d.ts +0 -24
- package/dist/cli/session-query-service.js +0 -57
- package/dist/cli/skill-meta-subturn-service.d.ts +0 -26
- package/dist/cli/skill-meta-subturn-service.js +0 -93
- package/dist/cli/skill-meta-tool-bootstrap.d.ts +0 -34
- package/dist/cli/skill-meta-tool-bootstrap.js +0 -295
- package/dist/cli/skill-meta-tool-bootstrap.test.d.ts +0 -1
- package/dist/cli/skill-meta-tool-bootstrap.test.js +0 -42
- package/dist/cli/skill-supporting-file.test.d.ts +0 -1
- package/dist/cli/skill-supporting-file.test.js +0 -97
- package/dist/cli/skills-query-service.d.ts +0 -29
- package/dist/cli/skills-query-service.js +0 -38
- package/dist/cli/stdio-acp-protocol-coordinator.d.ts +0 -18
- package/dist/cli/stdio-acp-protocol-coordinator.js +0 -33
- package/dist/cli/stdio-acp-request-host.d.ts +0 -28
- package/dist/cli/stdio-acp-request-host.js +0 -82
- package/dist/cli/stdio-acp-request-host.test.d.ts +0 -1
- package/dist/cli/stdio-acp-request-host.test.js +0 -61
- package/dist/cli/stdio-agent-session-bootstrap.d.ts +0 -80
- package/dist/cli/stdio-agent-session-bootstrap.js +0 -74
- package/dist/cli/stdio-rpc-handler-hosts.d.ts +0 -50
- package/dist/cli/stdio-rpc-handler-hosts.js +0 -135
- package/dist/cli/stdio-rpc-handler-hosts.test.d.ts +0 -1
- package/dist/cli/stdio-rpc-handler-hosts.test.js +0 -10
- package/dist/cli/stdio-runtime-bootstrap.d.ts +0 -16
- package/dist/cli/stdio-runtime-bootstrap.js +0 -17
- package/dist/cli/stdio-runtime-services.d.ts +0 -36
- package/dist/cli/stdio-runtime-services.js +0 -53
- package/dist/cli/stdio-server.architecture.test.d.ts +0 -1
- package/dist/cli/stdio-server.architecture.test.js +0 -18
- package/dist/cli/stdio-server.contract.test.d.ts +0 -1
- package/dist/cli/stdio-server.contract.test.js +0 -96
- package/dist/cli/stdio-server.d.ts +0 -211
- package/dist/cli/stdio-server.js +0 -731
- package/dist/cli/stdio-session-runtime-coordinator.d.ts +0 -19
- package/dist/cli/stdio-session-runtime-coordinator.js +0 -21
- package/dist/cli/test-support/tool-catalog-fixture.d.ts +0 -3
- package/dist/cli/test-support/tool-catalog-fixture.js +0 -98
- package/dist/cli/tool-bootstrap-core-registration.d.ts +0 -30
- package/dist/cli/tool-bootstrap-core-registration.js +0 -555
- package/dist/cli/tool-bootstrap-media-registration.d.ts +0 -8
- package/dist/cli/tool-bootstrap-media-registration.js +0 -348
- package/dist/cli/tool-bootstrap-paths.d.ts +0 -7
- package/dist/cli/tool-bootstrap-paths.js +0 -17
- package/dist/cli/tool-bootstrap-providers.d.ts +0 -3
- package/dist/cli/tool-bootstrap-providers.js +0 -10
- package/dist/cli/tool-bootstrap-web-registration.d.ts +0 -13
- package/dist/cli/tool-bootstrap-web-registration.js +0 -144
- package/dist/cli/tool-bootstrap-workflow-registration.d.ts +0 -7
- package/dist/cli/tool-bootstrap-workflow-registration.js +0 -65
- package/dist/cli/tool-bootstrap.background-exec.test.d.ts +0 -1
- package/dist/cli/tool-bootstrap.background-exec.test.js +0 -83
- package/dist/cli/tool-bootstrap.cwd.test.d.ts +0 -1
- package/dist/cli/tool-bootstrap.cwd.test.js +0 -37
- package/dist/cli/tool-bootstrap.d.ts +0 -63
- package/dist/cli/tool-bootstrap.instructions.test.d.ts +0 -1
- package/dist/cli/tool-bootstrap.instructions.test.js +0 -37
- package/dist/cli/tool-bootstrap.js +0 -255
- package/dist/cli/tool-bootstrap.media-provider-alias.test.d.ts +0 -1
- package/dist/cli/tool-bootstrap.media-provider-alias.test.js +0 -90
- package/dist/cli/tool-bootstrap.test.d.ts +0 -1
- package/dist/cli/tool-bootstrap.test.js +0 -94
- package/dist/cli/tool-catalog.d.ts +0 -4
- package/dist/cli/tool-catalog.js +0 -14
- package/dist/cli/tool-invoker-factory.d.ts +0 -12
- package/dist/cli/tool-invoker-factory.js +0 -45
- package/dist/cli/tool-registration-modules.contract.test.d.ts +0 -1
- package/dist/cli/tool-registration-modules.contract.test.js +0 -75
- package/dist/cli/tool-registry-adapter.d.ts +0 -5
- package/dist/cli/tool-registry-adapter.js +0 -27
- package/dist/cli/tool-result-processor.d.ts +0 -14
- package/dist/cli/tool-result-processor.js +0 -83
- package/dist/cli/tool-result-processor.test.d.ts +0 -1
- package/dist/cli/tool-result-processor.test.js +0 -69
- package/dist/cli/transport.d.ts +0 -30
- package/dist/cli/transport.js +0 -68
- package/dist/cli/tunable-store.d.ts +0 -26
- package/dist/cli/tunable-store.js +0 -105
- package/dist/cli/turn-ask-user-setup.d.ts +0 -24
- package/dist/cli/turn-ask-user-setup.js +0 -46
- package/dist/cli/turn-ask-user-setup.test.d.ts +0 -1
- package/dist/cli/turn-ask-user-setup.test.js +0 -39
- package/dist/cli/turn-core.d.ts +0 -57
- package/dist/cli/turn-core.js +0 -58
- package/dist/cli/turn-event-forwarder.d.ts +0 -10
- package/dist/cli/turn-event-forwarder.js +0 -136
- package/dist/cli/turn-lifecycle.d.ts +0 -19
- package/dist/cli/turn-lifecycle.js +0 -53
- package/dist/cli/turn-lifecycle.test.d.ts +0 -1
- package/dist/cli/turn-lifecycle.test.js +0 -32
- package/dist/cli/turn-media-setup.d.ts +0 -19
- package/dist/cli/turn-media-setup.js +0 -71
- package/dist/cli/turn-media-setup.test.d.ts +0 -1
- package/dist/cli/turn-media-setup.test.js +0 -280
- package/dist/cli/turn-permission-sync.d.ts +0 -6
- package/dist/cli/turn-permission-sync.js +0 -7
- package/dist/cli/turn-permission-sync.test.d.ts +0 -1
- package/dist/cli/turn-permission-sync.test.js +0 -20
- package/dist/cli/turn-project-router.d.ts +0 -22
- package/dist/cli/turn-project-router.js +0 -141
- package/dist/cli/turn-project-router.test.d.ts +0 -1
- package/dist/cli/turn-project-router.test.js +0 -79
- package/dist/cli/turn-skill-autopersist.d.ts +0 -47
- package/dist/cli/turn-skill-autopersist.js +0 -262
- package/dist/cli/turn-skill-autopersist.test.d.ts +0 -1
- package/dist/cli/turn-skill-autopersist.test.js +0 -222
- package/dist/cli/turn-suggestion-generator.d.ts +0 -15
- package/dist/cli/turn-suggestion-generator.js +0 -34
- package/dist/cli/workflow-host-adapter.d.ts +0 -29
- package/dist/cli/workflow-host-adapter.js +0 -15
- package/dist/cli/workflow-host-adapter.test.d.ts +0 -1
- package/dist/cli/workflow-host-adapter.test.js +0 -35
- package/dist/config/config.d.ts +0 -17
- package/dist/config/config.js +0 -21
- package/dist/contracts/fire-hook.d.ts +0 -14
- package/dist/contracts/fire-hook.js +0 -14
- package/dist/contracts/fire-hook.test.d.ts +0 -1
- package/dist/contracts/fire-hook.test.js +0 -34
- package/dist/contracts/hooks.d.ts +0 -186
- package/dist/contracts/hooks.js +0 -7
- package/dist/contracts/index.d.ts +0 -4
- package/dist/contracts/index.js +0 -4
- package/dist/index.d.ts +0 -15
- package/dist/orchestration/agent-instance.d.ts +0 -84
- package/dist/orchestration/agent-instance.js +0 -535
- package/dist/orchestration/context/context-collapse.d.ts +0 -58
- package/dist/orchestration/context/context-collapse.js +0 -134
- package/dist/orchestration/context/reactive-compact.d.ts +0 -73
- package/dist/orchestration/context/reactive-compact.js +0 -78
- package/dist/orchestration/context/turn-loop-guard.d.ts +0 -86
- package/dist/orchestration/context/turn-loop-guard.js +0 -100
- package/dist/orchestration/dag-scheduler.d.ts +0 -167
- package/dist/orchestration/dag-scheduler.js +0 -546
- package/dist/orchestration/error-handling/error-classification.d.ts +0 -3
- package/dist/orchestration/error-handling/error-classification.js +0 -35
- package/dist/orchestration/error-handling/failover-classification.d.ts +0 -8
- package/dist/orchestration/error-handling/failover-classification.js +0 -381
- package/dist/orchestration/error-handling/retry-loop.d.ts +0 -69
- package/dist/orchestration/error-handling/retry-loop.js +0 -96
- package/dist/orchestration/index.d.ts +0 -15
- package/dist/orchestration/index.js +0 -18
- package/dist/orchestration/product-budget.d.ts +0 -56
- package/dist/orchestration/product-budget.js +0 -112
- package/dist/orchestration/product-checkpoint.d.ts +0 -46
- package/dist/orchestration/product-checkpoint.js +0 -74
- package/dist/orchestration/product-dag-mutation-applier.d.ts +0 -10
- package/dist/orchestration/product-dag-mutation-applier.js +0 -91
- package/dist/orchestration/product-persistence.d.ts +0 -35
- package/dist/orchestration/product-persistence.js +0 -55
- package/dist/orchestration/product-planner.d.ts +0 -146
- package/dist/orchestration/product-planner.js +0 -379
- package/dist/orchestration/product-run-coordinator.d.ts +0 -31
- package/dist/orchestration/product-run-coordinator.js +0 -31
- package/dist/orchestration/product-worktree.d.ts +0 -12
- package/dist/orchestration/product-worktree.js +0 -69
- package/dist/orchestration/skill-improvement.d.ts +0 -129
- package/dist/orchestration/skill-improvement.js +0 -243
- package/dist/orchestration/solo-evaluator.d.ts +0 -124
- package/dist/orchestration/solo-evaluator.js +0 -611
- package/dist/orchestration/solo-persistence.d.ts +0 -48
- package/dist/orchestration/solo-persistence.js +0 -67
- package/dist/orchestration/solo-spec-builder.d.ts +0 -48
- package/dist/orchestration/solo-spec-builder.js +0 -139
- package/dist/orchestration/subagent/agent-registry.d.ts +0 -46
- package/dist/orchestration/subagent/agent-registry.js +0 -129
- package/dist/orchestration/subagent/fork-subagent.d.ts +0 -100
- package/dist/orchestration/subagent/fork-subagent.js +0 -101
- package/dist/orchestration/subagent/task-types.d.ts +0 -1
- package/dist/orchestration/subagent/task-types.js +0 -1
- package/dist/orchestration/tool-cascade.d.ts +0 -49
- package/dist/orchestration/tool-cascade.js +0 -86
- package/dist/orchestration/tool-loop/conversation-repair.d.ts +0 -61
- package/dist/orchestration/tool-loop/conversation-repair.js +0 -429
- package/dist/orchestration/tool-loop/tool-choice-policy.d.ts +0 -54
- package/dist/orchestration/tool-loop/tool-choice-policy.js +0 -164
- package/dist/orchestration/tool-loop/tool-loop-state.d.ts +0 -50
- package/dist/orchestration/tool-loop/tool-loop-state.js +0 -133
- package/dist/orchestration/tool-loop/tool-schema.d.ts +0 -46
- package/dist/orchestration/tool-loop/tool-schema.js +0 -208
- package/dist/orchestration/workflow/budget-permission-gate.d.ts +0 -85
- package/dist/orchestration/workflow/budget-permission-gate.js +0 -134
- package/dist/orchestration/workflow/builtin-executors.d.ts +0 -18
- package/dist/orchestration/workflow/builtin-executors.js +0 -191
- package/dist/orchestration/workflow/capability-catalog.d.ts +0 -64
- package/dist/orchestration/workflow/capability-catalog.js +0 -166
- package/dist/orchestration/workflow/cron-schedule.d.ts +0 -37
- package/dist/orchestration/workflow/cron-schedule.js +0 -199
- package/dist/orchestration/workflow/data-item.d.ts +0 -39
- package/dist/orchestration/workflow/data-item.js +0 -52
- package/dist/orchestration/workflow/expression.d.ts +0 -60
- package/dist/orchestration/workflow/expression.js +0 -474
- package/dist/orchestration/workflow/host-executors.d.ts +0 -15
- package/dist/orchestration/workflow/host-executors.js +0 -207
- package/dist/orchestration/workflow/n8n-expression.d.ts +0 -48
- package/dist/orchestration/workflow/n8n-expression.js +0 -95
- package/dist/orchestration/workflow/n8n-import.d.ts +0 -68
- package/dist/orchestration/workflow/n8n-import.js +0 -319
- package/dist/orchestration/workflow/node-registry.d.ts +0 -19
- package/dist/orchestration/workflow/node-registry.js +0 -45
- package/dist/orchestration/workflow/node-schema.d.ts +0 -232
- package/dist/orchestration/workflow/node-schema.js +0 -29
- package/dist/orchestration/workflow/qla-executor-host.d.ts +0 -77
- package/dist/orchestration/workflow/qla-executor-host.js +0 -124
- package/dist/orchestration/workflow/run-checkpoint-store.d.ts +0 -53
- package/dist/orchestration/workflow/run-checkpoint-store.js +0 -59
- package/dist/orchestration/workflow/run-history-store.d.ts +0 -65
- package/dist/orchestration/workflow/run-history-store.js +0 -104
- package/dist/orchestration/workflow/trigger-validation.d.ts +0 -22
- package/dist/orchestration/workflow/trigger-validation.js +0 -241
- package/dist/orchestration/workflow/workflow-audit-store.d.ts +0 -31
- package/dist/orchestration/workflow/workflow-audit-store.js +0 -55
- package/dist/orchestration/workflow/workflow-bundle.d.ts +0 -65
- package/dist/orchestration/workflow/workflow-bundle.js +0 -168
- package/dist/orchestration/workflow/workflow-controller.d.ts +0 -219
- package/dist/orchestration/workflow/workflow-controller.js +0 -522
- package/dist/orchestration/workflow/workflow-patch.d.ts +0 -116
- package/dist/orchestration/workflow/workflow-patch.js +0 -369
- package/dist/orchestration/workflow/workflow-render.d.ts +0 -41
- package/dist/orchestration/workflow/workflow-render.js +0 -108
- package/dist/orchestration/workflow/workflow-runtime.d.ts +0 -171
- package/dist/orchestration/workflow/workflow-runtime.js +0 -474
- package/dist/orchestration/workflow/workflow-scheduler.d.ts +0 -111
- package/dist/orchestration/workflow/workflow-scheduler.js +0 -230
- package/dist/orchestration/workflow/workflow-service.d.ts +0 -14
- package/dist/orchestration/workflow/workflow-service.js +0 -18
- package/dist/orchestration/workflow/workflow-store.d.ts +0 -81
- package/dist/orchestration/workflow/workflow-store.js +0 -123
- package/dist/orchestration/workflow/workflow-trigger.d.ts +0 -35
- package/dist/orchestration/workflow/workflow-trigger.js +0 -1
- package/dist/orchestration/workflow-chat-builder.d.ts +0 -57
- package/dist/orchestration/workflow-chat-builder.js +0 -202
- package/dist/permissions.d.ts +0 -2
- package/dist/permissions.public-api.test.d.ts +0 -1
- package/dist/permissions.public-api.test.js +0 -32
- package/dist/pet-contracts.d.ts +0 -1
- package/dist/protocol/index.d.ts +0 -7
- package/dist/protocol/index.js +0 -7
- package/dist/protocol/methods.d.ts +0 -1190
- package/dist/protocol/methods.js +0 -110
- package/dist/protocol/notifications.d.ts +0 -9
- package/dist/protocol/notifications.js +0 -9
- package/dist/protocol/wire/acp-agent-management.d.ts +0 -456
- package/dist/protocol/wire/acp-agent-management.js +0 -7
- package/dist/protocol/wire/acp-protocol.d.ts +0 -369
- package/dist/protocol/wire/acp-protocol.js +0 -120
- package/dist/protocol/wire/agent-events.d.ts +0 -32
- package/dist/protocol/wire/agent-events.js +0 -113
- package/dist/protocol/wire/agent-methods.d.ts +0 -564
- package/dist/protocol/wire/agent-methods.js +0 -11
- package/dist/protocol/wire/agent-rpc.d.ts +0 -100
- package/dist/protocol/wire/agent-rpc.js +0 -72
- package/dist/protocol/wire/capability-manifest.d.ts +0 -112
- package/dist/protocol/wire/capability-manifest.js +0 -149
- package/dist/protocol/wire/capability-transport.d.ts +0 -207
- package/dist/protocol/wire/capability-transport.js +0 -1
- package/dist/protocol/wire/channel-ingress.d.ts +0 -29
- package/dist/protocol/wire/channel-ingress.js +0 -1
- package/dist/protocol/wire/channel.d.ts +0 -89
- package/dist/protocol/wire/channel.js +0 -1
- package/dist/protocol/wire/chat-types.d.ts +0 -106
- package/dist/protocol/wire/chat-types.js +0 -7
- package/dist/protocol/wire/checkpoint-runtime.d.ts +0 -61
- package/dist/protocol/wire/checkpoint-runtime.js +0 -499
- package/dist/protocol/wire/checkpoint.d.ts +0 -72
- package/dist/protocol/wire/checkpoint.js +0 -12
- package/dist/protocol/wire/execution.d.ts +0 -391
- package/dist/protocol/wire/execution.js +0 -1
- package/dist/protocol/wire/gateway-contract.d.ts +0 -61
- package/dist/protocol/wire/gateway-contract.js +0 -236
- package/dist/protocol/wire/gateway-contract.test.d.ts +0 -1
- package/dist/protocol/wire/gateway-contract.test.js +0 -123
- package/dist/protocol/wire/gateway-rpc.d.ts +0 -652
- package/dist/protocol/wire/gateway-rpc.js +0 -58
- package/dist/protocol/wire/gateway.d.ts +0 -62
- package/dist/protocol/wire/gateway.js +0 -1
- package/dist/protocol/wire/hook-protocol.d.ts +0 -37
- package/dist/protocol/wire/hook-protocol.js +0 -2
- package/dist/protocol/wire/index.d.ts +0 -28
- package/dist/protocol/wire/index.js +0 -27
- package/dist/protocol/wire/memory-provider-lifecycle.d.ts +0 -82
- package/dist/protocol/wire/memory-provider-lifecycle.js +0 -24
- package/dist/protocol/wire/notification-payloads.d.ts +0 -918
- package/dist/protocol/wire/notification-payloads.js +0 -13
- package/dist/protocol/wire/pet-contracts.d.ts +0 -76
- package/dist/protocol/wire/pet-contracts.js +0 -23
- package/dist/protocol/wire/provider-runtime-contract.d.ts +0 -66
- package/dist/protocol/wire/provider-runtime-contract.js +0 -23
- package/dist/protocol/wire/provider-runtime-core.d.ts +0 -147
- package/dist/protocol/wire/provider-runtime-core.js +0 -488
- package/dist/protocol/wire/provider-runtime-io.d.ts +0 -20
- package/dist/protocol/wire/provider-runtime-io.js +0 -57
- package/dist/protocol/wire/resource-manifest.d.ts +0 -68
- package/dist/protocol/wire/resource-manifest.js +0 -174
- package/dist/protocol/wire/session.d.ts +0 -32
- package/dist/protocol/wire/session.js +0 -1
- package/dist/protocol/wire/thread-protocol.d.ts +0 -145
- package/dist/protocol/wire/thread-protocol.js +0 -13
- package/dist/protocol/wire/transport.d.ts +0 -57
- package/dist/protocol/wire/transport.js +0 -1
- package/dist/protocol/wire/turn.d.ts +0 -208
- package/dist/protocol/wire/turn.js +0 -1
- package/dist/protocol/wire/web-capability.d.ts +0 -54
- package/dist/protocol/wire/web-capability.js +0 -52
- package/dist/runtime/community/community-consent-client.d.ts +0 -142
- package/dist/runtime/community/community-consent-client.js +0 -381
- package/dist/runtime/community/community-consent-client.test.d.ts +0 -1
- package/dist/runtime/community/community-consent-client.test.js +0 -491
- package/dist/runtime/community/community-desensitization-red-team-cli.d.ts +0 -7
- package/dist/runtime/community/community-desensitization-red-team-cli.js +0 -43
- package/dist/runtime/community/community-desensitization-red-team-cli.test.d.ts +0 -1
- package/dist/runtime/community/community-desensitization-red-team-cli.test.js +0 -23
- package/dist/runtime/community/community-desensitization.d.ts +0 -29
- package/dist/runtime/community/community-desensitization.js +0 -81
- package/dist/runtime/community/community-desensitization.test.d.ts +0 -1
- package/dist/runtime/community/community-desensitization.test.js +0 -43
- package/dist/runtime/community/community-discovery-cache.d.ts +0 -24
- package/dist/runtime/community/community-discovery-cache.js +0 -52
- package/dist/runtime/community/community-discovery-coordinator.d.ts +0 -33
- package/dist/runtime/community/community-discovery-coordinator.js +0 -84
- package/dist/runtime/community/community-discovery-coordinator.test.d.ts +0 -1
- package/dist/runtime/community/community-discovery-coordinator.test.js +0 -97
- package/dist/runtime/community/community-pet-publisher.d.ts +0 -30
- package/dist/runtime/community/community-pet-publisher.js +0 -53
- package/dist/runtime/community/community-pet-publisher.test.d.ts +0 -1
- package/dist/runtime/community/community-pet-publisher.test.js +0 -53
- package/dist/runtime/community/community-signal-reporter.d.ts +0 -33
- package/dist/runtime/community/community-signal-reporter.js +0 -85
- package/dist/runtime/community/community-signal-reporter.test.d.ts +0 -1
- package/dist/runtime/community/community-signal-reporter.test.js +0 -100
- package/dist/runtime/community/community-telemetry-metadata.d.ts +0 -4
- package/dist/runtime/community/community-telemetry-metadata.js +0 -42
- package/dist/runtime/community/community-telemetry-recorder.d.ts +0 -6
- package/dist/runtime/community/community-telemetry-recorder.js +0 -31
- package/dist/runtime/community/community-telemetry-types.d.ts +0 -1
- package/dist/runtime/community/community-telemetry-types.js +0 -1
- package/dist/runtime/config/tunable-defaults.d.ts +0 -255
- package/dist/runtime/config/tunable-defaults.js +0 -293
- package/dist/runtime/context/context-compression-strategies.d.ts +0 -301
- package/dist/runtime/context/context-compression-strategies.js +0 -860
- package/dist/runtime/execution/dream-agent.d.ts +0 -260
- package/dist/runtime/execution/dream-agent.js +0 -974
- package/dist/runtime/execution/dream-category-context.d.ts +0 -47
- package/dist/runtime/execution/dream-category-context.js +0 -226
- package/dist/runtime/execution/dream-lock.test.d.ts +0 -1
- package/dist/runtime/execution/dream-lock.test.js +0 -54
- package/dist/runtime/execution/fork-context.d.ts +0 -14
- package/dist/runtime/execution/fork-context.js +0 -20
- package/dist/runtime/execution/fork-context.test.d.ts +0 -1
- package/dist/runtime/execution/fork-context.test.js +0 -101
- package/dist/runtime/execution/forked-agent.d.ts +0 -111
- package/dist/runtime/execution/forked-agent.js +0 -172
- package/dist/runtime/execution/index.d.ts +0 -7
- package/dist/runtime/execution/index.js +0 -8
- package/dist/runtime/execution/memory-decay.d.ts +0 -69
- package/dist/runtime/execution/memory-decay.js +0 -80
- package/dist/runtime/execution/progress-tracker.d.ts +0 -78
- package/dist/runtime/execution/progress-tracker.js +0 -107
- package/dist/runtime/execution/streaming-tool-executor.d.ts +0 -102
- package/dist/runtime/execution/streaming-tool-executor.js +0 -345
- package/dist/runtime/execution/streaming-tool-executor.test.d.ts +0 -1
- package/dist/runtime/execution/streaming-tool-executor.test.js +0 -49
- package/dist/runtime/execution/tool-eligibility.d.ts +0 -36
- package/dist/runtime/execution/tool-eligibility.js +0 -94
- package/dist/runtime/execution/tool-eligibility.test.d.ts +0 -1
- package/dist/runtime/execution/tool-eligibility.test.js +0 -96
- package/dist/runtime/execution/tool-result-storage.d.ts +0 -87
- package/dist/runtime/execution/tool-result-storage.js +0 -274
- package/dist/runtime/hooks/context-compression.d.ts +0 -61
- package/dist/runtime/hooks/context-compression.js +0 -334
- package/dist/runtime/hooks/hook-registry.d.ts +0 -12
- package/dist/runtime/hooks/hook-registry.js +0 -61
- package/dist/runtime/hooks/hook-registry.test.d.ts +0 -1
- package/dist/runtime/hooks/hook-registry.test.js +0 -51
- package/dist/runtime/hooks/index.d.ts +0 -4
- package/dist/runtime/hooks/index.js +0 -5
- package/dist/runtime/hooks/memory-hooks.d.ts +0 -75
- package/dist/runtime/hooks/memory-hooks.js +0 -356
- package/dist/runtime/hooks/skill-recall-hooks.d.ts +0 -37
- package/dist/runtime/hooks/skill-recall-hooks.js +0 -263
- package/dist/runtime/hooks/skill-recall-hooks.test.d.ts +0 -1
- package/dist/runtime/hooks/skill-recall-hooks.test.js +0 -52
- package/dist/runtime/index.d.ts +0 -5
- package/dist/runtime/index.js +0 -13
- package/dist/runtime/infra/acp-detector.d.ts +0 -133
- package/dist/runtime/infra/acp-detector.js +0 -862
- package/dist/runtime/infra/acp-detector.test.d.ts +0 -1
- package/dist/runtime/infra/acp-detector.test.js +0 -164
- package/dist/runtime/infra/acp-host-handler.d.ts +0 -31
- package/dist/runtime/infra/acp-host-handler.js +0 -123
- package/dist/runtime/infra/acp-host-handler.test.d.ts +0 -1
- package/dist/runtime/infra/acp-host-handler.test.js +0 -64
- package/dist/runtime/infra/acp-protocol-adapter.d.ts +0 -146
- package/dist/runtime/infra/acp-protocol-adapter.js +0 -382
- package/dist/runtime/infra/acp-protocol-adapter.test.d.ts +0 -1
- package/dist/runtime/infra/acp-protocol-adapter.test.js +0 -180
- package/dist/runtime/infra/acp-usage-tracker.d.ts +0 -46
- package/dist/runtime/infra/acp-usage-tracker.js +0 -92
- package/dist/runtime/infra/agent-catalog.test.d.ts +0 -1
- package/dist/runtime/infra/agent-catalog.test.js +0 -174
- package/dist/runtime/infra/agent-config-store.d.ts +0 -30
- package/dist/runtime/infra/agent-config-store.js +0 -115
- package/dist/runtime/infra/agent-install-runner.d.ts +0 -57
- package/dist/runtime/infra/agent-install-runner.js +0 -123
- package/dist/runtime/infra/agent-install-runner.test.d.ts +0 -1
- package/dist/runtime/infra/agent-install-runner.test.js +0 -103
- package/dist/runtime/infra/agent-paths.d.ts +0 -67
- package/dist/runtime/infra/agent-paths.js +0 -167
- package/dist/runtime/infra/agent-paths.test.d.ts +0 -1
- package/dist/runtime/infra/agent-paths.test.js +0 -49
- package/dist/runtime/infra/agent-process.d.ts +0 -299
- package/dist/runtime/infra/agent-process.js +0 -1318
- package/dist/runtime/infra/background-tasks.d.ts +0 -115
- package/dist/runtime/infra/background-tasks.js +0 -249
- package/dist/runtime/infra/background-tasks.test.d.ts +0 -1
- package/dist/runtime/infra/background-tasks.test.js +0 -242
- package/dist/runtime/infra/checkpoint-backend.d.ts +0 -8
- package/dist/runtime/infra/checkpoint-backend.js +0 -110
- package/dist/runtime/infra/cleanup-registry.d.ts +0 -23
- package/dist/runtime/infra/cleanup-registry.js +0 -34
- package/dist/runtime/infra/default-path-service.d.ts +0 -33
- package/dist/runtime/infra/default-path-service.js +0 -76
- package/dist/runtime/infra/default-path-service.test.d.ts +0 -1
- package/dist/runtime/infra/default-path-service.test.js +0 -31
- package/dist/runtime/infra/disk-storage.d.ts +0 -20
- package/dist/runtime/infra/disk-storage.js +0 -64
- package/dist/runtime/infra/external-agent-approvals.d.ts +0 -41
- package/dist/runtime/infra/external-agent-approvals.js +0 -101
- package/dist/runtime/infra/external-agent-approvals.test.d.ts +0 -1
- package/dist/runtime/infra/external-agent-approvals.test.js +0 -99
- package/dist/runtime/infra/external-agent-pool.d.ts +0 -54
- package/dist/runtime/infra/external-agent-pool.js +0 -0
- package/dist/runtime/infra/external-agent-pool.test.d.ts +0 -1
- package/dist/runtime/infra/external-agent-pool.test.js +0 -102
- package/dist/runtime/infra/file-watcher.d.ts +0 -72
- package/dist/runtime/infra/file-watcher.js +0 -154
- package/dist/runtime/infra/index.d.ts +0 -19
- package/dist/runtime/infra/index.js +0 -19
- package/dist/runtime/infra/key-injection.test.d.ts +0 -1
- package/dist/runtime/infra/key-injection.test.js +0 -88
- package/dist/runtime/infra/key-pool.d.ts +0 -122
- package/dist/runtime/infra/key-pool.js +0 -378
- package/dist/runtime/infra/key-pool.test.d.ts +0 -1
- package/dist/runtime/infra/key-pool.test.js +0 -36
- package/dist/runtime/infra/llmrouter-catalog.d.ts +0 -84
- package/dist/runtime/infra/llmrouter-catalog.js +0 -287
- package/dist/runtime/infra/llmrouter-catalog.test.d.ts +0 -1
- package/dist/runtime/infra/llmrouter-catalog.test.js +0 -80
- package/dist/runtime/infra/llmrouter-zero-config.test.d.ts +0 -1
- package/dist/runtime/infra/llmrouter-zero-config.test.js +0 -64
- package/dist/runtime/infra/mcp-bridge.d.ts +0 -166
- package/dist/runtime/infra/mcp-bridge.js +0 -161
- package/dist/runtime/infra/media-persistence.d.ts +0 -87
- package/dist/runtime/infra/media-persistence.js +0 -278
- package/dist/runtime/infra/migrate-project-skills.d.ts +0 -21
- package/dist/runtime/infra/migrate-project-skills.js +0 -131
- package/dist/runtime/infra/migrate-project-skills.test.d.ts +0 -1
- package/dist/runtime/infra/migrate-project-skills.test.js +0 -69
- package/dist/runtime/infra/model-id-translator.d.ts +0 -22
- package/dist/runtime/infra/model-id-translator.js +0 -74
- package/dist/runtime/infra/model-registry.d.ts +0 -148
- package/dist/runtime/infra/model-registry.js +0 -529
- package/dist/runtime/infra/model-registry.test.d.ts +0 -1
- package/dist/runtime/infra/model-registry.test.js +0 -253
- package/dist/runtime/infra/process-config-port.d.ts +0 -2
- package/dist/runtime/infra/process-config-port.js +0 -5
- package/dist/runtime/infra/profile-storage.test.d.ts +0 -1
- package/dist/runtime/infra/profile-storage.test.js +0 -41
- package/dist/runtime/infra/project-instructions-store.d.ts +0 -30
- package/dist/runtime/infra/project-instructions-store.js +0 -124
- package/dist/runtime/infra/project-skill-manifest.d.ts +0 -32
- package/dist/runtime/infra/project-skill-manifest.js +0 -160
- package/dist/runtime/infra/project-skill-manifest.test.d.ts +0 -1
- package/dist/runtime/infra/project-skill-manifest.test.js +0 -42
- package/dist/runtime/infra/project-store.d.ts +0 -48
- package/dist/runtime/infra/project-store.js +0 -284
- package/dist/runtime/infra/secure-storage.d.ts +0 -81
- package/dist/runtime/infra/secure-storage.js +0 -117
- package/dist/runtime/infra/skill-injector.d.ts +0 -59
- package/dist/runtime/infra/skill-injector.js +0 -155
- package/dist/runtime/infra/skill-injector.test.d.ts +0 -1
- package/dist/runtime/infra/skill-injector.test.js +0 -9
- package/dist/runtime/infra/skill-resolver.d.ts +0 -51
- package/dist/runtime/infra/skill-resolver.js +0 -109
- package/dist/runtime/infra/skill-resolver.test.d.ts +0 -1
- package/dist/runtime/infra/skill-resolver.test.js +0 -72
- package/dist/runtime/infra/task-runtime.d.ts +0 -71
- package/dist/runtime/infra/task-runtime.js +0 -181
- package/dist/runtime/infra/token-budget.d.ts +0 -92
- package/dist/runtime/infra/token-budget.js +0 -170
- package/dist/runtime/infra/worktree-backend.d.ts +0 -86
- package/dist/runtime/infra/worktree-backend.js +0 -522
- package/dist/runtime/memory/categories.d.ts +0 -5
- package/dist/runtime/memory/categories.js +0 -4
- package/dist/runtime/memory/find-relevant-memories.d.ts +0 -70
- package/dist/runtime/memory/find-relevant-memories.js +0 -270
- package/dist/runtime/memory/implicit-extraction.d.ts +0 -58
- package/dist/runtime/memory/implicit-extraction.js +0 -187
- package/dist/runtime/memory/recall-category-filter.d.ts +0 -54
- package/dist/runtime/memory/recall-category-filter.js +0 -215
- package/dist/runtime/permission-model.d.ts +0 -19
- package/dist/runtime/permission-model.js +0 -24
- package/dist/runtime/permission-model.test.d.ts +0 -1
- package/dist/runtime/permission-model.test.js +0 -32
- package/dist/runtime/pet/hatch-pet-runner.d.ts +0 -18
- package/dist/runtime/pet/hatch-pet-runner.js +0 -120
- package/dist/runtime/pet/hatch-pet-runner.test.d.ts +0 -1
- package/dist/runtime/pet/hatch-pet-runner.test.js +0 -28
- package/dist/runtime/pet/index.d.ts +0 -18
- package/dist/runtime/pet/index.js +0 -9
- package/dist/runtime/pet/pet-community-assets.d.ts +0 -13
- package/dist/runtime/pet/pet-community-assets.js +0 -106
- package/dist/runtime/pet/pet-file-loader.d.ts +0 -5
- package/dist/runtime/pet/pet-file-loader.js +0 -11
- package/dist/runtime/pet/pet-growth-engine.d.ts +0 -2
- package/dist/runtime/pet/pet-growth-engine.js +0 -1
- package/dist/runtime/pet/pet-profile-service.d.ts +0 -91
- package/dist/runtime/pet/pet-profile-service.js +0 -296
- package/dist/runtime/pet/pet-profile-service.test.d.ts +0 -1
- package/dist/runtime/pet/pet-profile-service.test.js +0 -171
- package/dist/runtime/pet/pet-reaction-engine.d.ts +0 -11
- package/dist/runtime/pet/pet-reaction-engine.js +0 -11
- package/dist/runtime/pet/pet-reaction-engine.test.d.ts +0 -1
- package/dist/runtime/pet/pet-reaction-engine.test.js +0 -12
- package/dist/runtime/pet/pet-soul-service.d.ts +0 -21
- package/dist/runtime/pet/pet-soul-service.js +0 -63
- package/dist/runtime/pet/pet-soul-service.test.d.ts +0 -1
- package/dist/runtime/pet/pet-soul-service.test.js +0 -115
- package/dist/runtime/pet/pet-types.d.ts +0 -1
- package/dist/runtime/pet/pet-types.js +0 -1
- package/dist/runtime/pet/petdex-asset.d.ts +0 -32
- package/dist/runtime/pet/petdex-asset.js +0 -242
- package/dist/runtime/pet/petdex-asset.test.d.ts +0 -1
- package/dist/runtime/pet/petdex-asset.test.js +0 -257
- package/dist/runtime/pet/petdex-forge-service.d.ts +0 -19
- package/dist/runtime/pet/petdex-forge-service.js +0 -820
- package/dist/runtime/pet/petdex-forge-service.test.d.ts +0 -1
- package/dist/runtime/pet/petdex-forge-service.test.js +0 -142
- package/dist/runtime/ports/agent-execution-contracts.d.ts +0 -182
- package/dist/runtime/ports/agent-execution-contracts.js +0 -1
- package/dist/runtime/ports/agent-runtime-ports.d.ts +0 -76
- package/dist/runtime/ports/agent-runtime-ports.js +0 -1
- package/dist/runtime/ports/checkpoint-contracts.d.ts +0 -19
- package/dist/runtime/ports/checkpoint-contracts.js +0 -1
- package/dist/runtime/ports/config-port.d.ts +0 -4
- package/dist/runtime/ports/config-port.js +0 -5
- package/dist/runtime/ports/index.d.ts +0 -19
- package/dist/runtime/ports/index.js +0 -5
- package/dist/runtime/ports/memory-provider.d.ts +0 -181
- package/dist/runtime/ports/memory-provider.js +0 -1
- package/dist/runtime/ports/memory-recall-source.d.ts +0 -3
- package/dist/runtime/ports/memory-recall-source.js +0 -1
- package/dist/runtime/ports/memory-writer.d.ts +0 -21
- package/dist/runtime/ports/memory-writer.js +0 -1
- package/dist/runtime/ports/model-transport-contracts.d.ts +0 -125
- package/dist/runtime/ports/model-transport-contracts.js +0 -9
- package/dist/runtime/ports/path-service.d.ts +0 -31
- package/dist/runtime/ports/path-service.js +0 -1
- package/dist/runtime/ports/permission-contracts.d.ts +0 -128
- package/dist/runtime/ports/permission-contracts.js +0 -5
- package/dist/runtime/ports/project-memory-store.d.ts +0 -44
- package/dist/runtime/ports/project-memory-store.js +0 -1
- package/dist/runtime/ports/source-provider.d.ts +0 -39
- package/dist/runtime/ports/source-provider.js +0 -4
- package/dist/runtime/ports/tool-call-contracts.d.ts +0 -16
- package/dist/runtime/ports/tool-call-contracts.js +0 -13
- package/dist/runtime/ports/tool-contracts.d.ts +0 -87
- package/dist/runtime/ports/tool-contracts.js +0 -3
- package/dist/runtime/ports/tool-risk.d.ts +0 -7
- package/dist/runtime/ports/tool-risk.js +0 -16
- package/dist/runtime/ports/web-search-contracts.d.ts +0 -21
- package/dist/runtime/ports/web-search-contracts.js +0 -1
- package/dist/runtime/ports/worktree-contracts.d.ts +0 -22
- package/dist/runtime/ports/worktree-contracts.js +0 -1
- package/dist/runtime/prompt/environment-context.d.ts +0 -60
- package/dist/runtime/prompt/environment-context.js +0 -410
- package/dist/runtime/prompt/environment-context.test.d.ts +0 -1
- package/dist/runtime/prompt/environment-context.test.js +0 -75
- package/dist/runtime/prompt/fresh-workspace-evidence.d.ts +0 -21
- package/dist/runtime/prompt/fresh-workspace-evidence.js +0 -224
- package/dist/runtime/prompt/fresh-workspace-evidence.test.d.ts +0 -1
- package/dist/runtime/prompt/fresh-workspace-evidence.test.js +0 -163
- package/dist/runtime/prompt/index.d.ts +0 -5
- package/dist/runtime/prompt/index.js +0 -6
- package/dist/runtime/prompt/instruction-loader.d.ts +0 -70
- package/dist/runtime/prompt/instruction-loader.js +0 -515
- package/dist/runtime/prompt/instruction-loader.test.d.ts +0 -1
- package/dist/runtime/prompt/instruction-loader.test.js +0 -64
- package/dist/runtime/prompt/prompt-policy.d.ts +0 -12
- package/dist/runtime/prompt/prompt-policy.js +0 -40
- package/dist/runtime/prompt/system-prompt-sections.d.ts +0 -65
- package/dist/runtime/prompt/system-prompt-sections.js +0 -93
- package/dist/runtime/prompt/task-domain.d.ts +0 -82
- package/dist/runtime/prompt/task-domain.js +0 -248
- package/dist/runtime/sandbox/index.d.ts +0 -2
- package/dist/runtime/sandbox/index.js +0 -2
- package/dist/runtime/sandbox/skill-sandbox.d.ts +0 -53
- package/dist/runtime/sandbox/skill-sandbox.js +0 -93
- package/dist/runtime/sandbox/skill-sandbox.test.d.ts +0 -1
- package/dist/runtime/sandbox/skill-sandbox.test.js +0 -172
- package/dist/runtime/sandbox/windows-skill-sandbox.d.ts +0 -78
- package/dist/runtime/sandbox/windows-skill-sandbox.js +0 -128
- package/dist/runtime/session/group-session-split.d.ts +0 -38
- package/dist/runtime/session/group-session-split.js +0 -99
- package/dist/runtime/session/index.d.ts +0 -4
- package/dist/runtime/session/index.js +0 -5
- package/dist/runtime/session/session-catalog.d.ts +0 -4
- package/dist/runtime/session/session-catalog.js +0 -59
- package/dist/runtime/session/session-locator.d.ts +0 -26
- package/dist/runtime/session/session-locator.js +0 -91
- package/dist/runtime/session/session-locator.test.d.ts +0 -1
- package/dist/runtime/session/session-locator.test.js +0 -59
- package/dist/runtime/session/session-metadata-store.d.ts +0 -8
- package/dist/runtime/session/session-metadata-store.js +0 -167
- package/dist/runtime/session/session-paths.d.ts +0 -9
- package/dist/runtime/session/session-paths.js +0 -27
- package/dist/runtime/session/session-persistence.d.ts +0 -16
- package/dist/runtime/session/session-persistence.js +0 -16
- package/dist/runtime/session/session-persistence.test.d.ts +0 -1
- package/dist/runtime/session/session-persistence.test.js +0 -237
- package/dist/runtime/session/session-resume.d.ts +0 -4
- package/dist/runtime/session/session-resume.js +0 -60
- package/dist/runtime/session/session-schema.d.ts +0 -10
- package/dist/runtime/session/session-schema.js +0 -35
- package/dist/runtime/session/session-state.d.ts +0 -96
- package/dist/runtime/session/session-state.js +0 -180
- package/dist/runtime/session/session-summary.d.ts +0 -5
- package/dist/runtime/session/session-summary.js +0 -67
- package/dist/runtime/session/session-transcript-store.d.ts +0 -13
- package/dist/runtime/session/session-transcript-store.js +0 -109
- package/dist/runtime/session/session-types.d.ts +0 -77
- package/dist/runtime/session/session-types.js +0 -1
- package/dist/runtime/session/session-write-queue.d.ts +0 -2
- package/dist/runtime/session/session-write-queue.js +0 -48
- package/dist/runtime/tasks/task-types.d.ts +0 -166
- package/dist/runtime/tasks/task-types.js +0 -64
- package/dist/server/search-svc.d.ts +0 -1
- package/dist/server/search-svc.js +0 -113
- package/dist/skills/index.d.ts +0 -6
- package/dist/skills/index.js +0 -5
- package/dist/skills/mcp/index.d.ts +0 -1
- package/dist/skills/mcp/index.js +0 -3
- package/dist/skills/mcp/mcp-manager.d.ts +0 -75
- package/dist/skills/mcp/mcp-manager.js +0 -358
- package/dist/skills/mcp/mcp-tool-metadata.d.ts +0 -18
- package/dist/skills/mcp/mcp-tool-metadata.js +0 -48
- package/dist/skills/memory/categories.d.ts +0 -1
- package/dist/skills/memory/categories.js +0 -1
- package/dist/skills/memory/find-relevant-memories.d.ts +0 -1
- package/dist/skills/memory/find-relevant-memories.js +0 -1
- package/dist/skills/memory/implicit-extraction.d.ts +0 -1
- package/dist/skills/memory/implicit-extraction.js +0 -1
- package/dist/skills/memory/local-embedding.d.ts +0 -80
- package/dist/skills/memory/local-embedding.js +0 -210
- package/dist/skills/memory/local-memory-provider.d.ts +0 -257
- package/dist/skills/memory/local-memory-provider.js +0 -486
- package/dist/skills/memory/local-store-records.d.ts +0 -184
- package/dist/skills/memory/local-store-records.js +0 -1
- package/dist/skills/memory/local-store.d.ts +0 -479
- package/dist/skills/memory/local-store.js +0 -1022
- package/dist/skills/memory/memdir.d.ts +0 -93
- package/dist/skills/memory/memdir.js +0 -530
- package/dist/skills/memory/memory-attachment-store.d.ts +0 -62
- package/dist/skills/memory/memory-attachment-store.js +0 -0
- package/dist/skills/memory/memory-consolidation.d.ts +0 -43
- package/dist/skills/memory/memory-consolidation.js +0 -462
- package/dist/skills/memory/memory-db-path.d.ts +0 -13
- package/dist/skills/memory/memory-db-path.js +0 -27
- package/dist/skills/memory/memory-embedding-config.d.ts +0 -31
- package/dist/skills/memory/memory-embedding-config.js +0 -66
- package/dist/skills/memory/memory-provider-factory.d.ts +0 -33
- package/dist/skills/memory/memory-provider-factory.js +0 -79
- package/dist/skills/memory/memory-tool.d.ts +0 -85
- package/dist/skills/memory/memory-tool.js +0 -326
- package/dist/skills/memory/memory-vector-utils.d.ts +0 -2
- package/dist/skills/memory/memory-vector-utils.js +0 -19
- package/dist/skills/memory/recall-category-filter.d.ts +0 -1
- package/dist/skills/memory/recall-category-filter.js +0 -1
- package/dist/skills/memory/sqlite-memory-mappers.d.ts +0 -6
- package/dist/skills/memory/sqlite-memory-mappers.js +0 -104
- package/dist/skills/memory/sqlite-memory-schema.d.ts +0 -3
- package/dist/skills/memory/sqlite-memory-schema.js +0 -152
- package/dist/skills/permissions/bash-classifier.d.ts +0 -30
- package/dist/skills/permissions/bash-classifier.js +0 -174
- package/dist/skills/permissions/classifier-cache.d.ts +0 -51
- package/dist/skills/permissions/classifier-cache.js +0 -103
- package/dist/skills/permissions/community-sandbox-policy.d.ts +0 -3
- package/dist/skills/permissions/community-sandbox-policy.js +0 -233
- package/dist/skills/permissions/community-sandbox-red-team-cli.d.ts +0 -7
- package/dist/skills/permissions/community-sandbox-red-team-cli.js +0 -43
- package/dist/skills/permissions/community-sandbox-red-team.d.ts +0 -32
- package/dist/skills/permissions/community-sandbox-red-team.js +0 -221
- package/dist/skills/permissions/denial-audit-log.d.ts +0 -52
- package/dist/skills/permissions/denial-audit-log.js +0 -80
- package/dist/skills/permissions/denial-tracking.d.ts +0 -42
- package/dist/skills/permissions/denial-tracking.js +0 -60
- package/dist/skills/permissions/group-security-policy.d.ts +0 -15
- package/dist/skills/permissions/group-security-policy.js +0 -60
- package/dist/skills/permissions/hook-runner.d.ts +0 -120
- package/dist/skills/permissions/hook-runner.js +0 -545
- package/dist/skills/permissions/index.d.ts +0 -13
- package/dist/skills/permissions/index.js +0 -8
- package/dist/skills/permissions/operation-classifier.d.ts +0 -43
- package/dist/skills/permissions/operation-classifier.js +0 -251
- package/dist/skills/permissions/permission-classifier.d.ts +0 -41
- package/dist/skills/permissions/permission-classifier.js +0 -186
- package/dist/skills/permissions/rule-engine.d.ts +0 -49
- package/dist/skills/permissions/rule-engine.js +0 -285
- package/dist/skills/permissions/settings-watcher.d.ts +0 -19
- package/dist/skills/permissions/settings-watcher.js +0 -121
- package/dist/skills/permissions/types.d.ts +0 -2
- package/dist/skills/permissions/types.js +0 -1
- package/dist/skills/plugins/index.d.ts +0 -2
- package/dist/skills/plugins/index.js +0 -3
- package/dist/skills/plugins/plugin-api.d.ts +0 -38
- package/dist/skills/plugins/plugin-api.js +0 -18
- package/dist/skills/plugins/plugin-loader.d.ts +0 -57
- package/dist/skills/plugins/plugin-loader.js +0 -254
- package/dist/skills/plugins/plugin-marketplace.d.ts +0 -61
- package/dist/skills/plugins/plugin-marketplace.js +0 -229
- package/dist/skills/portable-tool.d.ts +0 -165
- package/dist/skills/portable-tool.js +0 -34
- package/dist/skills/skill-system/skill-frontmatter.d.ts +0 -19
- package/dist/skills/skill-system/skill-frontmatter.js +0 -344
- package/dist/skills/skill-system/skill-guard.d.ts +0 -23
- package/dist/skills/skill-system/skill-guard.js +0 -229
- package/dist/skills/skill-system/skill-lifecycle.d.ts +0 -93
- package/dist/skills/skill-system/skill-lifecycle.js +0 -236
- package/dist/skills/skill-system/skill-source.d.ts +0 -38
- package/dist/skills/skill-system/skill-source.js +0 -75
- package/dist/skills/skill-system/skill-types.d.ts +0 -140
- package/dist/skills/skill-system/skill-types.js +0 -6
- package/dist/skills/skill-system/skill-validation.d.ts +0 -29
- package/dist/skills/skill-system/skill-validation.js +0 -154
- package/dist/skills/tool-access.d.ts +0 -30
- package/dist/skills/tool-access.js +0 -58
- package/dist/skills/tools/agent-tool.d.ts +0 -102
- package/dist/skills/tools/agent-tool.js +0 -159
- package/dist/skills/tools/ask-user-tool.d.ts +0 -80
- package/dist/skills/tools/ask-user-tool.js +0 -121
- package/dist/skills/tools/brief-tool.d.ts +0 -74
- package/dist/skills/tools/brief-tool.js +0 -95
- package/dist/skills/tools/browser-tool.d.ts +0 -114
- package/dist/skills/tools/browser-tool.js +0 -160
- package/dist/skills/tools/checkpoint-tool.d.ts +0 -66
- package/dist/skills/tools/checkpoint-tool.js +0 -102
- package/dist/skills/tools/config-tool.d.ts +0 -61
- package/dist/skills/tools/config-tool.js +0 -123
- package/dist/skills/tools/cron-tool.d.ts +0 -96
- package/dist/skills/tools/cron-tool.js +0 -165
- package/dist/skills/tools/edit-tool.d.ts +0 -43
- package/dist/skills/tools/edit-tool.js +0 -72
- package/dist/skills/tools/exec-tool.d.ts +0 -117
- package/dist/skills/tools/exec-tool.js +0 -354
- package/dist/skills/tools/file-management-tool.d.ts +0 -90
- package/dist/skills/tools/file-management-tool.js +0 -166
- package/dist/skills/tools/image-generate-tool.d.ts +0 -74
- package/dist/skills/tools/image-generate-tool.js +0 -91
- package/dist/skills/tools/instructions-tool.d.ts +0 -65
- package/dist/skills/tools/instructions-tool.js +0 -209
- package/dist/skills/tools/lsp-tool.d.ts +0 -153
- package/dist/skills/tools/lsp-tool.js +0 -230
- package/dist/skills/tools/media-cancel-tool.d.ts +0 -30
- package/dist/skills/tools/media-cancel-tool.js +0 -46
- package/dist/skills/tools/monitor-tool.d.ts +0 -113
- package/dist/skills/tools/monitor-tool.js +0 -129
- package/dist/skills/tools/music-generate-tool.d.ts +0 -80
- package/dist/skills/tools/music-generate-tool.js +0 -98
- package/dist/skills/tools/notebook-edit-tool.d.ts +0 -15
- package/dist/skills/tools/notebook-edit-tool.js +0 -206
- package/dist/skills/tools/patch-tool.d.ts +0 -52
- package/dist/skills/tools/patch-tool.js +0 -556
- package/dist/skills/tools/petdex-create-tool.d.ts +0 -47
- package/dist/skills/tools/petdex-create-tool.js +0 -95
- package/dist/skills/tools/plan-mode-tool.d.ts +0 -98
- package/dist/skills/tools/plan-mode-tool.js +0 -164
- package/dist/skills/tools/read-tool.d.ts +0 -51
- package/dist/skills/tools/read-tool.js +0 -88
- package/dist/skills/tools/search-tool.d.ts +0 -112
- package/dist/skills/tools/search-tool.js +0 -226
- package/dist/skills/tools/shell/bash-provider.d.ts +0 -26
- package/dist/skills/tools/shell/bash-provider.js +0 -125
- package/dist/skills/tools/shell/command-classification.d.ts +0 -44
- package/dist/skills/tools/shell/command-classification.js +0 -119
- package/dist/skills/tools/shell/command-semantics.d.ts +0 -14
- package/dist/skills/tools/shell/command-semantics.js +0 -87
- package/dist/skills/tools/shell/destructive-command-warning.d.ts +0 -10
- package/dist/skills/tools/shell/destructive-command-warning.js +0 -80
- package/dist/skills/tools/shell/exec-permissions.d.ts +0 -52
- package/dist/skills/tools/shell/exec-permissions.js +0 -277
- package/dist/skills/tools/shell/index.d.ts +0 -18
- package/dist/skills/tools/shell/index.js +0 -18
- package/dist/skills/tools/shell/powershell-provider.d.ts +0 -15
- package/dist/skills/tools/shell/powershell-provider.js +0 -80
- package/dist/skills/tools/shell/sandbox/helper-resolver.d.ts +0 -7
- package/dist/skills/tools/shell/sandbox/helper-resolver.js +0 -20
- package/dist/skills/tools/shell/sandbox/landlock-argv.d.ts +0 -6
- package/dist/skills/tools/shell/sandbox/landlock-argv.js +0 -13
- package/dist/skills/tools/shell/sandbox/platform.d.ts +0 -3
- package/dist/skills/tools/shell/sandbox/platform.js +0 -13
- package/dist/skills/tools/shell/sandbox/sandbox-launcher.d.ts +0 -15
- package/dist/skills/tools/shell/sandbox/sandbox-launcher.js +0 -59
- package/dist/skills/tools/shell/sandbox/sandbox-scope.d.ts +0 -6
- package/dist/skills/tools/shell/sandbox/sandbox-scope.js +0 -17
- package/dist/skills/tools/shell/sandbox/sandbox-types.d.ts +0 -47
- package/dist/skills/tools/shell/sandbox/sandbox-types.js +0 -1
- package/dist/skills/tools/shell/sandbox/seatbelt-profile.d.ts +0 -6
- package/dist/skills/tools/shell/sandbox/seatbelt-profile.js +0 -28
- package/dist/skills/tools/shell/shell-command.d.ts +0 -54
- package/dist/skills/tools/shell/shell-command.js +0 -347
- package/dist/skills/tools/shell/shell-exec.d.ts +0 -38
- package/dist/skills/tools/shell/shell-exec.js +0 -202
- package/dist/skills/tools/shell/shell-provider.d.ts +0 -85
- package/dist/skills/tools/shell/shell-provider.js +0 -38
- package/dist/skills/tools/shell/subprocess-env.d.ts +0 -6
- package/dist/skills/tools/shell/subprocess-env.js +0 -87
- package/dist/skills/tools/shell/task-output.d.ts +0 -44
- package/dist/skills/tools/shell/task-output.js +0 -137
- package/dist/skills/tools/skill-tool.d.ts +0 -106
- package/dist/skills/tools/skill-tool.js +0 -265
- package/dist/skills/tools/sleep-tool.d.ts +0 -49
- package/dist/skills/tools/sleep-tool.js +0 -81
- package/dist/skills/tools/structured-output-tool.d.ts +0 -116
- package/dist/skills/tools/structured-output-tool.js +0 -176
- package/dist/skills/tools/stt-tool.d.ts +0 -33
- package/dist/skills/tools/stt-tool.js +0 -58
- package/dist/skills/tools/task-tool.d.ts +0 -125
- package/dist/skills/tools/task-tool.js +0 -390
- package/dist/skills/tools/team-tool.d.ts +0 -156
- package/dist/skills/tools/team-tool.js +0 -173
- package/dist/skills/tools/three-d-generate-tool.d.ts +0 -46
- package/dist/skills/tools/three-d-generate-tool.js +0 -66
- package/dist/skills/tools/tool-search-tool.d.ts +0 -62
- package/dist/skills/tools/tool-search-tool.js +0 -187
- package/dist/skills/tools/tts-tool.d.ts +0 -50
- package/dist/skills/tools/tts-tool.js +0 -58
- package/dist/skills/tools/video-edit-tool.d.ts +0 -72
- package/dist/skills/tools/video-edit-tool.js +0 -84
- package/dist/skills/tools/video-generate-tool.d.ts +0 -162
- package/dist/skills/tools/video-generate-tool.js +0 -178
- package/dist/skills/tools/video-merge-tool.d.ts +0 -105
- package/dist/skills/tools/video-merge-tool.js +0 -95
- package/dist/skills/tools/video-upscale-tool.d.ts +0 -45
- package/dist/skills/tools/video-upscale-tool.js +0 -57
- package/dist/skills/tools/voice-clone-tool.d.ts +0 -40
- package/dist/skills/tools/voice-clone-tool.js +0 -58
- package/dist/skills/tools/web-answer-tool.d.ts +0 -27
- package/dist/skills/tools/web-answer-tool.js +0 -124
- package/dist/skills/tools/web-fetch-tool.d.ts +0 -80
- package/dist/skills/tools/web-fetch-tool.js +0 -95
- package/dist/skills/tools/web-research-tool.d.ts +0 -48
- package/dist/skills/tools/web-research-tool.js +0 -254
- package/dist/skills/tools/web-search-tool.d.ts +0 -46
- package/dist/skills/tools/web-search-tool.js +0 -95
- package/dist/skills/tools/workflow-tool.d.ts +0 -45
- package/dist/skills/tools/workflow-tool.js +0 -113
- package/dist/skills/tools/worktree-tool.d.ts +0 -69
- package/dist/skills/tools/worktree-tool.js +0 -147
- package/dist/skills/tools/write-tool.d.ts +0 -45
- package/dist/skills/tools/write-tool.js +0 -83
- package/dist/skills/tools.d.ts +0 -45
- package/dist/skills/tools.js +0 -165
- package/dist/skills/web-search/brave-source.d.ts +0 -2
- package/dist/skills/web-search/brave-source.js +0 -36
- package/dist/skills/web-search/crawl4ai-extractor.d.ts +0 -15
- package/dist/skills/web-search/crawl4ai-extractor.js +0 -92
- package/dist/skills/web-search/embedding-rerank.d.ts +0 -13
- package/dist/skills/web-search/embedding-rerank.js +0 -44
- package/dist/skills/web-search/exa-source.d.ts +0 -2
- package/dist/skills/web-search/exa-source.js +0 -43
- package/dist/skills/web-search/multi-source-backend.d.ts +0 -23
- package/dist/skills/web-search/multi-source-backend.js +0 -99
- package/dist/skills/web-search/redis-source-cache.d.ts +0 -6
- package/dist/skills/web-search/redis-source-cache.js +0 -44
- package/dist/skills/web-search/search-svc-source.d.ts +0 -4
- package/dist/skills/web-search/search-svc-source.js +0 -64
- package/dist/skills/web-search/searxng-source.d.ts +0 -2
- package/dist/skills/web-search/searxng-source.js +0 -91
- package/dist/skills/web-search/serper-source.d.ts +0 -2
- package/dist/skills/web-search/serper-source.js +0 -33
- package/dist/skills/web-search/source-factory.d.ts +0 -5
- package/dist/skills/web-search/source-factory.js +0 -15
- package/dist/skills/web-search/stability.d.ts +0 -26
- package/dist/skills/web-search/stability.js +0 -57
- package/dist/transport/acp-event-emitter.d.ts +0 -21
- package/dist/transport/acp-event-emitter.js +0 -142
- package/dist/transport/acp-event-emitter.test.d.ts +0 -1
- package/dist/transport/acp-event-emitter.test.js +0 -87
- package/dist/transport/acp-server.d.ts +0 -169
- package/dist/transport/acp-server.js +0 -480
- package/dist/transport/acp-server.test.d.ts +0 -1
- package/dist/transport/acp-server.test.js +0 -230
- package/dist/transport/index.d.ts +0 -7
- package/dist/transport/index.js +0 -5
- package/dist/transport/io-transport.d.ts +0 -19
- package/dist/transport/io-transport.js +0 -8
|
@@ -1,1190 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Centralized RPC Method Protocolall JSON-RPC request methods
|
|
3
|
-
* that qlogicagent exposes to external apps.
|
|
4
|
-
*
|
|
5
|
-
* This is the SINGLE SOURCE OF TRUTH for the agent's inbound API contract.
|
|
6
|
-
*
|
|
7
|
-
* Reference: Codex app-server RPC, Claude Code JSON-RPC, GitHub Copilot Agent API.
|
|
8
|
-
*/
|
|
9
|
-
import type { ChatMessage, LocalizedToolText, ToolCapabilityCategory } from "./wire/chat-types.js";
|
|
10
|
-
import type { AgentDescriptor, AgentConfig, GatewayRpcMethodMap, RpcProjectInfo, RpcProjectType, RpcProjectStatus, SoloStatus, ProductStatus, ProductSummary } from "./wire/index.js";
|
|
11
|
-
import type { AgentsScanParams, AgentsConfigParams, AgentsSetConfigParams, AgentsGetConfigParams, AgentsRemoveConfigParams, AgentsSetGatewayParams, SoloStartParams, SoloIdParams, SoloSelectParams, SoloDeleteParams, SoloMessageParams, SoloEvaluateParams, SoloEvaluation, ProductCreateParams, ProductPlanParams, ProductPlan, ProductConfirmParams, ProductMessageParams, ProductIdParams, ProductDeleteParams } from "./wire/acp-agent-management.js";
|
|
12
|
-
export interface InitializeParams {
|
|
13
|
-
protocolVersion: string;
|
|
14
|
-
host?: {
|
|
15
|
-
name: string;
|
|
16
|
-
version: string;
|
|
17
|
-
};
|
|
18
|
-
/** Legacy flat form. */
|
|
19
|
-
hostName?: string;
|
|
20
|
-
hostVersion?: string;
|
|
21
|
-
capabilities?: {
|
|
22
|
-
streaming?: boolean;
|
|
23
|
-
toolApproval?: boolean;
|
|
24
|
-
threads?: boolean;
|
|
25
|
-
};
|
|
26
|
-
config?: Record<string, unknown>;
|
|
27
|
-
}
|
|
28
|
-
export interface InitializeResult {
|
|
29
|
-
protocolVersion: string;
|
|
30
|
-
agent: {
|
|
31
|
-
name: string;
|
|
32
|
-
version: string;
|
|
33
|
-
};
|
|
34
|
-
capabilities: {
|
|
35
|
-
tools: string[];
|
|
36
|
-
streaming: boolean;
|
|
37
|
-
threads: boolean;
|
|
38
|
-
/** New: list of notification methods the agent can emit. */
|
|
39
|
-
notifications: string[];
|
|
40
|
-
/** New: list of RPC methods the agent supports. */
|
|
41
|
-
methods: string[];
|
|
42
|
-
};
|
|
43
|
-
}
|
|
44
|
-
export interface ThreadCreateParams {
|
|
45
|
-
id?: string;
|
|
46
|
-
title?: string;
|
|
47
|
-
cwd?: string;
|
|
48
|
-
config?: Record<string, unknown>;
|
|
49
|
-
}
|
|
50
|
-
export interface ThreadCreateResult {
|
|
51
|
-
id: string;
|
|
52
|
-
title?: string;
|
|
53
|
-
status: "active";
|
|
54
|
-
createdAt: string;
|
|
55
|
-
}
|
|
56
|
-
export interface ThreadListParams {
|
|
57
|
-
limit?: number;
|
|
58
|
-
}
|
|
59
|
-
export interface ThreadListResult {
|
|
60
|
-
threads: Array<{
|
|
61
|
-
id: string;
|
|
62
|
-
title?: string;
|
|
63
|
-
status: "active" | "archived";
|
|
64
|
-
turnCount?: number;
|
|
65
|
-
createdAt: string;
|
|
66
|
-
lastActiveAt: string;
|
|
67
|
-
}>;
|
|
68
|
-
}
|
|
69
|
-
export interface SessionResumeParams {
|
|
70
|
-
sessionId: string;
|
|
71
|
-
}
|
|
72
|
-
export interface SessionResumeResult {
|
|
73
|
-
metadata: {
|
|
74
|
-
sessionId: string;
|
|
75
|
-
projectId: string;
|
|
76
|
-
createdAt: string;
|
|
77
|
-
lastActiveAt: string;
|
|
78
|
-
model?: string;
|
|
79
|
-
cwd?: string;
|
|
80
|
-
turnCount: number;
|
|
81
|
-
messageCount: number;
|
|
82
|
-
title?: string;
|
|
83
|
-
totalInputTokens?: number;
|
|
84
|
-
totalOutputTokens?: number;
|
|
85
|
-
};
|
|
86
|
-
messages: ChatMessage[];
|
|
87
|
-
}
|
|
88
|
-
export interface SessionGetInfoParams {
|
|
89
|
-
sessionId?: string;
|
|
90
|
-
}
|
|
91
|
-
export interface SessionGetInfoResult {
|
|
92
|
-
sessionId: string;
|
|
93
|
-
/** Persistent storage paths for this session. */
|
|
94
|
-
paths: {
|
|
95
|
-
/** Session directory (~/.qlogicagent/sessions/<id>/). */
|
|
96
|
-
sessionDir: string;
|
|
97
|
-
/** Transcript file path. */
|
|
98
|
-
transcript: string;
|
|
99
|
-
/** Session state file path. */
|
|
100
|
-
state: string;
|
|
101
|
-
/** Agent home root (~/.qlogicagent/). */
|
|
102
|
-
agentHome: string;
|
|
103
|
-
/** User settings path. */
|
|
104
|
-
settings: string;
|
|
105
|
-
/** Current working directory. */
|
|
106
|
-
cwd: string;
|
|
107
|
-
};
|
|
108
|
-
model?: string;
|
|
109
|
-
provider?: string;
|
|
110
|
-
turnCount: number;
|
|
111
|
-
title?: string;
|
|
112
|
-
/** Cumulative token usage for the session. */
|
|
113
|
-
usage?: {
|
|
114
|
-
totalPromptTokens: number;
|
|
115
|
-
totalCompletionTokens: number;
|
|
116
|
-
totalCost?: number;
|
|
117
|
-
};
|
|
118
|
-
}
|
|
119
|
-
export type SessionGetMessagesParams = GatewayRpcMethodMap["session.getMessages"]["params"];
|
|
120
|
-
export type SessionGetMessagesResult = GatewayRpcMethodMap["session.getMessages"]["result"];
|
|
121
|
-
export interface MemoryListParams {
|
|
122
|
-
/** Filter by source: "local" (md files), "store" (in-memory), "qmemory" (remote). */
|
|
123
|
-
source?: "local" | "store" | "qmemory" | "all";
|
|
124
|
-
}
|
|
125
|
-
export interface MemoryListResult {
|
|
126
|
-
entries: Array<{
|
|
127
|
-
source: "local" | "store" | "qmemory";
|
|
128
|
-
target?: string;
|
|
129
|
-
path?: string;
|
|
130
|
-
entryCount: number;
|
|
131
|
-
charCount: number;
|
|
132
|
-
lastModified?: string;
|
|
133
|
-
}>;
|
|
134
|
-
}
|
|
135
|
-
export interface MemoryReadParams {
|
|
136
|
-
/** Source to read from. */
|
|
137
|
-
source: "local" | "store" | "qmemory";
|
|
138
|
-
/** Target within source (e.g. "memory", "user"). */
|
|
139
|
-
target?: string;
|
|
140
|
-
/** For local source, file path relative to agent home. */
|
|
141
|
-
path?: string;
|
|
142
|
-
}
|
|
143
|
-
export interface MemoryReadResult {
|
|
144
|
-
content: string;
|
|
145
|
-
source: string;
|
|
146
|
-
target?: string;
|
|
147
|
-
entryCount: number;
|
|
148
|
-
}
|
|
149
|
-
export interface MemoryWriteParams {
|
|
150
|
-
source: "local" | "store";
|
|
151
|
-
target?: string;
|
|
152
|
-
content: string;
|
|
153
|
-
/** Write mode: "append" adds to existing, "replace" overwrites. */
|
|
154
|
-
mode?: "append" | "replace";
|
|
155
|
-
}
|
|
156
|
-
export interface MemoryWriteResult {
|
|
157
|
-
ok: boolean;
|
|
158
|
-
entryCount: number;
|
|
159
|
-
message: string;
|
|
160
|
-
}
|
|
161
|
-
export interface MemoryDreamParams {
|
|
162
|
-
turnId?: string;
|
|
163
|
-
sessionId: string;
|
|
164
|
-
config?: Record<string, unknown>;
|
|
165
|
-
}
|
|
166
|
-
export interface MemoryDreamResult {
|
|
167
|
-
accepted: boolean;
|
|
168
|
-
turnId: string;
|
|
169
|
-
}
|
|
170
|
-
export interface ToolsListParams {
|
|
171
|
-
/** Filter by category. */
|
|
172
|
-
category?: ToolCapabilityCategory;
|
|
173
|
-
/** Include tools that are normally deferred until activated. */
|
|
174
|
-
includeDeferred?: boolean;
|
|
175
|
-
/** Include tools that are installed but currently disabled by provider/config availability. */
|
|
176
|
-
includeUnavailable?: boolean;
|
|
177
|
-
}
|
|
178
|
-
export interface ToolsListResult {
|
|
179
|
-
tools: Array<{
|
|
180
|
-
id: string;
|
|
181
|
-
name: string;
|
|
182
|
-
category: ToolCapabilityCategory;
|
|
183
|
-
displayName: LocalizedToolText;
|
|
184
|
-
displayDescription: LocalizedToolText;
|
|
185
|
-
fallbackName: string;
|
|
186
|
-
fallbackDescription: string;
|
|
187
|
-
description: string;
|
|
188
|
-
source: "builtin";
|
|
189
|
-
deferred: boolean;
|
|
190
|
-
enabled?: boolean;
|
|
191
|
-
parameters?: Record<string, unknown>;
|
|
192
|
-
}>;
|
|
193
|
-
total: number;
|
|
194
|
-
}
|
|
195
|
-
export interface SettingsListProvidersResult {
|
|
196
|
-
providers: Array<{
|
|
197
|
-
id: string;
|
|
198
|
-
displayName: string;
|
|
199
|
-
baseUrl: string;
|
|
200
|
-
modelCount: number;
|
|
201
|
-
}>;
|
|
202
|
-
}
|
|
203
|
-
export interface SettingsAddKeyParams {
|
|
204
|
-
providerId: string;
|
|
205
|
-
key: string;
|
|
206
|
-
label?: string;
|
|
207
|
-
}
|
|
208
|
-
export interface SettingsAddKeyResult {
|
|
209
|
-
keyId: string;
|
|
210
|
-
providerId: string;
|
|
211
|
-
}
|
|
212
|
-
export interface SettingsRemoveKeyParams {
|
|
213
|
-
keyId: string;
|
|
214
|
-
}
|
|
215
|
-
export interface SettingsGetKeyParams {
|
|
216
|
-
keyId: string;
|
|
217
|
-
}
|
|
218
|
-
export interface SettingsGetKeyResult {
|
|
219
|
-
key: string;
|
|
220
|
-
}
|
|
221
|
-
export interface SettingsToggleKeyParams {
|
|
222
|
-
keyId: string;
|
|
223
|
-
enabled: boolean;
|
|
224
|
-
}
|
|
225
|
-
export interface SettingsListModelsParams {
|
|
226
|
-
purpose?: string;
|
|
227
|
-
provider?: string;
|
|
228
|
-
}
|
|
229
|
-
export interface SettingsListModelsResult {
|
|
230
|
-
models: Array<{
|
|
231
|
-
id: string;
|
|
232
|
-
provider: string;
|
|
233
|
-
model: string;
|
|
234
|
-
displayName: string;
|
|
235
|
-
purposes: string[];
|
|
236
|
-
baseUrl?: string;
|
|
237
|
-
enabled: boolean;
|
|
238
|
-
}>;
|
|
239
|
-
grouped: Record<string, Array<{
|
|
240
|
-
id: string;
|
|
241
|
-
provider: string;
|
|
242
|
-
model: string;
|
|
243
|
-
displayName: string;
|
|
244
|
-
purposes: string[];
|
|
245
|
-
baseUrl?: string;
|
|
246
|
-
enabled: boolean;
|
|
247
|
-
}>>;
|
|
248
|
-
}
|
|
249
|
-
export interface SettingsSetActiveModelParams {
|
|
250
|
-
purpose: string;
|
|
251
|
-
modelId: string;
|
|
252
|
-
}
|
|
253
|
-
export interface SettingsGetActiveModelParams {
|
|
254
|
-
purpose: string;
|
|
255
|
-
}
|
|
256
|
-
export interface SettingsGetActiveModelResult {
|
|
257
|
-
model: {
|
|
258
|
-
id: string;
|
|
259
|
-
provider: string;
|
|
260
|
-
model: string;
|
|
261
|
-
displayName: string;
|
|
262
|
-
purposes: string[];
|
|
263
|
-
enabled: boolean;
|
|
264
|
-
} | null;
|
|
265
|
-
available: boolean;
|
|
266
|
-
}
|
|
267
|
-
export interface SettingsGetOverviewResult {
|
|
268
|
-
providers: Array<{
|
|
269
|
-
providerId: string;
|
|
270
|
-
baseUrl?: string;
|
|
271
|
-
keyCount: number;
|
|
272
|
-
healthyKeys: number;
|
|
273
|
-
totalKeys: number;
|
|
274
|
-
}>;
|
|
275
|
-
purposes: Record<string, {
|
|
276
|
-
bound: boolean;
|
|
277
|
-
modelId?: string;
|
|
278
|
-
modelName?: string;
|
|
279
|
-
available: boolean;
|
|
280
|
-
}>;
|
|
281
|
-
}
|
|
282
|
-
export interface SettingsValidateKeyParams {
|
|
283
|
-
providerId: string;
|
|
284
|
-
apiKey: string;
|
|
285
|
-
baseUrl?: string;
|
|
286
|
-
}
|
|
287
|
-
export interface SettingsValidateKeyResult {
|
|
288
|
-
valid: boolean;
|
|
289
|
-
status: number;
|
|
290
|
-
error?: string;
|
|
291
|
-
}
|
|
292
|
-
export interface MediaListModelsParams {
|
|
293
|
-
/** Filter by media type (image/video/music/tts/3d/stt/embedding). Omit to list all. */
|
|
294
|
-
mediaType?: string;
|
|
295
|
-
}
|
|
296
|
-
export interface MediaListModelsResult {
|
|
297
|
-
models: Array<{
|
|
298
|
-
providerId: string;
|
|
299
|
-
providerName: string;
|
|
300
|
-
modelId: string;
|
|
301
|
-
modelName: string;
|
|
302
|
-
mediaType: string;
|
|
303
|
-
/** Fine-grained capability metadata (operations, formats, limits) */
|
|
304
|
-
capabilities?: Record<string, unknown>;
|
|
305
|
-
}>;
|
|
306
|
-
}
|
|
307
|
-
export interface ConfigGetParams {
|
|
308
|
-
keys?: string[];
|
|
309
|
-
}
|
|
310
|
-
export interface ConfigGetResult {
|
|
311
|
-
config: Record<string, unknown>;
|
|
312
|
-
}
|
|
313
|
-
export interface ConfigUpdateParams {
|
|
314
|
-
settings: Record<string, unknown>;
|
|
315
|
-
}
|
|
316
|
-
export interface ConfigUpdateResult {
|
|
317
|
-
ok: boolean;
|
|
318
|
-
applied: string[];
|
|
319
|
-
rejected?: Array<{
|
|
320
|
-
key: string;
|
|
321
|
-
reason: string;
|
|
322
|
-
}>;
|
|
323
|
-
}
|
|
324
|
-
export interface CommunityConsentView {
|
|
325
|
-
enabled: boolean;
|
|
326
|
-
methodSharingEnabled: boolean;
|
|
327
|
-
signalsEnabled: boolean;
|
|
328
|
-
encounterEnabled: boolean;
|
|
329
|
-
remoteSynced: boolean;
|
|
330
|
-
}
|
|
331
|
-
export interface CommunityGetConsentResult {
|
|
332
|
-
ok: boolean;
|
|
333
|
-
remoteAvailable: boolean;
|
|
334
|
-
consent: CommunityConsentView;
|
|
335
|
-
error?: string;
|
|
336
|
-
}
|
|
337
|
-
export interface CommunitySetConsentParams {
|
|
338
|
-
enabled: boolean;
|
|
339
|
-
methodSharingEnabled?: boolean;
|
|
340
|
-
signalsEnabled?: boolean;
|
|
341
|
-
encounterEnabled?: boolean;
|
|
342
|
-
}
|
|
343
|
-
export interface CommunitySetConsentResult {
|
|
344
|
-
ok: boolean;
|
|
345
|
-
remoteAvailable: boolean;
|
|
346
|
-
consent: CommunityConsentView;
|
|
347
|
-
warning?: string;
|
|
348
|
-
}
|
|
349
|
-
export interface CommunityMatchRegistryParams {
|
|
350
|
-
intent: string;
|
|
351
|
-
topK?: 1 | 2 | 3;
|
|
352
|
-
preferOfficial?: boolean;
|
|
353
|
-
}
|
|
354
|
-
export interface CommunityRegistryMatchResult {
|
|
355
|
-
id: string;
|
|
356
|
-
type: string;
|
|
357
|
-
title: string;
|
|
358
|
-
summary: string;
|
|
359
|
-
capabilityTags: string[];
|
|
360
|
-
sourceTier: CommunityInstallSourceTier;
|
|
361
|
-
trustStage: CommunityInstallTrustStage;
|
|
362
|
-
resourceRiskTier: CommunityInstallRiskTier;
|
|
363
|
-
effectiveRiskTier: CommunityInstallRiskTier;
|
|
364
|
-
latestVersion: string | null;
|
|
365
|
-
canonical: true;
|
|
366
|
-
}
|
|
367
|
-
export interface CommunityMatchRegistryResult {
|
|
368
|
-
ok: boolean;
|
|
369
|
-
matches: CommunityRegistryMatchResult[];
|
|
370
|
-
}
|
|
371
|
-
export interface CommunitySharedResource {
|
|
372
|
-
id: string;
|
|
373
|
-
type: string;
|
|
374
|
-
title: string;
|
|
375
|
-
summary: string;
|
|
376
|
-
visibility: string;
|
|
377
|
-
latestVersion: string | null;
|
|
378
|
-
withdrawn: boolean;
|
|
379
|
-
withdrawnAt: string | null;
|
|
380
|
-
}
|
|
381
|
-
export interface CommunityListSharedResult {
|
|
382
|
-
ok: boolean;
|
|
383
|
-
resources: CommunitySharedResource[];
|
|
384
|
-
}
|
|
385
|
-
export interface CommunityWithdrawSharedParams {
|
|
386
|
-
resourceId: string;
|
|
387
|
-
reason?: string;
|
|
388
|
-
}
|
|
389
|
-
export interface CommunityWithdrawSharedResult {
|
|
390
|
-
ok: boolean;
|
|
391
|
-
resource: CommunitySharedResource;
|
|
392
|
-
}
|
|
393
|
-
export interface CommunityWithdrawAllSharedParams {
|
|
394
|
-
reason?: string;
|
|
395
|
-
}
|
|
396
|
-
export interface CommunityWithdrawAllSharedResult {
|
|
397
|
-
ok: boolean;
|
|
398
|
-
resources: CommunitySharedResource[];
|
|
399
|
-
}
|
|
400
|
-
export interface CommunityNotice {
|
|
401
|
-
id: number;
|
|
402
|
-
resourceId: string;
|
|
403
|
-
resourceType: string;
|
|
404
|
-
title: string;
|
|
405
|
-
event: "withdrawn";
|
|
406
|
-
version: string | null;
|
|
407
|
-
reason: string | null;
|
|
408
|
-
read: boolean;
|
|
409
|
-
createdAt: string;
|
|
410
|
-
readAt: string | null;
|
|
411
|
-
}
|
|
412
|
-
export interface CommunityListNoticesParams {
|
|
413
|
-
includeRead?: boolean;
|
|
414
|
-
}
|
|
415
|
-
export interface CommunityListNoticesResult {
|
|
416
|
-
ok: boolean;
|
|
417
|
-
notices: CommunityNotice[];
|
|
418
|
-
}
|
|
419
|
-
export interface CommunityMarkNoticeReadParams {
|
|
420
|
-
noticeId: number;
|
|
421
|
-
}
|
|
422
|
-
export interface CommunityMarkNoticeReadResult {
|
|
423
|
-
ok: boolean;
|
|
424
|
-
notice: CommunityNotice;
|
|
425
|
-
}
|
|
426
|
-
export interface CommunityPublishSkillParams {
|
|
427
|
-
id: string;
|
|
428
|
-
title: string;
|
|
429
|
-
summary: string;
|
|
430
|
-
visibility?: "public" | "private";
|
|
431
|
-
tags?: string[];
|
|
432
|
-
manifest: Record<string, unknown>;
|
|
433
|
-
version?: string;
|
|
434
|
-
packageGzipBase64?: string;
|
|
435
|
-
}
|
|
436
|
-
export interface CommunityPublishedVersion {
|
|
437
|
-
version: string;
|
|
438
|
-
checksum: string;
|
|
439
|
-
sizeBytes: number;
|
|
440
|
-
}
|
|
441
|
-
export interface CommunityPublishSkillResult {
|
|
442
|
-
ok: boolean;
|
|
443
|
-
resource: CommunitySharedResource;
|
|
444
|
-
version?: CommunityPublishedVersion;
|
|
445
|
-
}
|
|
446
|
-
export interface CommunityPublishPetParams {
|
|
447
|
-
id: string;
|
|
448
|
-
name: string;
|
|
449
|
-
summary: string;
|
|
450
|
-
persona: string;
|
|
451
|
-
visibility?: "public" | "private";
|
|
452
|
-
tags?: string[];
|
|
453
|
-
traits?: string[];
|
|
454
|
-
assets?: Array<{
|
|
455
|
-
kind: string;
|
|
456
|
-
path: string;
|
|
457
|
-
}>;
|
|
458
|
-
}
|
|
459
|
-
export interface CommunityPublishPetResult {
|
|
460
|
-
ok: boolean;
|
|
461
|
-
resource: CommunitySharedResource;
|
|
462
|
-
version?: CommunityPublishedVersion;
|
|
463
|
-
}
|
|
464
|
-
export type CommunitySignalEvent = "installed" | "success" | "fail" | "neutral" | "kept" | "uninstalled" | "endorse" | "error";
|
|
465
|
-
export interface CommunityRecordSignalParams {
|
|
466
|
-
resourceId: string;
|
|
467
|
-
event: CommunitySignalEvent;
|
|
468
|
-
attribution?: string;
|
|
469
|
-
metadata?: Record<string, unknown>;
|
|
470
|
-
}
|
|
471
|
-
export interface CommunityRecordSignalResult {
|
|
472
|
-
ok: boolean;
|
|
473
|
-
accepted: true;
|
|
474
|
-
}
|
|
475
|
-
export type CommunityTelemetryEvent = "community.journey.view" | "community.share.generated" | "community.sandbox.violation" | "community.desensitization.hit";
|
|
476
|
-
export interface CommunityRecordTelemetryParams {
|
|
477
|
-
event: CommunityTelemetryEvent;
|
|
478
|
-
metadata?: Record<string, unknown>;
|
|
479
|
-
}
|
|
480
|
-
export interface CommunityRecordTelemetryResult {
|
|
481
|
-
ok: boolean;
|
|
482
|
-
accepted: true;
|
|
483
|
-
}
|
|
484
|
-
export interface CommunityListPublishAuditParams {
|
|
485
|
-
limit?: number;
|
|
486
|
-
}
|
|
487
|
-
export interface CommunityPublishAuditEntry {
|
|
488
|
-
eventTurnId: string;
|
|
489
|
-
skillName: string;
|
|
490
|
-
decision: "published" | "blocked" | "skipped";
|
|
491
|
-
reason: string;
|
|
492
|
-
resourceId?: string;
|
|
493
|
-
createdAt: string;
|
|
494
|
-
}
|
|
495
|
-
export interface CommunityListPublishAuditResult {
|
|
496
|
-
ok: boolean;
|
|
497
|
-
entries: CommunityPublishAuditEntry[];
|
|
498
|
-
}
|
|
499
|
-
export type CommunityInstallRiskTier = "R0" | "R1" | "R2" | "R3";
|
|
500
|
-
export type CommunityInstallSourceTier = "official" | "community";
|
|
501
|
-
export type CommunityInstallTrustStage = "quarantine" | "trial" | "trusted";
|
|
502
|
-
export type CommunityInstallReviewStatus = "pending" | "approved" | "rejected";
|
|
503
|
-
export interface CommunityInstallResolution {
|
|
504
|
-
id: string;
|
|
505
|
-
type: string;
|
|
506
|
-
kind: string;
|
|
507
|
-
sourceTier: CommunityInstallSourceTier;
|
|
508
|
-
trustStage: CommunityInstallTrustStage;
|
|
509
|
-
reviewStatus: CommunityInstallReviewStatus;
|
|
510
|
-
resourceRiskTier: CommunityInstallRiskTier;
|
|
511
|
-
effectiveRiskTier: CommunityInstallRiskTier;
|
|
512
|
-
requires: string[];
|
|
513
|
-
dependencies: CommunityInstallResolution[];
|
|
514
|
-
version: string;
|
|
515
|
-
checksum: string;
|
|
516
|
-
sizeBytes: number;
|
|
517
|
-
downloadUrl: string;
|
|
518
|
-
manifest: unknown;
|
|
519
|
-
}
|
|
520
|
-
export interface CommunityResolveInstallParams {
|
|
521
|
-
resourceId: string;
|
|
522
|
-
version?: string;
|
|
523
|
-
explicitInstallConsent: true;
|
|
524
|
-
explicitHighRiskConsent?: true;
|
|
525
|
-
}
|
|
526
|
-
export interface CommunityResolveInstallResult {
|
|
527
|
-
ok: boolean;
|
|
528
|
-
install: CommunityInstallResolution;
|
|
529
|
-
}
|
|
530
|
-
export interface CommunityInstallResourceParams {
|
|
531
|
-
resourceId: string;
|
|
532
|
-
version?: string;
|
|
533
|
-
explicitInstallConsent: true;
|
|
534
|
-
}
|
|
535
|
-
export interface CommunityInstalledResource {
|
|
536
|
-
resourceId: string;
|
|
537
|
-
version: string;
|
|
538
|
-
skillName: string;
|
|
539
|
-
installDir: string;
|
|
540
|
-
checksum: string;
|
|
541
|
-
}
|
|
542
|
-
export type CommunityInstallResourcePreview = {
|
|
543
|
-
kind: "mcp";
|
|
544
|
-
mode: "preview";
|
|
545
|
-
resourceId: string;
|
|
546
|
-
version: string;
|
|
547
|
-
sourceTier: CommunityInstallSourceTier;
|
|
548
|
-
perUseConsentRequired: true;
|
|
549
|
-
declaredPermissions: string[];
|
|
550
|
-
manifest: unknown;
|
|
551
|
-
} | {
|
|
552
|
-
kind: "executable";
|
|
553
|
-
mode: "launcher-required" | "manual-review-required";
|
|
554
|
-
resourceId: string;
|
|
555
|
-
version: string;
|
|
556
|
-
resourceType: string;
|
|
557
|
-
sourceTier: CommunityInstallSourceTier;
|
|
558
|
-
riskTier: CommunityInstallRiskTier;
|
|
559
|
-
artifactDigest: string;
|
|
560
|
-
launcherRequired: true;
|
|
561
|
-
manualReviewRequired: boolean;
|
|
562
|
-
autoRunBlocked: true;
|
|
563
|
-
manifest: unknown;
|
|
564
|
-
};
|
|
565
|
-
export interface CommunityInstallResourceResult {
|
|
566
|
-
ok: boolean;
|
|
567
|
-
installed?: CommunityInstalledResource;
|
|
568
|
-
preview?: CommunityInstallResourcePreview;
|
|
569
|
-
signalWarning?: string;
|
|
570
|
-
}
|
|
571
|
-
export interface CommunityRuntimeStatusParams {
|
|
572
|
-
ids: string[];
|
|
573
|
-
}
|
|
574
|
-
export interface CommunityRuntimeDependencyStatus {
|
|
575
|
-
id: string;
|
|
576
|
-
known: boolean;
|
|
577
|
-
label?: string;
|
|
578
|
-
present: boolean;
|
|
579
|
-
version?: string;
|
|
580
|
-
binPath?: string;
|
|
581
|
-
quick?: boolean;
|
|
582
|
-
estSizeMB?: number;
|
|
583
|
-
docsUrl?: string;
|
|
584
|
-
}
|
|
585
|
-
export interface CommunityRuntimeStatusResult {
|
|
586
|
-
ok: boolean;
|
|
587
|
-
items: CommunityRuntimeDependencyStatus[];
|
|
588
|
-
}
|
|
589
|
-
export interface CommunityInstallRuntimeParams {
|
|
590
|
-
id: string;
|
|
591
|
-
}
|
|
592
|
-
export interface CommunityInstallRuntimeResult {
|
|
593
|
-
ok: boolean;
|
|
594
|
-
id: string;
|
|
595
|
-
version?: string;
|
|
596
|
-
binPath?: string;
|
|
597
|
-
}
|
|
598
|
-
export interface TodosListParams {
|
|
599
|
-
/** Filter by status. */
|
|
600
|
-
status?: "not-started" | "in-progress" | "completed" | "all";
|
|
601
|
-
}
|
|
602
|
-
export interface TodoItem {
|
|
603
|
-
id: number;
|
|
604
|
-
title: string;
|
|
605
|
-
status: "not-started" | "in-progress" | "completed";
|
|
606
|
-
description?: string;
|
|
607
|
-
owner?: string;
|
|
608
|
-
blockedBy?: number[];
|
|
609
|
-
blocks?: number[];
|
|
610
|
-
}
|
|
611
|
-
export interface TodosListResult {
|
|
612
|
-
items: TodoItem[];
|
|
613
|
-
summary: {
|
|
614
|
-
total: number;
|
|
615
|
-
completed: number;
|
|
616
|
-
inProgress: number;
|
|
617
|
-
notStarted: number;
|
|
618
|
-
};
|
|
619
|
-
}
|
|
620
|
-
export interface AgentPingResult {
|
|
621
|
-
status: "ok";
|
|
622
|
-
}
|
|
623
|
-
export interface MemorySearchParams {
|
|
624
|
-
query: string;
|
|
625
|
-
/** Max results (default 10). */
|
|
626
|
-
limit?: number;
|
|
627
|
-
}
|
|
628
|
-
export interface MemorySearchResult {
|
|
629
|
-
results: Array<{
|
|
630
|
-
id: string;
|
|
631
|
-
text: string;
|
|
632
|
-
score: number;
|
|
633
|
-
source: string;
|
|
634
|
-
metadata?: Record<string, unknown>;
|
|
635
|
-
}>;
|
|
636
|
-
}
|
|
637
|
-
export interface MemoryDeleteParams {
|
|
638
|
-
/** Source: "local" only (QMemory delete via adapter). */
|
|
639
|
-
source: "local" | "qmemory";
|
|
640
|
-
/** For local: target ("memory" | "user"). */
|
|
641
|
-
target?: string;
|
|
642
|
-
/** For local: substring to match and remove. For qmemory: memory block ID. */
|
|
643
|
-
match: string;
|
|
644
|
-
}
|
|
645
|
-
export interface MemoryDeleteResult {
|
|
646
|
-
ok: boolean;
|
|
647
|
-
removedCount: number;
|
|
648
|
-
message: string;
|
|
649
|
-
}
|
|
650
|
-
export interface TasksListParams {
|
|
651
|
-
/** Filter by lifecycle state. */
|
|
652
|
-
lifecycle?: "running" | "completed" | "failed" | "cancelled" | "all";
|
|
653
|
-
}
|
|
654
|
-
export interface TasksListResult {
|
|
655
|
-
tasks: Array<{
|
|
656
|
-
taskId: string;
|
|
657
|
-
type: string;
|
|
658
|
-
lifecycle: string;
|
|
659
|
-
label?: string;
|
|
660
|
-
}>;
|
|
661
|
-
}
|
|
662
|
-
export interface TasksCancelParams {
|
|
663
|
-
taskId: string;
|
|
664
|
-
}
|
|
665
|
-
export interface TasksCancelResult {
|
|
666
|
-
ok: boolean;
|
|
667
|
-
message: string;
|
|
668
|
-
}
|
|
669
|
-
export type ProjectType = RpcProjectType;
|
|
670
|
-
export type ProjectStatus = RpcProjectStatus;
|
|
671
|
-
export type ProjectInfo = RpcProjectInfo;
|
|
672
|
-
export type ProjectCreateParams = GatewayRpcMethodMap["project.create"]["params"];
|
|
673
|
-
export type ProjectCreateResult = GatewayRpcMethodMap["project.create"]["result"];
|
|
674
|
-
export type ProjectListParams = GatewayRpcMethodMap["project.list"]["params"];
|
|
675
|
-
export type ProjectListResult = GatewayRpcMethodMap["project.list"]["result"];
|
|
676
|
-
export type ProjectDeleteParams = GatewayRpcMethodMap["project.delete"]["params"];
|
|
677
|
-
export type ProjectDeleteResult = GatewayRpcMethodMap["project.delete"]["result"];
|
|
678
|
-
export type ProjectRenameParams = GatewayRpcMethodMap["project.rename"]["params"];
|
|
679
|
-
export type ProjectRenameResult = GatewayRpcMethodMap["project.rename"]["result"];
|
|
680
|
-
export type ProjectArchiveParams = GatewayRpcMethodMap["project.archive"]["params"];
|
|
681
|
-
export type ProjectArchiveResult = GatewayRpcMethodMap["project.archive"]["result"];
|
|
682
|
-
export type ProjectUnarchiveParams = GatewayRpcMethodMap["project.unarchive"]["params"];
|
|
683
|
-
export type ProjectUnarchiveResult = GatewayRpcMethodMap["project.unarchive"]["result"];
|
|
684
|
-
export type ProjectUpdateParams = GatewayRpcMethodMap["project.update"]["params"];
|
|
685
|
-
export type ProjectUpdateResult = GatewayRpcMethodMap["project.update"]["result"];
|
|
686
|
-
export type ProjectArchiveByGroupParams = GatewayRpcMethodMap["project.archiveByGroup"]["params"];
|
|
687
|
-
export type ProjectArchiveByGroupResult = GatewayRpcMethodMap["project.archiveByGroup"]["result"];
|
|
688
|
-
export type SessionCreateParams = GatewayRpcMethodMap["session.create"]["params"];
|
|
689
|
-
export type SessionCreateResult = GatewayRpcMethodMap["session.create"]["result"];
|
|
690
|
-
export type SessionListParams = GatewayRpcMethodMap["session.list"]["params"];
|
|
691
|
-
export type SessionListResult = GatewayRpcMethodMap["session.list"]["result"];
|
|
692
|
-
export type SessionGetParams = GatewayRpcMethodMap["session.get"]["params"];
|
|
693
|
-
export type SessionGetResult = GatewayRpcMethodMap["session.get"]["result"];
|
|
694
|
-
export type SessionUpdateParams = GatewayRpcMethodMap["session.update"]["params"];
|
|
695
|
-
export type SessionUpdateResult = GatewayRpcMethodMap["session.update"]["result"];
|
|
696
|
-
export type SessionDeleteParams = GatewayRpcMethodMap["session.delete"]["params"];
|
|
697
|
-
export type SessionDeleteResult = GatewayRpcMethodMap["session.delete"]["result"];
|
|
698
|
-
export type SessionArchiveParams = GatewayRpcMethodMap["session.archive"]["params"];
|
|
699
|
-
export type SessionArchiveResult = GatewayRpcMethodMap["session.archive"]["result"];
|
|
700
|
-
export type InstructionsListParams = GatewayRpcMethodMap["instructions.list"]["params"];
|
|
701
|
-
export type InstructionsListResult = GatewayRpcMethodMap["instructions.list"]["result"];
|
|
702
|
-
export type InstructionsReadParams = GatewayRpcMethodMap["instructions.read"]["params"];
|
|
703
|
-
export type InstructionsReadResult = GatewayRpcMethodMap["instructions.read"]["result"];
|
|
704
|
-
export type InstructionsWriteParams = GatewayRpcMethodMap["instructions.write"]["params"];
|
|
705
|
-
export type InstructionsWriteResult = GatewayRpcMethodMap["instructions.write"]["result"];
|
|
706
|
-
export type InstructionsDeleteParams = GatewayRpcMethodMap["instructions.delete"]["params"];
|
|
707
|
-
export type InstructionsDeleteResult = GatewayRpcMethodMap["instructions.delete"]["result"];
|
|
708
|
-
export type FilesListParams = GatewayRpcMethodMap["files.list"]["params"];
|
|
709
|
-
export type FilesListResult = GatewayRpcMethodMap["files.list"]["result"];
|
|
710
|
-
export type FilesReadParams = GatewayRpcMethodMap["files.read"]["params"];
|
|
711
|
-
export type FilesReadResult = GatewayRpcMethodMap["files.read"]["result"];
|
|
712
|
-
export type FilesCreateParams = GatewayRpcMethodMap["files.create"]["params"];
|
|
713
|
-
export type FilesCreateResult = GatewayRpcMethodMap["files.create"]["result"];
|
|
714
|
-
export type FilesRenameParams = GatewayRpcMethodMap["files.rename"]["params"];
|
|
715
|
-
export type FilesRenameResult = GatewayRpcMethodMap["files.rename"]["result"];
|
|
716
|
-
export type FilesDeleteParams = GatewayRpcMethodMap["files.delete"]["params"];
|
|
717
|
-
export type FilesDeleteResult = GatewayRpcMethodMap["files.delete"]["result"];
|
|
718
|
-
export type FilesGitStatusParams = GatewayRpcMethodMap["files.gitStatus"]["params"];
|
|
719
|
-
export type FilesGitStatusResult = GatewayRpcMethodMap["files.gitStatus"]["result"];
|
|
720
|
-
export type SessionSwitchProjectParams = GatewayRpcMethodMap["session.switchProject"]["params"];
|
|
721
|
-
export type SessionSwitchProjectResult = GatewayRpcMethodMap["session.switchProject"]["result"];
|
|
722
|
-
export type SessionGetStateParams = GatewayRpcMethodMap["session.getState"]["params"];
|
|
723
|
-
export type SessionGetStateResult = GatewayRpcMethodMap["session.getState"]["result"];
|
|
724
|
-
export interface RpcMethodMap {
|
|
725
|
-
"initialize": {
|
|
726
|
-
params: InitializeParams;
|
|
727
|
-
result: InitializeResult;
|
|
728
|
-
};
|
|
729
|
-
"thread.create": {
|
|
730
|
-
params: ThreadCreateParams;
|
|
731
|
-
result: ThreadCreateResult;
|
|
732
|
-
};
|
|
733
|
-
"thread.list": {
|
|
734
|
-
params: ThreadListParams;
|
|
735
|
-
result: ThreadListResult;
|
|
736
|
-
};
|
|
737
|
-
"session.resume": {
|
|
738
|
-
params: SessionResumeParams;
|
|
739
|
-
result: SessionResumeResult;
|
|
740
|
-
};
|
|
741
|
-
"session.getInfo": {
|
|
742
|
-
params: SessionGetInfoParams;
|
|
743
|
-
result: SessionGetInfoResult;
|
|
744
|
-
};
|
|
745
|
-
"session.getMessages": {
|
|
746
|
-
params: SessionGetMessagesParams;
|
|
747
|
-
result: SessionGetMessagesResult;
|
|
748
|
-
};
|
|
749
|
-
"memory.list": {
|
|
750
|
-
params: MemoryListParams;
|
|
751
|
-
result: MemoryListResult;
|
|
752
|
-
};
|
|
753
|
-
"memory.read": {
|
|
754
|
-
params: MemoryReadParams;
|
|
755
|
-
result: MemoryReadResult;
|
|
756
|
-
};
|
|
757
|
-
"memory.write": {
|
|
758
|
-
params: MemoryWriteParams;
|
|
759
|
-
result: MemoryWriteResult;
|
|
760
|
-
};
|
|
761
|
-
"memory.search": {
|
|
762
|
-
params: MemorySearchParams;
|
|
763
|
-
result: MemorySearchResult;
|
|
764
|
-
};
|
|
765
|
-
"memory.delete": {
|
|
766
|
-
params: MemoryDeleteParams;
|
|
767
|
-
result: MemoryDeleteResult;
|
|
768
|
-
};
|
|
769
|
-
"memory.dream": {
|
|
770
|
-
params: MemoryDreamParams;
|
|
771
|
-
result: MemoryDreamResult;
|
|
772
|
-
};
|
|
773
|
-
"tools.list": {
|
|
774
|
-
params: ToolsListParams;
|
|
775
|
-
result: ToolsListResult;
|
|
776
|
-
};
|
|
777
|
-
"media.listModels": {
|
|
778
|
-
params: MediaListModelsParams;
|
|
779
|
-
result: MediaListModelsResult;
|
|
780
|
-
};
|
|
781
|
-
"config.get": {
|
|
782
|
-
params: ConfigGetParams;
|
|
783
|
-
result: ConfigGetResult;
|
|
784
|
-
};
|
|
785
|
-
"config.update": {
|
|
786
|
-
params: ConfigUpdateParams;
|
|
787
|
-
result: ConfigUpdateResult;
|
|
788
|
-
};
|
|
789
|
-
"community.getConsent": {
|
|
790
|
-
params: undefined;
|
|
791
|
-
result: CommunityGetConsentResult;
|
|
792
|
-
};
|
|
793
|
-
"community.setConsent": {
|
|
794
|
-
params: CommunitySetConsentParams;
|
|
795
|
-
result: CommunitySetConsentResult;
|
|
796
|
-
};
|
|
797
|
-
"community.matchRegistry": {
|
|
798
|
-
params: CommunityMatchRegistryParams;
|
|
799
|
-
result: CommunityMatchRegistryResult;
|
|
800
|
-
};
|
|
801
|
-
"community.listShared": {
|
|
802
|
-
params: undefined;
|
|
803
|
-
result: CommunityListSharedResult;
|
|
804
|
-
};
|
|
805
|
-
"community.withdrawShared": {
|
|
806
|
-
params: CommunityWithdrawSharedParams;
|
|
807
|
-
result: CommunityWithdrawSharedResult;
|
|
808
|
-
};
|
|
809
|
-
"community.withdrawAllShared": {
|
|
810
|
-
params: CommunityWithdrawAllSharedParams;
|
|
811
|
-
result: CommunityWithdrawAllSharedResult;
|
|
812
|
-
};
|
|
813
|
-
"community.listNotices": {
|
|
814
|
-
params: CommunityListNoticesParams;
|
|
815
|
-
result: CommunityListNoticesResult;
|
|
816
|
-
};
|
|
817
|
-
"community.markNoticeRead": {
|
|
818
|
-
params: CommunityMarkNoticeReadParams;
|
|
819
|
-
result: CommunityMarkNoticeReadResult;
|
|
820
|
-
};
|
|
821
|
-
"community.listPublishAudit": {
|
|
822
|
-
params: CommunityListPublishAuditParams;
|
|
823
|
-
result: CommunityListPublishAuditResult;
|
|
824
|
-
};
|
|
825
|
-
"community.resolveInstall": {
|
|
826
|
-
params: CommunityResolveInstallParams;
|
|
827
|
-
result: CommunityResolveInstallResult;
|
|
828
|
-
};
|
|
829
|
-
"community.installResource": {
|
|
830
|
-
params: CommunityInstallResourceParams;
|
|
831
|
-
result: CommunityInstallResourceResult;
|
|
832
|
-
};
|
|
833
|
-
"community.runtimeStatus": {
|
|
834
|
-
params: CommunityRuntimeStatusParams;
|
|
835
|
-
result: CommunityRuntimeStatusResult;
|
|
836
|
-
};
|
|
837
|
-
"community.installRuntime": {
|
|
838
|
-
params: CommunityInstallRuntimeParams;
|
|
839
|
-
result: CommunityInstallRuntimeResult;
|
|
840
|
-
};
|
|
841
|
-
"community.publishSkill": {
|
|
842
|
-
params: CommunityPublishSkillParams;
|
|
843
|
-
result: CommunityPublishSkillResult;
|
|
844
|
-
};
|
|
845
|
-
"community.publishPet": {
|
|
846
|
-
params: CommunityPublishPetParams;
|
|
847
|
-
result: CommunityPublishPetResult;
|
|
848
|
-
};
|
|
849
|
-
"community.recordSignal": {
|
|
850
|
-
params: CommunityRecordSignalParams;
|
|
851
|
-
result: CommunityRecordSignalResult;
|
|
852
|
-
};
|
|
853
|
-
"community.recordTelemetry": {
|
|
854
|
-
params: CommunityRecordTelemetryParams;
|
|
855
|
-
result: CommunityRecordTelemetryResult;
|
|
856
|
-
};
|
|
857
|
-
"todos.list": {
|
|
858
|
-
params: TodosListParams;
|
|
859
|
-
result: TodosListResult;
|
|
860
|
-
};
|
|
861
|
-
"tasks.list": {
|
|
862
|
-
params: TasksListParams;
|
|
863
|
-
result: TasksListResult;
|
|
864
|
-
};
|
|
865
|
-
"tasks.cancel": {
|
|
866
|
-
params: TasksCancelParams;
|
|
867
|
-
result: TasksCancelResult;
|
|
868
|
-
};
|
|
869
|
-
"agent.ping": {
|
|
870
|
-
params: undefined;
|
|
871
|
-
result: AgentPingResult;
|
|
872
|
-
};
|
|
873
|
-
"agents.scan": {
|
|
874
|
-
params: AgentsScanParams;
|
|
875
|
-
result: AgentDescriptor[];
|
|
876
|
-
};
|
|
877
|
-
"agents.list": {
|
|
878
|
-
params: undefined;
|
|
879
|
-
result: AgentDescriptor[];
|
|
880
|
-
};
|
|
881
|
-
"agents.config": {
|
|
882
|
-
params: AgentsConfigParams;
|
|
883
|
-
result: {
|
|
884
|
-
ok: true;
|
|
885
|
-
};
|
|
886
|
-
};
|
|
887
|
-
"agents.setConfig": {
|
|
888
|
-
params: AgentsSetConfigParams;
|
|
889
|
-
result: {
|
|
890
|
-
ok: true;
|
|
891
|
-
};
|
|
892
|
-
};
|
|
893
|
-
"agents.getConfig": {
|
|
894
|
-
params: AgentsGetConfigParams;
|
|
895
|
-
result: AgentConfig | null;
|
|
896
|
-
};
|
|
897
|
-
"agents.removeConfig": {
|
|
898
|
-
params: AgentsRemoveConfigParams;
|
|
899
|
-
result: {
|
|
900
|
-
ok: true;
|
|
901
|
-
};
|
|
902
|
-
};
|
|
903
|
-
"agents.setGateway": {
|
|
904
|
-
params: AgentsSetGatewayParams;
|
|
905
|
-
result: {
|
|
906
|
-
ok: true;
|
|
907
|
-
};
|
|
908
|
-
};
|
|
909
|
-
"solo.start": {
|
|
910
|
-
params: SoloStartParams;
|
|
911
|
-
result: {
|
|
912
|
-
soloId: string;
|
|
913
|
-
};
|
|
914
|
-
};
|
|
915
|
-
"solo.status": {
|
|
916
|
-
params: SoloIdParams;
|
|
917
|
-
result: SoloStatus | null;
|
|
918
|
-
};
|
|
919
|
-
"solo.cancel": {
|
|
920
|
-
params: SoloIdParams;
|
|
921
|
-
result: {
|
|
922
|
-
ok: true;
|
|
923
|
-
};
|
|
924
|
-
};
|
|
925
|
-
"solo.select": {
|
|
926
|
-
params: SoloSelectParams;
|
|
927
|
-
result: {
|
|
928
|
-
ok: true;
|
|
929
|
-
mergedBranch: string;
|
|
930
|
-
};
|
|
931
|
-
};
|
|
932
|
-
"solo.list": {
|
|
933
|
-
params: undefined;
|
|
934
|
-
result: SoloStatus[];
|
|
935
|
-
};
|
|
936
|
-
"solo.delete": {
|
|
937
|
-
params: SoloDeleteParams;
|
|
938
|
-
result: {
|
|
939
|
-
ok: true;
|
|
940
|
-
};
|
|
941
|
-
};
|
|
942
|
-
"solo.message": {
|
|
943
|
-
params: SoloMessageParams;
|
|
944
|
-
result: {
|
|
945
|
-
resultText: string;
|
|
946
|
-
};
|
|
947
|
-
};
|
|
948
|
-
"solo.evaluate": {
|
|
949
|
-
params: SoloEvaluateParams;
|
|
950
|
-
result: SoloEvaluation;
|
|
951
|
-
};
|
|
952
|
-
"product.plan": {
|
|
953
|
-
params: ProductPlanParams;
|
|
954
|
-
result: {
|
|
955
|
-
productId: string;
|
|
956
|
-
plan: ProductPlan;
|
|
957
|
-
};
|
|
958
|
-
};
|
|
959
|
-
"product.confirm": {
|
|
960
|
-
params: ProductConfirmParams;
|
|
961
|
-
result: {
|
|
962
|
-
productId: string;
|
|
963
|
-
ok: true;
|
|
964
|
-
};
|
|
965
|
-
};
|
|
966
|
-
"product.message": {
|
|
967
|
-
params: ProductMessageParams;
|
|
968
|
-
result: {
|
|
969
|
-
response: string;
|
|
970
|
-
plan?: ProductPlan;
|
|
971
|
-
mutations?: Array<{
|
|
972
|
-
type: string;
|
|
973
|
-
taskId: string;
|
|
974
|
-
}>;
|
|
975
|
-
};
|
|
976
|
-
};
|
|
977
|
-
"product.create": {
|
|
978
|
-
params: ProductCreateParams;
|
|
979
|
-
result: {
|
|
980
|
-
productId: string;
|
|
981
|
-
};
|
|
982
|
-
};
|
|
983
|
-
"product.resume": {
|
|
984
|
-
params: ProductIdParams;
|
|
985
|
-
result: {
|
|
986
|
-
ok: true;
|
|
987
|
-
};
|
|
988
|
-
};
|
|
989
|
-
"product.pause": {
|
|
990
|
-
params: ProductIdParams;
|
|
991
|
-
result: {
|
|
992
|
-
ok: true;
|
|
993
|
-
};
|
|
994
|
-
};
|
|
995
|
-
"product.checkpoint": {
|
|
996
|
-
params: ProductIdParams;
|
|
997
|
-
result: {
|
|
998
|
-
ok: true;
|
|
999
|
-
};
|
|
1000
|
-
};
|
|
1001
|
-
"product.status": {
|
|
1002
|
-
params: ProductIdParams;
|
|
1003
|
-
result: ProductStatus | null;
|
|
1004
|
-
};
|
|
1005
|
-
"product.list": {
|
|
1006
|
-
params: undefined;
|
|
1007
|
-
result: ProductSummary[];
|
|
1008
|
-
};
|
|
1009
|
-
"product.delete": {
|
|
1010
|
-
params: ProductDeleteParams;
|
|
1011
|
-
result: {
|
|
1012
|
-
ok: true;
|
|
1013
|
-
};
|
|
1014
|
-
};
|
|
1015
|
-
"product.cancel": {
|
|
1016
|
-
params: ProductIdParams;
|
|
1017
|
-
result: {
|
|
1018
|
-
ok: true;
|
|
1019
|
-
};
|
|
1020
|
-
};
|
|
1021
|
-
"product.rollback": {
|
|
1022
|
-
params: ProductIdParams & {
|
|
1023
|
-
checkpoint?: string;
|
|
1024
|
-
};
|
|
1025
|
-
result: {
|
|
1026
|
-
ok: true;
|
|
1027
|
-
};
|
|
1028
|
-
};
|
|
1029
|
-
"project.create": {
|
|
1030
|
-
params: ProjectCreateParams;
|
|
1031
|
-
result: ProjectCreateResult;
|
|
1032
|
-
};
|
|
1033
|
-
"project.list": {
|
|
1034
|
-
params: ProjectListParams;
|
|
1035
|
-
result: ProjectListResult;
|
|
1036
|
-
};
|
|
1037
|
-
"project.delete": {
|
|
1038
|
-
params: ProjectDeleteParams;
|
|
1039
|
-
result: ProjectDeleteResult;
|
|
1040
|
-
};
|
|
1041
|
-
"project.rename": {
|
|
1042
|
-
params: ProjectRenameParams;
|
|
1043
|
-
result: ProjectRenameResult;
|
|
1044
|
-
};
|
|
1045
|
-
"project.archive": {
|
|
1046
|
-
params: ProjectArchiveParams;
|
|
1047
|
-
result: ProjectArchiveResult;
|
|
1048
|
-
};
|
|
1049
|
-
"project.unarchive": {
|
|
1050
|
-
params: ProjectUnarchiveParams;
|
|
1051
|
-
result: ProjectUnarchiveResult;
|
|
1052
|
-
};
|
|
1053
|
-
"project.update": {
|
|
1054
|
-
params: ProjectUpdateParams;
|
|
1055
|
-
result: ProjectUpdateResult;
|
|
1056
|
-
};
|
|
1057
|
-
"project.archiveByGroup": {
|
|
1058
|
-
params: ProjectArchiveByGroupParams;
|
|
1059
|
-
result: ProjectArchiveByGroupResult;
|
|
1060
|
-
};
|
|
1061
|
-
"session.switchProject": {
|
|
1062
|
-
params: SessionSwitchProjectParams;
|
|
1063
|
-
result: SessionSwitchProjectResult;
|
|
1064
|
-
};
|
|
1065
|
-
"session.getState": {
|
|
1066
|
-
params: SessionGetStateParams;
|
|
1067
|
-
result: SessionGetStateResult;
|
|
1068
|
-
};
|
|
1069
|
-
"session.create": {
|
|
1070
|
-
params: SessionCreateParams;
|
|
1071
|
-
result: SessionCreateResult;
|
|
1072
|
-
};
|
|
1073
|
-
"session.list": {
|
|
1074
|
-
params: SessionListParams;
|
|
1075
|
-
result: SessionListResult;
|
|
1076
|
-
};
|
|
1077
|
-
"session.get": {
|
|
1078
|
-
params: SessionGetParams;
|
|
1079
|
-
result: SessionGetResult;
|
|
1080
|
-
};
|
|
1081
|
-
"session.update": {
|
|
1082
|
-
params: SessionUpdateParams;
|
|
1083
|
-
result: SessionUpdateResult;
|
|
1084
|
-
};
|
|
1085
|
-
"session.delete": {
|
|
1086
|
-
params: SessionDeleteParams;
|
|
1087
|
-
result: SessionDeleteResult;
|
|
1088
|
-
};
|
|
1089
|
-
"session.archive": {
|
|
1090
|
-
params: SessionArchiveParams;
|
|
1091
|
-
result: SessionArchiveResult;
|
|
1092
|
-
};
|
|
1093
|
-
"instructions.list": {
|
|
1094
|
-
params: InstructionsListParams;
|
|
1095
|
-
result: InstructionsListResult;
|
|
1096
|
-
};
|
|
1097
|
-
"instructions.read": {
|
|
1098
|
-
params: InstructionsReadParams;
|
|
1099
|
-
result: InstructionsReadResult;
|
|
1100
|
-
};
|
|
1101
|
-
"instructions.write": {
|
|
1102
|
-
params: InstructionsWriteParams;
|
|
1103
|
-
result: InstructionsWriteResult;
|
|
1104
|
-
};
|
|
1105
|
-
"instructions.delete": {
|
|
1106
|
-
params: InstructionsDeleteParams;
|
|
1107
|
-
result: InstructionsDeleteResult;
|
|
1108
|
-
};
|
|
1109
|
-
"files.list": {
|
|
1110
|
-
params: FilesListParams;
|
|
1111
|
-
result: FilesListResult;
|
|
1112
|
-
};
|
|
1113
|
-
"files.read": {
|
|
1114
|
-
params: FilesReadParams;
|
|
1115
|
-
result: FilesReadResult;
|
|
1116
|
-
};
|
|
1117
|
-
"files.create": {
|
|
1118
|
-
params: FilesCreateParams;
|
|
1119
|
-
result: FilesCreateResult;
|
|
1120
|
-
};
|
|
1121
|
-
"files.rename": {
|
|
1122
|
-
params: FilesRenameParams;
|
|
1123
|
-
result: FilesRenameResult;
|
|
1124
|
-
};
|
|
1125
|
-
"files.delete": {
|
|
1126
|
-
params: FilesDeleteParams;
|
|
1127
|
-
result: FilesDeleteResult;
|
|
1128
|
-
};
|
|
1129
|
-
"files.gitStatus": {
|
|
1130
|
-
params: FilesGitStatusParams;
|
|
1131
|
-
result: FilesGitStatusResult;
|
|
1132
|
-
};
|
|
1133
|
-
"settings.listProviders": {
|
|
1134
|
-
params: undefined;
|
|
1135
|
-
result: SettingsListProvidersResult;
|
|
1136
|
-
};
|
|
1137
|
-
"settings.addKey": {
|
|
1138
|
-
params: SettingsAddKeyParams;
|
|
1139
|
-
result: SettingsAddKeyResult;
|
|
1140
|
-
};
|
|
1141
|
-
"settings.removeKey": {
|
|
1142
|
-
params: SettingsRemoveKeyParams;
|
|
1143
|
-
result: {
|
|
1144
|
-
ok: true;
|
|
1145
|
-
};
|
|
1146
|
-
};
|
|
1147
|
-
"settings.getKey": {
|
|
1148
|
-
params: SettingsGetKeyParams;
|
|
1149
|
-
result: SettingsGetKeyResult;
|
|
1150
|
-
};
|
|
1151
|
-
"settings.toggleKey": {
|
|
1152
|
-
params: SettingsToggleKeyParams;
|
|
1153
|
-
result: {
|
|
1154
|
-
ok: true;
|
|
1155
|
-
};
|
|
1156
|
-
};
|
|
1157
|
-
"settings.listModels": {
|
|
1158
|
-
params: SettingsListModelsParams;
|
|
1159
|
-
result: SettingsListModelsResult;
|
|
1160
|
-
};
|
|
1161
|
-
"settings.setActiveModel": {
|
|
1162
|
-
params: SettingsSetActiveModelParams;
|
|
1163
|
-
result: {
|
|
1164
|
-
ok: true;
|
|
1165
|
-
};
|
|
1166
|
-
};
|
|
1167
|
-
"settings.getActiveModel": {
|
|
1168
|
-
params: SettingsGetActiveModelParams;
|
|
1169
|
-
result: SettingsGetActiveModelResult;
|
|
1170
|
-
};
|
|
1171
|
-
"settings.getOverview": {
|
|
1172
|
-
params: undefined;
|
|
1173
|
-
result: SettingsGetOverviewResult;
|
|
1174
|
-
};
|
|
1175
|
-
"settings.refreshModels": {
|
|
1176
|
-
params: undefined;
|
|
1177
|
-
result: {
|
|
1178
|
-
ok: true;
|
|
1179
|
-
catalogRefreshed?: boolean;
|
|
1180
|
-
};
|
|
1181
|
-
};
|
|
1182
|
-
"settings.validateKey": {
|
|
1183
|
-
params: SettingsValidateKeyParams;
|
|
1184
|
-
result: SettingsValidateKeyResult;
|
|
1185
|
-
};
|
|
1186
|
-
}
|
|
1187
|
-
/** All known RPC method names. */
|
|
1188
|
-
export type RpcMethod = keyof RpcMethodMap;
|
|
1189
|
-
/** All RPC method names as a runtime array (for capabilities declaration). */
|
|
1190
|
-
export declare const ALL_RPC_METHODS: RpcMethod[];
|