@elizaos/agent 2.0.0-alpha.144 → 2.0.0-alpha.151
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/apps/app-lifeops/src/actions/inbox-digest.d.ts +2 -0
- package/apps/app-lifeops/src/actions/inbox-digest.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/inbox-digest.js +1 -0
- package/apps/app-lifeops/src/actions/inbox-respond.d.ts +2 -0
- package/apps/app-lifeops/src/actions/inbox-respond.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/inbox-respond.js +1 -0
- package/apps/app-lifeops/src/actions/inbox-triage.d.ts +2 -0
- package/apps/app-lifeops/src/actions/inbox-triage.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/inbox-triage.js +1 -0
- package/apps/app-lifeops/src/actions/inbox.d.ts +3 -0
- package/apps/app-lifeops/src/actions/inbox.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/inbox.js +856 -0
- package/apps/app-lifeops/src/actions/update-owner-profile.d.ts +3 -0
- package/apps/app-lifeops/src/actions/update-owner-profile.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/update-owner-profile.js +131 -0
- package/apps/app-lifeops/src/inbox/channel-deep-links.d.ts.map +1 -0
- package/apps/app-lifeops/src/inbox/config.d.ts.map +1 -0
- package/{packages/agent → apps/app-lifeops}/src/inbox/config.js +1 -1
- package/apps/app-lifeops/src/inbox/message-fetcher.d.ts.map +1 -0
- package/apps/app-lifeops/src/inbox/reflection.d.ts.map +1 -0
- package/apps/app-lifeops/src/inbox/repository.d.ts.map +1 -0
- package/apps/app-lifeops/src/inbox/triage-classifier.d.ts.map +1 -0
- package/apps/app-lifeops/src/inbox/types.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/index.d.ts +25 -0
- package/apps/app-lifeops/src/lifeops/index.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/index.js +24 -0
- package/apps/app-lifeops/src/lifeops/screen-context.d.ts +52 -0
- package/apps/app-lifeops/src/lifeops/screen-context.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/screen-context.js +332 -0
- package/apps/app-lifeops/src/plugin.d.ts +3 -0
- package/apps/app-lifeops/src/plugin.d.ts.map +1 -1
- package/apps/app-lifeops/src/plugin.js +16 -3
- package/apps/app-lifeops/src/providers/inbox-triage.d.ts +3 -0
- package/apps/app-lifeops/src/providers/inbox-triage.d.ts.map +1 -0
- package/apps/app-lifeops/src/providers/inbox-triage.js +89 -0
- package/package.json +6 -4
- package/packages/agent/src/actions/calendar.d.ts +1 -18
- package/packages/agent/src/actions/calendar.d.ts.map +1 -1
- package/packages/agent/src/actions/calendar.js +1 -3143
- package/packages/agent/src/actions/check-balance.d.ts +17 -0
- package/packages/agent/src/actions/check-balance.d.ts.map +1 -0
- package/packages/agent/src/actions/check-balance.js +167 -0
- package/packages/agent/src/actions/connector-resolver.d.ts +75 -0
- package/packages/agent/src/actions/connector-resolver.d.ts.map +1 -0
- package/packages/agent/src/actions/connector-resolver.js +245 -0
- package/packages/agent/src/actions/context-signal-lexicon.d.ts +1 -1
- package/packages/agent/src/actions/context-signal-lexicon.d.ts.map +1 -1
- package/packages/agent/src/actions/context-signal-lexicon.js +6 -0
- package/packages/agent/src/actions/eject-plugin.d.ts +3 -0
- package/packages/agent/src/actions/eject-plugin.d.ts.map +1 -0
- package/packages/agent/src/actions/eject-plugin.js +48 -0
- package/packages/agent/src/actions/execute-trade.d.ts +17 -0
- package/packages/agent/src/actions/execute-trade.d.ts.map +1 -0
- package/packages/agent/src/actions/execute-trade.js +299 -0
- package/packages/agent/src/actions/get-self-status.d.ts +13 -0
- package/packages/agent/src/actions/get-self-status.d.ts.map +1 -0
- package/packages/agent/src/actions/get-self-status.js +66 -0
- package/packages/agent/src/actions/gmail.d.ts +1 -32
- package/packages/agent/src/actions/gmail.d.ts.map +1 -1
- package/packages/agent/src/actions/gmail.js +1 -1734
- package/packages/agent/src/actions/inbox-digest.d.ts +1 -1
- package/packages/agent/src/actions/inbox-digest.d.ts.map +1 -1
- package/packages/agent/src/actions/inbox-digest.js +1 -1
- package/packages/agent/src/actions/inbox-respond.d.ts +1 -1
- package/packages/agent/src/actions/inbox-respond.d.ts.map +1 -1
- package/packages/agent/src/actions/inbox-respond.js +1 -1
- package/packages/agent/src/actions/inbox-triage.d.ts +1 -1
- package/packages/agent/src/actions/inbox-triage.d.ts.map +1 -1
- package/packages/agent/src/actions/inbox-triage.js +1 -1
- package/packages/agent/src/actions/inbox.d.ts +1 -2
- package/packages/agent/src/actions/inbox.d.ts.map +1 -1
- package/packages/agent/src/actions/inbox.js +1 -856
- package/packages/agent/src/actions/index.d.ts +13 -0
- package/packages/agent/src/actions/index.d.ts.map +1 -1
- package/packages/agent/src/actions/index.js +13 -0
- package/packages/agent/src/actions/install-plugin.d.ts +3 -0
- package/packages/agent/src/actions/install-plugin.d.ts.map +1 -0
- package/packages/agent/src/actions/install-plugin.js +65 -0
- package/packages/agent/src/actions/life-goal-extractor.d.ts +1 -68
- package/packages/agent/src/actions/life-goal-extractor.d.ts.map +1 -1
- package/packages/agent/src/actions/life-goal-extractor.js +1 -354
- package/packages/agent/src/actions/life-param-extractor.d.ts +1 -77
- package/packages/agent/src/actions/life-param-extractor.d.ts.map +1 -1
- package/packages/agent/src/actions/life-param-extractor.js +1 -423
- package/packages/agent/src/actions/life-recent-context.d.ts +1 -8
- package/packages/agent/src/actions/life-recent-context.d.ts.map +1 -1
- package/packages/agent/src/actions/life-recent-context.js +1 -84
- package/packages/agent/src/actions/life-update-extractor.d.ts +1 -26
- package/packages/agent/src/actions/life-update-extractor.d.ts.map +1 -1
- package/packages/agent/src/actions/life-update-extractor.js +1 -195
- package/packages/agent/src/actions/life.d.ts +1 -8
- package/packages/agent/src/actions/life.d.ts.map +1 -1
- package/packages/agent/src/actions/life.extractor.d.ts +1 -17
- package/packages/agent/src/actions/life.extractor.d.ts.map +1 -1
- package/packages/agent/src/actions/life.extractor.js +1 -264
- package/packages/agent/src/actions/life.js +1 -3379
- package/packages/agent/src/actions/lifeops-extraction-config.d.ts +1 -15
- package/packages/agent/src/actions/lifeops-extraction-config.d.ts.map +1 -1
- package/packages/agent/src/actions/lifeops-extraction-config.js +1 -25
- package/packages/agent/src/actions/lifeops-google-helpers.d.ts +1 -61
- package/packages/agent/src/actions/lifeops-google-helpers.d.ts.map +1 -1
- package/packages/agent/src/actions/lifeops-google-helpers.js +1 -607
- package/packages/agent/src/actions/list-ejected.d.ts +3 -0
- package/packages/agent/src/actions/list-ejected.d.ts.map +1 -0
- package/packages/agent/src/actions/list-ejected.js +35 -0
- package/packages/agent/src/actions/log-level.d.ts +3 -0
- package/packages/agent/src/actions/log-level.d.ts.map +1 -0
- package/packages/agent/src/actions/log-level.js +125 -0
- package/packages/agent/src/actions/manage-tasks.d.ts.map +1 -1
- package/packages/agent/src/actions/manage-tasks.js +51 -15
- package/packages/agent/src/actions/media.d.ts +21 -0
- package/packages/agent/src/actions/media.d.ts.map +1 -0
- package/packages/agent/src/actions/media.js +384 -0
- package/packages/agent/src/actions/read-messages.d.ts +14 -0
- package/packages/agent/src/actions/read-messages.d.ts.map +1 -0
- package/packages/agent/src/actions/read-messages.js +228 -0
- package/packages/agent/src/actions/reinject-plugin.d.ts +3 -0
- package/packages/agent/src/actions/reinject-plugin.d.ts.map +1 -0
- package/packages/agent/src/actions/reinject-plugin.js +47 -0
- package/packages/agent/src/actions/send-message.d.ts +0 -7
- package/packages/agent/src/actions/send-message.d.ts.map +1 -1
- package/packages/agent/src/actions/send-message.js +170 -49
- package/packages/agent/src/actions/sync-plugin.d.ts +3 -0
- package/packages/agent/src/actions/sync-plugin.d.ts.map +1 -0
- package/packages/agent/src/actions/sync-plugin.js +47 -0
- package/packages/agent/src/actions/timezone-normalization.d.ts +1 -2
- package/packages/agent/src/actions/timezone-normalization.d.ts.map +1 -1
- package/packages/agent/src/actions/timezone-normalization.js +1 -107
- package/packages/agent/src/actions/transfer-token.d.ts +17 -0
- package/packages/agent/src/actions/transfer-token.d.ts.map +1 -0
- package/packages/agent/src/actions/transfer-token.js +470 -0
- package/packages/agent/src/actions/update-owner-profile.d.ts +1 -2
- package/packages/agent/src/actions/update-owner-profile.d.ts.map +1 -1
- package/packages/agent/src/actions/update-owner-profile.js +1 -131
- package/packages/agent/src/actions/wallet-action-shared.d.ts +15 -0
- package/packages/agent/src/actions/wallet-action-shared.d.ts.map +1 -0
- package/packages/agent/src/actions/wallet-action-shared.js +24 -0
- package/packages/agent/src/api/agent-admin-routes.d.ts.map +1 -1
- package/packages/agent/src/api/agent-admin-routes.js +1 -1
- package/packages/agent/src/api/binance-skill-helpers.d.ts.map +1 -1
- package/packages/agent/src/api/binance-skill-helpers.js +8 -3
- package/packages/agent/src/api/chat-routes.d.ts.map +1 -1
- package/packages/agent/src/api/chat-routes.js +20 -5
- package/packages/agent/src/api/coding-agents-auth-sanitize.d.ts +1 -22
- package/packages/agent/src/api/coding-agents-auth-sanitize.d.ts.map +1 -1
- package/packages/agent/src/api/coding-agents-auth-sanitize.js +1 -39
- package/packages/agent/src/api/coding-agents-preflight-normalize.d.ts +1 -28
- package/packages/agent/src/api/coding-agents-preflight-normalize.d.ts.map +1 -1
- package/packages/agent/src/api/coding-agents-preflight-normalize.js +1 -45
- package/packages/agent/src/api/coordinator-types.d.ts +1 -46
- package/packages/agent/src/api/coordinator-types.d.ts.map +1 -1
- package/packages/agent/src/api/coordinator-types.js +1 -1
- package/packages/agent/src/api/coordinator-wiring.d.ts +1 -45
- package/packages/agent/src/api/coordinator-wiring.d.ts.map +1 -1
- package/packages/agent/src/api/coordinator-wiring.js +1 -108
- package/packages/agent/src/api/index.d.ts +1 -1
- package/packages/agent/src/api/index.d.ts.map +1 -1
- package/packages/agent/src/api/index.js +1 -1
- package/packages/agent/src/api/lifeops-browser-packaging.d.ts +1 -15
- package/packages/agent/src/api/lifeops-browser-packaging.d.ts.map +1 -1
- package/packages/agent/src/api/lifeops-browser-packaging.js +1 -305
- package/packages/agent/src/api/lifeops-routes.d.ts +1 -19
- package/packages/agent/src/api/lifeops-routes.d.ts.map +1 -1
- package/packages/agent/src/api/lifeops-routes.js +1 -1173
- package/packages/agent/src/api/server.d.ts.map +1 -1
- package/packages/agent/src/api/server.js +6 -6
- package/packages/agent/src/api/task-agent-message-routing.d.ts +1 -9
- package/packages/agent/src/api/task-agent-message-routing.d.ts.map +1 -1
- package/packages/agent/src/api/task-agent-message-routing.js +1 -62
- package/packages/agent/src/api/website-blocker-routes.d.ts +1 -6
- package/packages/agent/src/api/website-blocker-routes.d.ts.map +1 -1
- package/packages/agent/src/api/website-blocker-routes.js +1 -174
- package/packages/agent/src/config/types.agent-defaults.d.ts +1 -1
- package/packages/agent/src/config/types.agent-defaults.d.ts.map +1 -1
- package/packages/agent/src/evals/coordinator-eval-client.d.ts +1 -38
- package/packages/agent/src/evals/coordinator-eval-client.d.ts.map +1 -1
- package/packages/agent/src/evals/coordinator-eval-client.js +1 -138
- package/packages/agent/src/evals/coordinator-live-runner.d.ts +1 -56
- package/packages/agent/src/evals/coordinator-live-runner.d.ts.map +1 -1
- package/packages/agent/src/evals/coordinator-live-runner.js +1 -546
- package/packages/agent/src/evals/coordinator-preflight.d.ts +1 -31
- package/packages/agent/src/evals/coordinator-preflight.d.ts.map +1 -1
- package/packages/agent/src/evals/coordinator-preflight.js +1 -296
- package/packages/agent/src/evals/coordinator-scenarios.d.ts +1 -23
- package/packages/agent/src/evals/coordinator-scenarios.d.ts.map +1 -1
- package/packages/agent/src/evals/coordinator-scenarios.js +1 -1141
- package/packages/agent/src/lifeops/app-state.d.ts +1 -10
- package/packages/agent/src/lifeops/app-state.d.ts.map +1 -1
- package/packages/agent/src/lifeops/app-state.js +1 -32
- package/packages/agent/src/lifeops/apple-reminders.d.ts +1 -57
- package/packages/agent/src/lifeops/apple-reminders.d.ts.map +1 -1
- package/packages/agent/src/lifeops/apple-reminders.js +1 -325
- package/packages/agent/src/lifeops/defaults.d.ts +1 -23
- package/packages/agent/src/lifeops/defaults.d.ts.map +1 -1
- package/packages/agent/src/lifeops/defaults.js +1 -205
- package/packages/agent/src/lifeops/engine.d.ts +1 -7
- package/packages/agent/src/lifeops/engine.d.ts.map +1 -1
- package/packages/agent/src/lifeops/engine.js +1 -389
- package/packages/agent/src/lifeops/goal-grounding.d.ts +1 -53
- package/packages/agent/src/lifeops/goal-grounding.d.ts.map +1 -1
- package/packages/agent/src/lifeops/goal-grounding.js +1 -147
- package/packages/agent/src/lifeops/goal-semantic-evaluator.d.ts +1 -11
- package/packages/agent/src/lifeops/goal-semantic-evaluator.d.ts.map +1 -1
- package/packages/agent/src/lifeops/goal-semantic-evaluator.js +1 -154
- package/packages/agent/src/lifeops/google-api-error.d.ts +1 -6
- package/packages/agent/src/lifeops/google-api-error.d.ts.map +1 -1
- package/packages/agent/src/lifeops/google-api-error.js +1 -35
- package/packages/agent/src/lifeops/google-calendar.d.ts +1 -52
- package/packages/agent/src/lifeops/google-calendar.d.ts.map +1 -1
- package/packages/agent/src/lifeops/google-calendar.js +1 -268
- package/packages/agent/src/lifeops/google-connector-gateway.d.ts +1 -18
- package/packages/agent/src/lifeops/google-connector-gateway.d.ts.map +1 -1
- package/packages/agent/src/lifeops/google-connector-gateway.js +1 -65
- package/packages/agent/src/lifeops/google-fetch.d.ts +1 -10
- package/packages/agent/src/lifeops/google-fetch.d.ts.map +1 -1
- package/packages/agent/src/lifeops/google-fetch.js +1 -85
- package/packages/agent/src/lifeops/google-gmail.d.ts +1 -53
- package/packages/agent/src/lifeops/google-gmail.d.ts.map +1 -1
- package/packages/agent/src/lifeops/google-gmail.js +1 -471
- package/packages/agent/src/lifeops/google-managed-client.d.ts +1 -126
- package/packages/agent/src/lifeops/google-managed-client.d.ts.map +1 -1
- package/packages/agent/src/lifeops/google-managed-client.js +1 -294
- package/packages/agent/src/lifeops/google-oauth.d.ts +1 -60
- package/packages/agent/src/lifeops/google-oauth.d.ts.map +1 -1
- package/packages/agent/src/lifeops/google-oauth.js +1 -494
- package/packages/agent/src/lifeops/google-scopes.d.ts +1 -12
- package/packages/agent/src/lifeops/google-scopes.d.ts.map +1 -1
- package/packages/agent/src/lifeops/google-scopes.js +1 -96
- package/packages/agent/src/lifeops/index.d.ts +1 -2
- package/packages/agent/src/lifeops/index.d.ts.map +1 -1
- package/packages/agent/src/lifeops/index.js +1 -2
- package/packages/agent/src/lifeops/owner-profile.d.ts +1 -14
- package/packages/agent/src/lifeops/owner-profile.d.ts.map +1 -1
- package/packages/agent/src/lifeops/owner-profile.js +1 -194
- package/packages/agent/src/lifeops/repository.d.ts +1 -208
- package/packages/agent/src/lifeops/repository.d.ts.map +1 -1
- package/packages/agent/src/lifeops/repository.js +1 -3187
- package/packages/agent/src/lifeops/runtime.d.ts +1 -13
- package/packages/agent/src/lifeops/runtime.d.ts.map +1 -1
- package/packages/agent/src/lifeops/runtime.js +1 -120
- package/packages/agent/src/lifeops/screen-context.d.ts +1 -51
- package/packages/agent/src/lifeops/screen-context.d.ts.map +1 -1
- package/packages/agent/src/lifeops/screen-context.js +1 -332
- package/packages/agent/src/lifeops/seed-routines.d.ts +1 -19
- package/packages/agent/src/lifeops/seed-routines.d.ts.map +1 -1
- package/packages/agent/src/lifeops/seed-routines.js +1 -111
- package/packages/agent/src/lifeops/service.d.ts +1 -274
- package/packages/agent/src/lifeops/service.d.ts.map +1 -1
- package/packages/agent/src/lifeops/service.js +1 -9260
- package/packages/agent/src/lifeops/sql.d.ts +1 -30
- package/packages/agent/src/lifeops/sql.d.ts.map +1 -1
- package/packages/agent/src/lifeops/sql.js +1 -247
- package/packages/agent/src/lifeops/time.d.ts +1 -16
- package/packages/agent/src/lifeops/time.d.ts.map +1 -1
- package/packages/agent/src/lifeops/time.js +1 -132
- package/packages/agent/src/lifeops/twilio.d.ts +1 -24
- package/packages/agent/src/lifeops/twilio.d.ts.map +1 -1
- package/packages/agent/src/lifeops/twilio.js +1 -157
- package/packages/agent/src/lifeops/x-poster.d.ts +1 -18
- package/packages/agent/src/lifeops/x-poster.d.ts.map +1 -1
- package/packages/agent/src/lifeops/x-poster.js +1 -148
- package/packages/agent/src/providers/inbox-triage.d.ts +1 -2
- package/packages/agent/src/providers/inbox-triage.d.ts.map +1 -1
- package/packages/agent/src/providers/inbox-triage.js +1 -89
- package/packages/agent/src/providers/index.d.ts +4 -1
- package/packages/agent/src/providers/index.d.ts.map +1 -1
- package/packages/agent/src/providers/index.js +4 -1
- package/packages/agent/src/providers/lifeops.d.ts +1 -2
- package/packages/agent/src/providers/lifeops.d.ts.map +1 -1
- package/packages/agent/src/providers/lifeops.js +1 -157
- package/packages/agent/src/providers/local-models.d.ts +118 -0
- package/packages/agent/src/providers/local-models.d.ts.map +1 -0
- package/packages/agent/src/providers/local-models.js +427 -0
- package/packages/agent/src/providers/media-provider.d.ts +192 -0
- package/packages/agent/src/providers/media-provider.d.ts.map +1 -0
- package/packages/agent/src/providers/media-provider.js +1088 -0
- package/packages/agent/src/providers/self-status.d.ts +4 -0
- package/packages/agent/src/providers/self-status.d.ts.map +1 -0
- package/packages/agent/src/providers/self-status.js +12 -0
- package/packages/agent/src/providers/tasks.d.ts.map +1 -1
- package/packages/agent/src/providers/tasks.js +7 -7
- package/packages/agent/src/runtime/core-plugins.js +1 -1
- package/packages/agent/src/runtime/eliza-plugin.d.ts.map +1 -1
- package/packages/agent/src/runtime/eliza-plugin.js +1 -7
- package/packages/agent/src/runtime/eliza.js +2 -2
- package/packages/agent/src/runtime/plugin-collector.js +3 -3
- package/packages/agent/src/runtime/plugin-lifecycle.d.ts.map +1 -1
- package/packages/agent/src/runtime/plugin-lifecycle.js +3 -13
- package/packages/agent/src/runtime/trajectory-internals.d.ts.map +1 -1
- package/packages/agent/src/runtime/trajectory-internals.js +1 -3
- package/packages/agent/src/services/built-in-app-routes/hyperscape.d.ts.map +1 -1
- package/packages/agent/src/services/coding-task-executor.d.ts +3 -3
- package/packages/agent/src/services/coding-task-executor.js +3 -3
- package/packages/shared/src/awareness/index.d.ts +2 -0
- package/packages/shared/src/awareness/index.d.ts.map +1 -0
- package/packages/shared/src/awareness/index.js +1 -0
- package/packages/shared/src/awareness/registry.d.ts +27 -0
- package/packages/shared/src/awareness/registry.d.ts.map +1 -0
- package/packages/shared/src/awareness/registry.js +161 -0
- package/packages/shared/src/i18n/generated/validation-keyword-data.d.ts +24 -0
- package/packages/shared/src/i18n/generated/validation-keyword-data.d.ts.map +1 -1
- package/packages/shared/src/i18n/generated/validation-keyword-data.js +24 -0
- package/packages/shared/src/runtime-env.d.ts.map +1 -1
- package/packages/shared/src/runtime-env.js +5 -1
- package/packages/typescript/src/generated/action-docs.d.ts +135 -0
- package/packages/typescript/src/generated/action-docs.d.ts.map +1 -1
- package/packages/typescript/src/generated/action-docs.js +237 -0
- package/packages/typescript/src/i18n/generated/validation-keyword-data.d.ts +24 -0
- package/packages/typescript/src/i18n/generated/validation-keyword-data.d.ts.map +1 -1
- package/packages/typescript/src/i18n/generated/validation-keyword-data.js +24 -0
- package/packages/typescript/src/index.node.d.ts +2 -2
- package/packages/typescript/src/index.node.d.ts.map +1 -1
- package/packages/typescript/src/index.node.js +4 -3
- package/packages/typescript/src/plugin-lifecycle.d.ts.map +1 -1
- package/packages/typescript/src/plugin-lifecycle.js +42 -3
- package/packages/typescript/src/services/message.d.ts.map +1 -1
- package/packages/typescript/src/services/message.js +32 -0
- package/apps/app-training/src/core/cli.d.ts +0 -11
- package/apps/app-training/src/core/cli.d.ts.map +0 -1
- package/apps/app-training/src/core/cli.js +0 -302
- package/apps/app-training/src/core/context-audit.d.ts +0 -51
- package/apps/app-training/src/core/context-audit.d.ts.map +0 -1
- package/apps/app-training/src/core/context-audit.js +0 -141
- package/apps/app-training/src/core/context-catalog.d.ts +0 -47
- package/apps/app-training/src/core/context-catalog.d.ts.map +0 -1
- package/apps/app-training/src/core/context-catalog.js +0 -259
- package/apps/app-training/src/core/context-types.d.ts +0 -3
- package/apps/app-training/src/core/context-types.d.ts.map +0 -1
- package/apps/app-training/src/core/context-types.js +0 -11
- package/apps/app-training/src/core/dataset-generator.d.ts +0 -135
- package/apps/app-training/src/core/dataset-generator.d.ts.map +0 -1
- package/apps/app-training/src/core/dataset-generator.js +0 -703
- package/apps/app-training/src/core/replay-validator.d.ts +0 -96
- package/apps/app-training/src/core/replay-validator.d.ts.map +0 -1
- package/apps/app-training/src/core/replay-validator.js +0 -265
- package/apps/app-training/src/core/roleplay-executor.d.ts +0 -123
- package/apps/app-training/src/core/roleplay-executor.d.ts.map +0 -1
- package/apps/app-training/src/core/roleplay-executor.js +0 -645
- package/apps/app-training/src/core/roleplay-trajectories.d.ts +0 -54
- package/apps/app-training/src/core/roleplay-trajectories.d.ts.map +0 -1
- package/apps/app-training/src/core/roleplay-trajectories.js +0 -73
- package/apps/app-training/src/core/scenario-blueprints.d.ts +0 -62
- package/apps/app-training/src/core/scenario-blueprints.d.ts.map +0 -1
- package/apps/app-training/src/core/scenario-blueprints.js +0 -790
- package/apps/app-training/src/core/trajectory-task-datasets.d.ts +0 -38
- package/apps/app-training/src/core/trajectory-task-datasets.d.ts.map +0 -1
- package/apps/app-training/src/core/trajectory-task-datasets.js +0 -281
- package/apps/app-training/src/core/vertex-tuning.d.ts +0 -139
- package/apps/app-training/src/core/vertex-tuning.d.ts.map +0 -1
- package/apps/app-training/src/core/vertex-tuning.js +0 -234
- package/packages/agent/src/inbox/channel-deep-links.d.ts.map +0 -1
- package/packages/agent/src/inbox/config.d.ts.map +0 -1
- package/packages/agent/src/inbox/message-fetcher.d.ts.map +0 -1
- package/packages/agent/src/inbox/reflection.d.ts.map +0 -1
- package/packages/agent/src/inbox/repository.d.ts.map +0 -1
- package/packages/agent/src/inbox/triage-classifier.d.ts.map +0 -1
- package/packages/agent/src/inbox/types.d.ts.map +0 -1
- package/packages/agent/src/training/cli.d.ts +0 -2
- package/packages/agent/src/training/cli.d.ts.map +0 -1
- package/packages/agent/src/training/cli.js +0 -2
- package/packages/agent/src/training/context-audit.d.ts +0 -2
- package/packages/agent/src/training/context-audit.d.ts.map +0 -1
- package/packages/agent/src/training/context-audit.js +0 -2
- package/packages/agent/src/training/context-catalog.d.ts +0 -2
- package/packages/agent/src/training/context-catalog.d.ts.map +0 -1
- package/packages/agent/src/training/context-catalog.js +0 -2
- package/packages/agent/src/training/context-types.d.ts +0 -2
- package/packages/agent/src/training/context-types.d.ts.map +0 -1
- package/packages/agent/src/training/context-types.js +0 -2
- package/packages/agent/src/training/dataset-generator.d.ts +0 -2
- package/packages/agent/src/training/dataset-generator.d.ts.map +0 -1
- package/packages/agent/src/training/dataset-generator.js +0 -2
- package/packages/agent/src/training/replay-validator.d.ts +0 -2
- package/packages/agent/src/training/replay-validator.d.ts.map +0 -1
- package/packages/agent/src/training/replay-validator.js +0 -2
- package/packages/agent/src/training/roleplay-executor.d.ts +0 -2
- package/packages/agent/src/training/roleplay-executor.d.ts.map +0 -1
- package/packages/agent/src/training/roleplay-executor.js +0 -2
- package/packages/agent/src/training/roleplay-trajectories.d.ts +0 -2
- package/packages/agent/src/training/roleplay-trajectories.d.ts.map +0 -1
- package/packages/agent/src/training/roleplay-trajectories.js +0 -2
- package/packages/agent/src/training/scenario-blueprints.d.ts +0 -2
- package/packages/agent/src/training/scenario-blueprints.d.ts.map +0 -1
- package/packages/agent/src/training/scenario-blueprints.js +0 -2
- package/packages/agent/src/training/trajectory-task-datasets.d.ts +0 -2
- package/packages/agent/src/training/trajectory-task-datasets.d.ts.map +0 -1
- package/packages/agent/src/training/trajectory-task-datasets.js +0 -2
- package/packages/agent/src/training/vertex-tuning.d.ts +0 -2
- package/packages/agent/src/training/vertex-tuning.d.ts.map +0 -1
- package/packages/agent/src/training/vertex-tuning.js +0 -2
- package/packages/typescript/src/features/orchestrator/actions/coding-task-handlers.d.ts +0 -41
- package/packages/typescript/src/features/orchestrator/actions/coding-task-handlers.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/actions/coding-task-handlers.js +0 -443
- package/packages/typescript/src/features/orchestrator/actions/coding-task-helpers.d.ts +0 -34
- package/packages/typescript/src/features/orchestrator/actions/coding-task-helpers.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/actions/coding-task-helpers.js +0 -171
- package/packages/typescript/src/features/orchestrator/actions/eval-metadata.d.ts +0 -11
- package/packages/typescript/src/features/orchestrator/actions/eval-metadata.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/actions/eval-metadata.js +0 -55
- package/packages/typescript/src/features/orchestrator/actions/finalize-workspace.d.ts +0 -11
- package/packages/typescript/src/features/orchestrator/actions/finalize-workspace.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/actions/finalize-workspace.js +0 -214
- package/packages/typescript/src/features/orchestrator/actions/list-agents.d.ts +0 -13
- package/packages/typescript/src/features/orchestrator/actions/list-agents.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/actions/list-agents.js +0 -174
- package/packages/typescript/src/features/orchestrator/actions/manage-issues.d.ts +0 -11
- package/packages/typescript/src/features/orchestrator/actions/manage-issues.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/actions/manage-issues.js +0 -428
- package/packages/typescript/src/features/orchestrator/actions/provision-workspace.d.ts +0 -11
- package/packages/typescript/src/features/orchestrator/actions/provision-workspace.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/actions/provision-workspace.js +0 -189
- package/packages/typescript/src/features/orchestrator/actions/send-to-agent.d.ts +0 -12
- package/packages/typescript/src/features/orchestrator/actions/send-to-agent.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/actions/send-to-agent.js +0 -265
- package/packages/typescript/src/features/orchestrator/actions/spawn-agent.d.ts +0 -12
- package/packages/typescript/src/features/orchestrator/actions/spawn-agent.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/actions/spawn-agent.js +0 -356
- package/packages/typescript/src/features/orchestrator/actions/start-coding-task.d.ts +0 -22
- package/packages/typescript/src/features/orchestrator/actions/start-coding-task.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/actions/start-coding-task.js +0 -270
- package/packages/typescript/src/features/orchestrator/actions/stop-agent.d.ts +0 -12
- package/packages/typescript/src/features/orchestrator/actions/stop-agent.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/actions/stop-agent.js +0 -192
- package/packages/typescript/src/features/orchestrator/actions/task-control.d.ts +0 -3
- package/packages/typescript/src/features/orchestrator/actions/task-control.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/actions/task-control.js +0 -217
- package/packages/typescript/src/features/orchestrator/actions/task-history.d.ts +0 -3
- package/packages/typescript/src/features/orchestrator/actions/task-history.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/actions/task-history.js +0 -323
- package/packages/typescript/src/features/orchestrator/actions/task-share.d.ts +0 -3
- package/packages/typescript/src/features/orchestrator/actions/task-share.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/actions/task-share.js +0 -168
- package/packages/typescript/src/features/orchestrator/actions/task-thread-target.d.ts +0 -11
- package/packages/typescript/src/features/orchestrator/actions/task-thread-target.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/actions/task-thread-target.js +0 -68
- package/packages/typescript/src/features/orchestrator/api/agent-routes.d.ts +0 -18
- package/packages/typescript/src/features/orchestrator/api/agent-routes.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/api/agent-routes.js +0 -654
- package/packages/typescript/src/features/orchestrator/api/coordinator-routes.d.ts +0 -22
- package/packages/typescript/src/features/orchestrator/api/coordinator-routes.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/api/coordinator-routes.js +0 -403
- package/packages/typescript/src/features/orchestrator/api/hook-routes.d.ts +0 -18
- package/packages/typescript/src/features/orchestrator/api/hook-routes.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/api/hook-routes.js +0 -164
- package/packages/typescript/src/features/orchestrator/api/issue-routes.d.ts +0 -17
- package/packages/typescript/src/features/orchestrator/api/issue-routes.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/api/issue-routes.js +0 -132
- package/packages/typescript/src/features/orchestrator/api/routes.d.ts +0 -37
- package/packages/typescript/src/features/orchestrator/api/routes.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/api/routes.js +0 -96
- package/packages/typescript/src/features/orchestrator/api/workspace-routes.d.ts +0 -17
- package/packages/typescript/src/features/orchestrator/api/workspace-routes.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/api/workspace-routes.js +0 -149
- package/packages/typescript/src/features/orchestrator/base-plugin.d.ts +0 -19
- package/packages/typescript/src/features/orchestrator/base-plugin.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/base-plugin.js +0 -75
- package/packages/typescript/src/features/orchestrator/claude-jsonl-completion-watcher.d.ts +0 -101
- package/packages/typescript/src/features/orchestrator/claude-jsonl-completion-watcher.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/claude-jsonl-completion-watcher.js +0 -310
- package/packages/typescript/src/features/orchestrator/index.d.ts +0 -33
- package/packages/typescript/src/features/orchestrator/index.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/index.js +0 -30
- package/packages/typescript/src/features/orchestrator/patch-agent-orchestrator-plugin.d.ts +0 -15
- package/packages/typescript/src/features/orchestrator/patch-agent-orchestrator-plugin.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/patch-agent-orchestrator-plugin.js +0 -1449
- package/packages/typescript/src/features/orchestrator/providers/action-examples.d.ts +0 -14
- package/packages/typescript/src/features/orchestrator/providers/action-examples.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/providers/action-examples.js +0 -151
- package/packages/typescript/src/features/orchestrator/providers/active-workspace-context.d.ts +0 -13
- package/packages/typescript/src/features/orchestrator/providers/active-workspace-context.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/providers/active-workspace-context.js +0 -142
- package/packages/typescript/src/features/orchestrator/services/agent-credentials.d.ts +0 -6
- package/packages/typescript/src/features/orchestrator/services/agent-credentials.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/agent-credentials.js +0 -91
- package/packages/typescript/src/features/orchestrator/services/agent-metrics.d.ts +0 -30
- package/packages/typescript/src/features/orchestrator/services/agent-metrics.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/agent-metrics.js +0 -54
- package/packages/typescript/src/features/orchestrator/services/agent-selection.d.ts +0 -53
- package/packages/typescript/src/features/orchestrator/services/agent-selection.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/agent-selection.js +0 -70
- package/packages/typescript/src/features/orchestrator/services/ansi-utils.d.ts +0 -61
- package/packages/typescript/src/features/orchestrator/services/ansi-utils.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/ansi-utils.js +0 -252
- package/packages/typescript/src/features/orchestrator/services/config-env.d.ts +0 -13
- package/packages/typescript/src/features/orchestrator/services/config-env.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/config-env.js +0 -37
- package/packages/typescript/src/features/orchestrator/services/coordinator-event-normalizer.d.ts +0 -50
- package/packages/typescript/src/features/orchestrator/services/coordinator-event-normalizer.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/coordinator-event-normalizer.js +0 -184
- package/packages/typescript/src/features/orchestrator/services/debug-capture.d.ts +0 -38
- package/packages/typescript/src/features/orchestrator/services/debug-capture.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/debug-capture.js +0 -113
- package/packages/typescript/src/features/orchestrator/services/pty-auto-response.d.ts +0 -30
- package/packages/typescript/src/features/orchestrator/services/pty-auto-response.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/pty-auto-response.js +0 -146
- package/packages/typescript/src/features/orchestrator/services/pty-init.d.ts +0 -54
- package/packages/typescript/src/features/orchestrator/services/pty-init.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/pty-init.js +0 -315
- package/packages/typescript/src/features/orchestrator/services/pty-service.d.ts +0 -175
- package/packages/typescript/src/features/orchestrator/services/pty-service.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/pty-service.js +0 -1469
- package/packages/typescript/src/features/orchestrator/services/pty-session-io.d.ts +0 -49
- package/packages/typescript/src/features/orchestrator/services/pty-session-io.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/pty-session-io.js +0 -180
- package/packages/typescript/src/features/orchestrator/services/pty-spawn.d.ts +0 -53
- package/packages/typescript/src/features/orchestrator/services/pty-spawn.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/pty-spawn.js +0 -280
- package/packages/typescript/src/features/orchestrator/services/pty-types.d.ts +0 -80
- package/packages/typescript/src/features/orchestrator/services/pty-types.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/pty-types.js +0 -51
- package/packages/typescript/src/features/orchestrator/services/repo-input.d.ts +0 -16
- package/packages/typescript/src/features/orchestrator/services/repo-input.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/repo-input.js +0 -88
- package/packages/typescript/src/features/orchestrator/services/stall-classifier.d.ts +0 -69
- package/packages/typescript/src/features/orchestrator/services/stall-classifier.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/stall-classifier.js +0 -446
- package/packages/typescript/src/features/orchestrator/services/swarm-coordinator-prompts.d.ts +0 -97
- package/packages/typescript/src/features/orchestrator/services/swarm-coordinator-prompts.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/swarm-coordinator-prompts.js +0 -342
- package/packages/typescript/src/features/orchestrator/services/swarm-coordinator.d.ts +0 -421
- package/packages/typescript/src/features/orchestrator/services/swarm-coordinator.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/swarm-coordinator.js +0 -2356
- package/packages/typescript/src/features/orchestrator/services/swarm-decision-loop.d.ts +0 -52
- package/packages/typescript/src/features/orchestrator/services/swarm-decision-loop.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/swarm-decision-loop.js +0 -1538
- package/packages/typescript/src/features/orchestrator/services/swarm-event-triage.d.ts +0 -49
- package/packages/typescript/src/features/orchestrator/services/swarm-event-triage.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/swarm-event-triage.js +0 -171
- package/packages/typescript/src/features/orchestrator/services/swarm-history.d.ts +0 -27
- package/packages/typescript/src/features/orchestrator/services/swarm-history.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/swarm-history.js +0 -148
- package/packages/typescript/src/features/orchestrator/services/swarm-idle-watchdog.d.ts +0 -22
- package/packages/typescript/src/features/orchestrator/services/swarm-idle-watchdog.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/swarm-idle-watchdog.js +0 -265
- package/packages/typescript/src/features/orchestrator/services/task-acceptance.d.ts +0 -8
- package/packages/typescript/src/features/orchestrator/services/task-acceptance.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/task-acceptance.js +0 -114
- package/packages/typescript/src/features/orchestrator/services/task-agent-auth.d.ts +0 -68
- package/packages/typescript/src/features/orchestrator/services/task-agent-auth.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/task-agent-auth.js +0 -559
- package/packages/typescript/src/features/orchestrator/services/task-agent-frameworks.d.ts +0 -82
- package/packages/typescript/src/features/orchestrator/services/task-agent-frameworks.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/task-agent-frameworks.js +0 -738
- package/packages/typescript/src/features/orchestrator/services/task-kind.d.ts +0 -3
- package/packages/typescript/src/features/orchestrator/services/task-kind.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/task-kind.js +0 -40
- package/packages/typescript/src/features/orchestrator/services/task-policy.d.ts +0 -17
- package/packages/typescript/src/features/orchestrator/services/task-policy.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/task-policy.js +0 -226
- package/packages/typescript/src/features/orchestrator/services/task-registry.d.ts +0 -550
- package/packages/typescript/src/features/orchestrator/services/task-registry.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/task-registry.js +0 -2182
- package/packages/typescript/src/features/orchestrator/services/task-share.d.ts +0 -18
- package/packages/typescript/src/features/orchestrator/services/task-share.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/task-share.js +0 -159
- package/packages/typescript/src/features/orchestrator/services/task-validation.d.ts +0 -69
- package/packages/typescript/src/features/orchestrator/services/task-validation.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/task-validation.js +0 -587
- package/packages/typescript/src/features/orchestrator/services/task-verifier-runner.d.ts +0 -5
- package/packages/typescript/src/features/orchestrator/services/task-verifier-runner.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/task-verifier-runner.js +0 -372
- package/packages/typescript/src/features/orchestrator/services/trajectory-context.d.ts +0 -73
- package/packages/typescript/src/features/orchestrator/services/trajectory-context.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/trajectory-context.js +0 -64
- package/packages/typescript/src/features/orchestrator/services/trajectory-feedback.d.ts +0 -53
- package/packages/typescript/src/features/orchestrator/services/trajectory-feedback.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/trajectory-feedback.js +0 -260
- package/packages/typescript/src/features/orchestrator/services/workspace-git-ops.d.ts +0 -28
- package/packages/typescript/src/features/orchestrator/services/workspace-git-ops.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/workspace-git-ops.js +0 -105
- package/packages/typescript/src/features/orchestrator/services/workspace-github.d.ts +0 -58
- package/packages/typescript/src/features/orchestrator/services/workspace-github.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/workspace-github.js +0 -139
- package/packages/typescript/src/features/orchestrator/services/workspace-lifecycle.d.ts +0 -18
- package/packages/typescript/src/features/orchestrator/services/workspace-lifecycle.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/workspace-lifecycle.js +0 -86
- package/packages/typescript/src/features/orchestrator/services/workspace-service.d.ts +0 -118
- package/packages/typescript/src/features/orchestrator/services/workspace-service.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/workspace-service.js +0 -533
- package/packages/typescript/src/features/orchestrator/services/workspace-types.d.ts +0 -81
- package/packages/typescript/src/features/orchestrator/services/workspace-types.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/services/workspace-types.js +0 -8
- package/packages/typescript/src/features/orchestrator/task-progress-streamer.d.ts +0 -38
- package/packages/typescript/src/features/orchestrator/task-progress-streamer.d.ts.map +0 -1
- package/packages/typescript/src/features/orchestrator/task-progress-streamer.js +0 -293
- /package/{packages/agent → apps/app-lifeops}/src/inbox/channel-deep-links.d.ts +0 -0
- /package/{packages/agent → apps/app-lifeops}/src/inbox/channel-deep-links.js +0 -0
- /package/{packages/agent → apps/app-lifeops}/src/inbox/config.d.ts +0 -0
- /package/{packages/agent → apps/app-lifeops}/src/inbox/message-fetcher.d.ts +0 -0
- /package/{packages/agent → apps/app-lifeops}/src/inbox/message-fetcher.js +0 -0
- /package/{packages/agent → apps/app-lifeops}/src/inbox/reflection.d.ts +0 -0
- /package/{packages/agent → apps/app-lifeops}/src/inbox/reflection.js +0 -0
- /package/{packages/agent → apps/app-lifeops}/src/inbox/repository.d.ts +0 -0
- /package/{packages/agent → apps/app-lifeops}/src/inbox/repository.js +0 -0
- /package/{packages/agent → apps/app-lifeops}/src/inbox/triage-classifier.d.ts +0 -0
- /package/{packages/agent → apps/app-lifeops}/src/inbox/triage-classifier.js +0 -0
- /package/{packages/agent → apps/app-lifeops}/src/inbox/types.d.ts +0 -0
- /package/{packages/agent → apps/app-lifeops}/src/inbox/types.js +0 -0
|
@@ -1,421 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swarm Coordinator — Event Bridge & Autonomous Coordination Loop
|
|
3
|
-
*
|
|
4
|
-
* Bridges PTY session events to:
|
|
5
|
-
* 1. SSE clients (frontend dashboard) for real-time status
|
|
6
|
-
* 2. LLM coordination decisions for unhandled blocking prompts
|
|
7
|
-
*
|
|
8
|
-
* The coordinator subscribes to PTYService session events and:
|
|
9
|
-
* - Skips events already handled by auto-response rules (autoResponded=true)
|
|
10
|
-
* - Routes unhandled blocking prompts through supervision levels:
|
|
11
|
-
* - autonomous: LLM decides immediately
|
|
12
|
-
* - confirm: queued for human approval
|
|
13
|
-
* - notify: broadcast only (no action)
|
|
14
|
-
*
|
|
15
|
-
* Heavy logic is extracted into:
|
|
16
|
-
* - swarm-decision-loop.ts (blocked, turn-complete, LLM decisions)
|
|
17
|
-
* - swarm-idle-watchdog.ts (idle session scanning)
|
|
18
|
-
*
|
|
19
|
-
* @module services/swarm-coordinator
|
|
20
|
-
*/
|
|
21
|
-
import type { ServerResponse } from "node:http";
|
|
22
|
-
import type { IAgentRuntime } from "@elizaos/core";
|
|
23
|
-
import type { PTYService } from "./pty-service.ts";
|
|
24
|
-
import type { CodingAgentType } from "./pty-types.ts";
|
|
25
|
-
import type { CoordinationLLMResponse, SharedDecision } from "./swarm-coordinator-prompts.ts";
|
|
26
|
-
import { SwarmHistory } from "./swarm-history.ts";
|
|
27
|
-
import { type CreateTaskThreadInput, type TaskNodeRecord, TaskRegistry, type TaskThreadDetail, type TaskThreadStatus, type TaskThreadSummary } from "./task-registry.ts";
|
|
28
|
-
/** Callback injected by server.ts to route chat messages to the user's conversation. */
|
|
29
|
-
export type ChatMessageCallback = (text: string, source?: string) => Promise<void>;
|
|
30
|
-
/** Callback injected by server.ts to relay coordinator events to WebSocket clients. */
|
|
31
|
-
export type WsBroadcastCallback = (event: SwarmEvent) => void;
|
|
32
|
-
/**
|
|
33
|
-
* Callback injected by server.ts to route coordinator events through
|
|
34
|
-
* Milaidy's full ElizaOS pipeline (conversation memory, personality, actions).
|
|
35
|
-
* Returns a CoordinationLLMResponse parsed from Milaidy's natural language
|
|
36
|
-
* response, or null if no actionable JSON block was found.
|
|
37
|
-
*/
|
|
38
|
-
export type AgentDecisionCallback = (eventDescription: string, sessionId: string, taskContext: TaskContext) => Promise<CoordinationLLMResponse | null>;
|
|
39
|
-
/** Per-task summary included in the swarm complete payload. */
|
|
40
|
-
export interface TaskCompletionSummary {
|
|
41
|
-
sessionId: string;
|
|
42
|
-
label: string;
|
|
43
|
-
agentType: string;
|
|
44
|
-
originalTask: string;
|
|
45
|
-
status: string;
|
|
46
|
-
completionSummary: string;
|
|
47
|
-
}
|
|
48
|
-
/** Callback fired when all tasks in a swarm reach terminal state. */
|
|
49
|
-
export type SwarmCompleteCallback = (payload: {
|
|
50
|
-
tasks: TaskCompletionSummary[];
|
|
51
|
-
total: number;
|
|
52
|
-
completed: number;
|
|
53
|
-
stopped: number;
|
|
54
|
-
errored: number;
|
|
55
|
-
}) => Promise<void>;
|
|
56
|
-
export type SupervisionLevel = "autonomous" | "confirm" | "notify";
|
|
57
|
-
export interface TaskContext {
|
|
58
|
-
threadId: string;
|
|
59
|
-
taskNodeId?: string;
|
|
60
|
-
sessionId: string;
|
|
61
|
-
agentType: CodingAgentType;
|
|
62
|
-
label: string;
|
|
63
|
-
originalTask: string;
|
|
64
|
-
workdir: string;
|
|
65
|
-
/** Repository URL if provided, undefined for scratch directory tasks. */
|
|
66
|
-
repo?: string;
|
|
67
|
-
status: "active" | "blocked" | "tool_running" | "completed" | "error" | "stopped";
|
|
68
|
-
decisions: CoordinationDecision[];
|
|
69
|
-
autoResolvedCount: number;
|
|
70
|
-
registeredAt: number;
|
|
71
|
-
/** Timestamp of the last session event (any type). Used by idle watchdog. */
|
|
72
|
-
lastActivityAt: number;
|
|
73
|
-
/** How many idle checks have been performed on this session. */
|
|
74
|
-
idleCheckCount: number;
|
|
75
|
-
/** True once the initial task has been delivered to the agent. */
|
|
76
|
-
taskDelivered: boolean;
|
|
77
|
-
/** Summary of what the agent accomplished, populated on completion. */
|
|
78
|
-
completionSummary?: string;
|
|
79
|
-
/** Index into sharedDecisions[] — tracks which decisions this agent has already seen. */
|
|
80
|
-
lastSeenDecisionIndex: number;
|
|
81
|
-
/** Timestamp of last coordinator-sent input. Used to suppress stall/turn-complete
|
|
82
|
-
* events for a grace period so the agent has time to process the input. */
|
|
83
|
-
lastInputSentAt?: number;
|
|
84
|
-
/** Timestamp when the task was last transitioned to `stopped`. */
|
|
85
|
-
stoppedAt?: number;
|
|
86
|
-
/** Suppress the generic stop notice when the session is intentionally replaced. */
|
|
87
|
-
suppressStopNotice?: boolean;
|
|
88
|
-
}
|
|
89
|
-
export interface CoordinationDecision {
|
|
90
|
-
timestamp: number;
|
|
91
|
-
event: string;
|
|
92
|
-
promptText: string;
|
|
93
|
-
decision: "respond" | "escalate" | "ignore" | "complete" | "auto_resolved" | "stopped";
|
|
94
|
-
response?: string;
|
|
95
|
-
reasoning: string;
|
|
96
|
-
}
|
|
97
|
-
export interface SwarmEvent {
|
|
98
|
-
type: string;
|
|
99
|
-
sessionId: string;
|
|
100
|
-
timestamp: number;
|
|
101
|
-
data: unknown;
|
|
102
|
-
}
|
|
103
|
-
export interface PendingDecision {
|
|
104
|
-
sessionId: string;
|
|
105
|
-
promptText: string;
|
|
106
|
-
recentOutput: string;
|
|
107
|
-
llmDecision: CoordinationLLMResponse;
|
|
108
|
-
taskContext: TaskContext;
|
|
109
|
-
createdAt: number;
|
|
110
|
-
}
|
|
111
|
-
/**
|
|
112
|
-
* Context interface exposing internal state and helpers to extracted modules.
|
|
113
|
-
* Implemented by SwarmCoordinator — passed as `this` to module-level functions.
|
|
114
|
-
*/
|
|
115
|
-
export interface SwarmCoordinatorContext {
|
|
116
|
-
readonly runtime: IAgentRuntime;
|
|
117
|
-
readonly ptyService: PTYService | null;
|
|
118
|
-
readonly taskRegistry: TaskRegistry;
|
|
119
|
-
readonly tasks: Map<string, TaskContext>;
|
|
120
|
-
readonly inFlightDecisions: Set<string>;
|
|
121
|
-
readonly pendingDecisions: Map<string, PendingDecision>;
|
|
122
|
-
/** Buffered task_complete events that arrived while an in-flight decision was running. */
|
|
123
|
-
readonly pendingTurnComplete: Map<string, unknown>;
|
|
124
|
-
/** Fingerprint of the last blocked prompt per session — for re-render dedup. */
|
|
125
|
-
readonly lastBlockedPromptFingerprint: Map<string, string>;
|
|
126
|
-
/** Buffered blocked events that arrived while an in-flight decision was running. */
|
|
127
|
-
readonly pendingBlocked: Map<string, unknown>;
|
|
128
|
-
/** Last-seen output snapshot per session — used by idle watchdog. */
|
|
129
|
-
readonly lastSeenOutput: Map<string, string>;
|
|
130
|
-
/** Timestamp of last tool_running chat notification per session — for throttling. */
|
|
131
|
-
readonly lastToolNotification: Map<string, number>;
|
|
132
|
-
/** Whether LLM decisions are paused (user sent a chat message). */
|
|
133
|
-
readonly isPaused: boolean;
|
|
134
|
-
/** Significant decisions shared across the swarm. */
|
|
135
|
-
readonly sharedDecisions: SharedDecision[];
|
|
136
|
-
/** Get the shared context brief from the planning phase. */
|
|
137
|
-
getSwarmContext(): string;
|
|
138
|
-
/**
|
|
139
|
-
* Guard flag: whether the swarm_complete event has already been fired
|
|
140
|
-
* for the current swarm lifecycle. Set to `true` by `checkAllTasksComplete()`
|
|
141
|
-
* when all tasks reach terminal state. Reset to `false` by:
|
|
142
|
-
* - `stop()` — full coordinator teardown
|
|
143
|
-
* - `registerTask()` — when detecting a new swarm (all previous tasks terminal)
|
|
144
|
-
*/
|
|
145
|
-
swarmCompleteNotified: boolean;
|
|
146
|
-
broadcast(event: SwarmEvent): void;
|
|
147
|
-
sendChatMessage(text: string, source?: string): void;
|
|
148
|
-
log(message: string): void;
|
|
149
|
-
getSupervisionLevel(): SupervisionLevel;
|
|
150
|
-
getAgentDecisionCallback(): AgentDecisionCallback | null;
|
|
151
|
-
getSwarmCompleteCallback(): SwarmCompleteCallback | null;
|
|
152
|
-
recordDecision(taskCtx: TaskContext, decision: CoordinationDecision): Promise<void>;
|
|
153
|
-
syncTaskContext(taskCtx: TaskContext): Promise<void>;
|
|
154
|
-
}
|
|
155
|
-
export declare class SwarmCoordinator implements SwarmCoordinatorContext {
|
|
156
|
-
static serviceType: string;
|
|
157
|
-
readonly runtime: IAgentRuntime;
|
|
158
|
-
readonly taskRegistry: TaskRegistry;
|
|
159
|
-
ptyService: PTYService | null;
|
|
160
|
-
private unsubscribeEvents;
|
|
161
|
-
/** Per-session task context. */
|
|
162
|
-
readonly tasks: Map<string, TaskContext>;
|
|
163
|
-
/** SSE clients receiving live events. */
|
|
164
|
-
private sseClients;
|
|
165
|
-
/** Supervision level (default: autonomous). */
|
|
166
|
-
private supervisionLevel;
|
|
167
|
-
/** Pending confirmations for "confirm" mode. */
|
|
168
|
-
readonly pendingDecisions: Map<string, PendingDecision>;
|
|
169
|
-
/** In-flight decision lock — prevents parallel LLM calls for same session. */
|
|
170
|
-
readonly inFlightDecisions: Set<string>;
|
|
171
|
-
/** Buffered task_complete events that arrived while an in-flight decision was running. */
|
|
172
|
-
readonly pendingTurnComplete: Map<string, unknown>;
|
|
173
|
-
/** Fingerprint of the last blocked prompt per session — for re-render dedup. */
|
|
174
|
-
readonly lastBlockedPromptFingerprint: Map<string, string>;
|
|
175
|
-
/** Buffered blocked events that arrived while an in-flight decision was running. */
|
|
176
|
-
readonly pendingBlocked: Map<string, unknown>;
|
|
177
|
-
/** Callback to send chat messages to the user's conversation UI. */
|
|
178
|
-
private chatCallback;
|
|
179
|
-
/** Callback to relay coordinator events to WebSocket clients. */
|
|
180
|
-
private wsBroadcast;
|
|
181
|
-
/** Callback to route coordinator events through Milaidy's full pipeline. */
|
|
182
|
-
private agentDecisionCb;
|
|
183
|
-
/** Callback fired when all swarm tasks complete — for synthesis. */
|
|
184
|
-
private swarmCompleteCb;
|
|
185
|
-
/** Buffer for events arriving before task registration. */
|
|
186
|
-
private unregisteredBuffer;
|
|
187
|
-
/** Idle watchdog timer handle. */
|
|
188
|
-
private idleWatchdogTimer;
|
|
189
|
-
/** Last-seen output snapshot per session — used by idle watchdog to detect data flow. */
|
|
190
|
-
readonly lastSeenOutput: Map<string, string>;
|
|
191
|
-
/** Timestamp of last tool_running chat notification per session — for throttling. */
|
|
192
|
-
readonly lastToolNotification: Map<string, number>;
|
|
193
|
-
/** Whether LLM decisions are paused (user sent a chat message). */
|
|
194
|
-
private _paused;
|
|
195
|
-
/** Significant decisions shared across the swarm (Layer 2). */
|
|
196
|
-
readonly sharedDecisions: SharedDecision[];
|
|
197
|
-
/** Shared context brief generated during swarm planning phase. */
|
|
198
|
-
private _swarmContext;
|
|
199
|
-
/** @see SwarmCoordinatorContext.swarmCompleteNotified */
|
|
200
|
-
swarmCompleteNotified: boolean;
|
|
201
|
-
/** Buffered events during pause — replayed on resume. */
|
|
202
|
-
private pauseBuffer;
|
|
203
|
-
/** Buffered broadcasts waiting for wsBroadcast to be wired. */
|
|
204
|
-
private preBridgeBroadcastBuffer;
|
|
205
|
-
/** Auto-resume timeout handle. */
|
|
206
|
-
private pauseTimeout;
|
|
207
|
-
/** Coordinator startup timestamp — ignore events from sessions created before this. */
|
|
208
|
-
private readonly startedAt;
|
|
209
|
-
/** Active retry timers for unregistered session buffers. */
|
|
210
|
-
private unregisteredRetryTimers;
|
|
211
|
-
/** Turn-complete coalescing timers — debounces rapid events per session. */
|
|
212
|
-
private turnCompleteCoalesceTimers;
|
|
213
|
-
/** Persistent swarm history — JSONL log that survives restarts. */
|
|
214
|
-
readonly history: SwarmHistory;
|
|
215
|
-
constructor(runtime: IAgentRuntime);
|
|
216
|
-
/** Inject a callback (from server.ts) to route messages to the user's chat UI. */
|
|
217
|
-
/** Track whether we've already wired the scratch decision callback. */
|
|
218
|
-
private scratchDecisionWired;
|
|
219
|
-
setChatCallback(cb: ChatMessageCallback): void;
|
|
220
|
-
/**
|
|
221
|
-
* Wire the scratch workspace save prompt callback.
|
|
222
|
-
* Called eagerly from setChatCallback and lazily from handleSessionEvent
|
|
223
|
-
* in case the workspace service wasn't ready at chat-callback time.
|
|
224
|
-
*/
|
|
225
|
-
private wireScratchDecisionCallback;
|
|
226
|
-
/** Inject a callback (from server.ts) to relay events to WebSocket clients. */
|
|
227
|
-
setWsBroadcast(cb: WsBroadcastCallback): void;
|
|
228
|
-
/** Inject a callback fired when all swarm tasks reach terminal state. */
|
|
229
|
-
setSwarmCompleteCallback(cb: SwarmCompleteCallback): void;
|
|
230
|
-
/** Return the swarm complete callback (if wired). */
|
|
231
|
-
getSwarmCompleteCallback(): SwarmCompleteCallback | null;
|
|
232
|
-
/** Set the shared context brief for this swarm. */
|
|
233
|
-
setSwarmContext(context: string): void;
|
|
234
|
-
/** Return the swarm planning context (if set). */
|
|
235
|
-
getSwarmContext(): string;
|
|
236
|
-
/** Inject a callback (from server.ts) to route events through Milaidy's pipeline. */
|
|
237
|
-
setAgentDecisionCallback(cb: AgentDecisionCallback): void;
|
|
238
|
-
/** Return the agent decision callback (if wired). */
|
|
239
|
-
getAgentDecisionCallback(): AgentDecisionCallback | null;
|
|
240
|
-
/** Null-safe wrapper — sends a message to the user's conversation if callback is set. */
|
|
241
|
-
sendChatMessage(text: string, source?: string): void;
|
|
242
|
-
/**
|
|
243
|
-
* Initialize the coordinator by subscribing to PTY session events.
|
|
244
|
-
* Called from plugin init after services are ready.
|
|
245
|
-
*/
|
|
246
|
-
start(ptyService: PTYService): Promise<void>;
|
|
247
|
-
private restorePendingTaskContext;
|
|
248
|
-
private restorePendingLlmDecision;
|
|
249
|
-
private rehydratePendingDecisions;
|
|
250
|
-
stop(): Promise<void>;
|
|
251
|
-
/** Whether the coordinator is currently paused. */
|
|
252
|
-
get isPaused(): boolean;
|
|
253
|
-
/** Pause LLM-based decisions. Auto-responses and broadcasts continue. */
|
|
254
|
-
pause(): void;
|
|
255
|
-
/** Resume LLM-based decisions and replay buffered events. */
|
|
256
|
-
resume(): void;
|
|
257
|
-
registerTask(sessionId: string, context: {
|
|
258
|
-
threadId?: string;
|
|
259
|
-
taskNodeId?: string;
|
|
260
|
-
agentType: CodingAgentType;
|
|
261
|
-
label: string;
|
|
262
|
-
originalTask: string;
|
|
263
|
-
workdir: string;
|
|
264
|
-
repo?: string;
|
|
265
|
-
providerSource?: string | null;
|
|
266
|
-
metadata?: Record<string, unknown>;
|
|
267
|
-
}): Promise<void>;
|
|
268
|
-
/**
|
|
269
|
-
* Return the repo URL from the most recently registered task that had one.
|
|
270
|
-
* Useful as a fallback when the user says "in the same repo" without a URL.
|
|
271
|
-
*/
|
|
272
|
-
/**
|
|
273
|
-
* Persisted separately from tasks so it survives task cleanup.
|
|
274
|
-
* Updated whenever a task with a repo is registered.
|
|
275
|
-
*/
|
|
276
|
-
private _lastUsedRepo;
|
|
277
|
-
getLastUsedRepo(): string | undefined;
|
|
278
|
-
/**
|
|
279
|
-
* Async version that also checks disk history — survives process restarts.
|
|
280
|
-
* Callers that can await should prefer this over the sync version.
|
|
281
|
-
*/
|
|
282
|
-
getLastUsedRepoAsync(): Promise<string | undefined>;
|
|
283
|
-
getTaskContext(sessionId: string): TaskContext | undefined;
|
|
284
|
-
private mapDecisionRecord;
|
|
285
|
-
private mapSessionStatus;
|
|
286
|
-
private mapTaskContextStatusToNodeStatus;
|
|
287
|
-
private buildTaskContextFromSession;
|
|
288
|
-
getTaskContextSnapshot(sessionId: string): Promise<TaskContext | null>;
|
|
289
|
-
getAllTaskContexts(): TaskContext[];
|
|
290
|
-
createTaskThread(input: CreateTaskThreadInput): Promise<TaskThreadSummary>;
|
|
291
|
-
planTaskThreadGraph(input: {
|
|
292
|
-
threadId: string;
|
|
293
|
-
title: string;
|
|
294
|
-
originalRequest: string;
|
|
295
|
-
sharedContext?: string;
|
|
296
|
-
subtasks: Array<{
|
|
297
|
-
label: string;
|
|
298
|
-
originalTask: string;
|
|
299
|
-
agentType: CodingAgentType;
|
|
300
|
-
repo?: string;
|
|
301
|
-
}>;
|
|
302
|
-
}): Promise<{
|
|
303
|
-
rootNode: TaskNodeRecord;
|
|
304
|
-
workerNodes: TaskNodeRecord[];
|
|
305
|
-
}>;
|
|
306
|
-
listTaskThreads(options?: {
|
|
307
|
-
includeArchived?: boolean;
|
|
308
|
-
status?: TaskThreadStatus;
|
|
309
|
-
statuses?: TaskThreadStatus[];
|
|
310
|
-
kind?: import("./task-registry.js").TaskThreadKind;
|
|
311
|
-
roomId?: string;
|
|
312
|
-
worldId?: string;
|
|
313
|
-
ownerUserId?: string;
|
|
314
|
-
scenarioId?: string;
|
|
315
|
-
batchId?: string;
|
|
316
|
-
createdAfter?: string;
|
|
317
|
-
createdBefore?: string;
|
|
318
|
-
updatedAfter?: string;
|
|
319
|
-
updatedBefore?: string;
|
|
320
|
-
latestActivityAfter?: number;
|
|
321
|
-
latestActivityBefore?: number;
|
|
322
|
-
hasActiveSession?: boolean;
|
|
323
|
-
search?: string;
|
|
324
|
-
limit?: number;
|
|
325
|
-
}): Promise<TaskThreadSummary[]>;
|
|
326
|
-
getTaskThread(threadId: string): Promise<TaskThreadDetail | null>;
|
|
327
|
-
archiveTaskThread(threadId: string): Promise<void>;
|
|
328
|
-
reopenTaskThread(threadId: string): Promise<void>;
|
|
329
|
-
countTaskThreads(options?: {
|
|
330
|
-
includeArchived?: boolean;
|
|
331
|
-
status?: TaskThreadStatus;
|
|
332
|
-
statuses?: TaskThreadStatus[];
|
|
333
|
-
kind?: import("./task-registry.js").TaskThreadKind;
|
|
334
|
-
roomId?: string;
|
|
335
|
-
worldId?: string;
|
|
336
|
-
ownerUserId?: string;
|
|
337
|
-
scenarioId?: string;
|
|
338
|
-
batchId?: string;
|
|
339
|
-
createdAfter?: string;
|
|
340
|
-
createdBefore?: string;
|
|
341
|
-
updatedAfter?: string;
|
|
342
|
-
updatedBefore?: string;
|
|
343
|
-
latestActivityAfter?: number;
|
|
344
|
-
latestActivityBefore?: number;
|
|
345
|
-
hasActiveSession?: boolean;
|
|
346
|
-
search?: string;
|
|
347
|
-
}): Promise<number>;
|
|
348
|
-
private getLiveTaskContextsForThread;
|
|
349
|
-
private stopLiveThreadSessions;
|
|
350
|
-
private clipText;
|
|
351
|
-
private formatResumePrompt;
|
|
352
|
-
pauseTaskThread(threadId: string, note?: string): Promise<{
|
|
353
|
-
threadId: string;
|
|
354
|
-
stoppedSessionIds: string[];
|
|
355
|
-
}>;
|
|
356
|
-
stopTaskThread(threadId: string, note?: string): Promise<{
|
|
357
|
-
threadId: string;
|
|
358
|
-
stoppedSessionIds: string[];
|
|
359
|
-
}>;
|
|
360
|
-
resumeTaskThread(threadId: string, instruction?: string, agentType?: string): Promise<{
|
|
361
|
-
threadId: string;
|
|
362
|
-
sessionId: string;
|
|
363
|
-
reusedSession: boolean;
|
|
364
|
-
framework: CodingAgentType;
|
|
365
|
-
}>;
|
|
366
|
-
continueTaskThread(threadId: string, instruction: string, agentType?: string): Promise<{
|
|
367
|
-
threadId: string;
|
|
368
|
-
sessionId: string;
|
|
369
|
-
reusedSession: boolean;
|
|
370
|
-
framework: CodingAgentType;
|
|
371
|
-
}>;
|
|
372
|
-
syncTaskContext(taskCtx: TaskContext): Promise<void>;
|
|
373
|
-
private isAutomaticFailoverFramework;
|
|
374
|
-
private getFailoverCandidates;
|
|
375
|
-
private getRecoveryCandidates;
|
|
376
|
-
private shouldPreferAlternativeFrameworkForError;
|
|
377
|
-
private formatFailoverPrompt;
|
|
378
|
-
private formatErrorRecoveryPrompt;
|
|
379
|
-
private handleFrameworkDepletion;
|
|
380
|
-
private attemptTaskFailover;
|
|
381
|
-
private attemptTaskRecovery;
|
|
382
|
-
resumeTaskAfterProviderAuth(sessionId: string, reason: string): Promise<{
|
|
383
|
-
replacementSessionId: string;
|
|
384
|
-
replacementFramework: CodingAgentType;
|
|
385
|
-
replacementLabel: string;
|
|
386
|
-
} | null>;
|
|
387
|
-
markTaskResumedAfterProviderAuth(sessionId: string): Promise<boolean>;
|
|
388
|
-
recordDecision(taskCtx: TaskContext, decision: CoordinationDecision): Promise<void>;
|
|
389
|
-
setTaskDelivered(sessionId: string): Promise<void>;
|
|
390
|
-
/**
|
|
391
|
-
* Schedule a retry check for buffered events from an unregistered session.
|
|
392
|
-
* Uses exponential backoff: 2s → 4s → 8s → 16s, max 30s total.
|
|
393
|
-
*/
|
|
394
|
-
private scheduleUnregisteredRetry;
|
|
395
|
-
/**
|
|
396
|
-
* Register an SSE client. Returns an unsubscribe function.
|
|
397
|
-
* Sends a snapshot of current state on connect.
|
|
398
|
-
*/
|
|
399
|
-
addSseClient(res: ServerResponse): () => void;
|
|
400
|
-
broadcast(event: SwarmEvent): void;
|
|
401
|
-
private writeSseEvent;
|
|
402
|
-
handleSessionEvent(sessionId: string, event: string, data: unknown): Promise<void>;
|
|
403
|
-
private handleNormalizedSessionEvent;
|
|
404
|
-
makeCoordinationDecision(taskCtx: TaskContext, promptText: string, recentOutput: string): Promise<CoordinationLLMResponse | null>;
|
|
405
|
-
executeDecision(sessionId: string, decision: CoordinationLLMResponse): Promise<void>;
|
|
406
|
-
/**
|
|
407
|
-
* Public entry point for external callers (e.g. server.ts) to execute
|
|
408
|
-
* a coordination decision on a session. Wraps the internal executeDecision.
|
|
409
|
-
*/
|
|
410
|
-
executeEventDecision(sessionId: string, decision: CoordinationLLMResponse): Promise<void>;
|
|
411
|
-
setSupervisionLevel(level: SupervisionLevel): void;
|
|
412
|
-
getSupervisionLevel(): SupervisionLevel;
|
|
413
|
-
getPendingConfirmations(): PendingDecision[];
|
|
414
|
-
confirmDecision(sessionId: string, approved: boolean, override?: {
|
|
415
|
-
response?: string;
|
|
416
|
-
useKeys?: boolean;
|
|
417
|
-
keys?: string[];
|
|
418
|
-
}): Promise<void>;
|
|
419
|
-
log(message: string): void;
|
|
420
|
-
}
|
|
421
|
-
//# sourceMappingURL=swarm-coordinator.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"swarm-coordinator.d.ts","sourceRoot":"","sources":["../../../../../../../../typescript/src/features/orchestrator/services/swarm-coordinator.ts"],"names":[],"mappings":"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"}
|