@elizaos/agent 2.0.0-alpha.144 → 2.0.0-alpha.152
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,55 +0,0 @@
|
|
|
1
|
-
function asRecord(value) {
|
|
2
|
-
return value && typeof value === "object" && !Array.isArray(value)
|
|
3
|
-
? value
|
|
4
|
-
: null;
|
|
5
|
-
}
|
|
6
|
-
function readString(source, ...keys) {
|
|
7
|
-
if (!source)
|
|
8
|
-
return undefined;
|
|
9
|
-
for (const key of keys) {
|
|
10
|
-
const value = source[key];
|
|
11
|
-
if (typeof value === "string" && value.trim().length > 0) {
|
|
12
|
-
return value.trim();
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
return undefined;
|
|
16
|
-
}
|
|
17
|
-
export function extractEvalRunMetadata(value) {
|
|
18
|
-
const record = value && "content" in value
|
|
19
|
-
? asRecord(value.content)
|
|
20
|
-
: asRecord(value);
|
|
21
|
-
const contentMetadata = asRecord(record?.metadata);
|
|
22
|
-
const nestedSources = [
|
|
23
|
-
asRecord(contentMetadata?.eval),
|
|
24
|
-
asRecord(contentMetadata?.evaluation),
|
|
25
|
-
asRecord(contentMetadata?.scenario),
|
|
26
|
-
];
|
|
27
|
-
const scenarioId = readString(record, "scenarioId", "scenario_id") ??
|
|
28
|
-
readString(contentMetadata, "scenarioId", "scenario_id") ??
|
|
29
|
-
nestedSources
|
|
30
|
-
.map((source) => readString(source, "scenarioId", "scenario_id"))
|
|
31
|
-
.find(Boolean);
|
|
32
|
-
const batchId = readString(record, "batchId", "batch_id") ??
|
|
33
|
-
readString(contentMetadata, "batchId", "batch_id") ??
|
|
34
|
-
nestedSources
|
|
35
|
-
.map((source) => readString(source, "batchId", "batch_id"))
|
|
36
|
-
.find(Boolean);
|
|
37
|
-
return { scenarioId, batchId };
|
|
38
|
-
}
|
|
39
|
-
export function mergeTaskThreadEvalMetadata(message, metadata) {
|
|
40
|
-
const merged = {
|
|
41
|
-
...(metadata ?? {}),
|
|
42
|
-
};
|
|
43
|
-
const { scenarioId, batchId } = extractEvalRunMetadata(message);
|
|
44
|
-
if (scenarioId) {
|
|
45
|
-
merged.scenarioId = scenarioId;
|
|
46
|
-
}
|
|
47
|
-
if (batchId) {
|
|
48
|
-
merged.batchId = batchId;
|
|
49
|
-
}
|
|
50
|
-
return {
|
|
51
|
-
scenarioId,
|
|
52
|
-
batchId,
|
|
53
|
-
metadata: merged,
|
|
54
|
-
};
|
|
55
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* FINALIZE_WORKSPACE action - Commit, push, and create PR for workspace changes
|
|
3
|
-
*
|
|
4
|
-
* Completes a coding task by committing changes, pushing to remote,
|
|
5
|
-
* and optionally creating a pull request.
|
|
6
|
-
*
|
|
7
|
-
* @module actions/finalize-workspace
|
|
8
|
-
*/
|
|
9
|
-
import type { Action } from "@elizaos/core";
|
|
10
|
-
export declare const finalizeWorkspaceAction: Action;
|
|
11
|
-
//# sourceMappingURL=finalize-workspace.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"finalize-workspace.d.ts","sourceRoot":"","sources":["../../../../../../../../typescript/src/features/orchestrator/actions/finalize-workspace.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,EACX,MAAM,EAON,MAAM,eAAe,CAAC;AAIvB,eAAO,MAAM,uBAAuB,EAAE,MA0PrC,CAAC"}
|
|
@@ -1,214 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* FINALIZE_WORKSPACE action - Commit, push, and create PR for workspace changes
|
|
3
|
-
*
|
|
4
|
-
* Completes a coding task by committing changes, pushing to remote,
|
|
5
|
-
* and optionally creating a pull request.
|
|
6
|
-
*
|
|
7
|
-
* @module actions/finalize-workspace
|
|
8
|
-
*/
|
|
9
|
-
import { requireTaskAgentAccess } from "../services/task-policy.js";
|
|
10
|
-
export const finalizeWorkspaceAction = {
|
|
11
|
-
name: "FINALIZE_WORKSPACE",
|
|
12
|
-
similes: ["COMMIT_AND_PR", "CREATE_PR", "SUBMIT_CHANGES", "FINISH_WORKSPACE"],
|
|
13
|
-
description: "Finalize workspace changes by committing, pushing, and optionally creating a pull request. " +
|
|
14
|
-
"Use after a task agent completes its task.",
|
|
15
|
-
examples: [
|
|
16
|
-
[
|
|
17
|
-
{
|
|
18
|
-
name: "{{user1}}",
|
|
19
|
-
content: { text: "Create a PR for the changes" },
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
name: "{{agentName}}",
|
|
23
|
-
content: {
|
|
24
|
-
text: "I'll commit and create a pull request.",
|
|
25
|
-
action: "FINALIZE_WORKSPACE",
|
|
26
|
-
},
|
|
27
|
-
},
|
|
28
|
-
],
|
|
29
|
-
[
|
|
30
|
-
{
|
|
31
|
-
name: "{{user1}}",
|
|
32
|
-
content: { text: "Submit the task agent's work as a PR" },
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
name: "{{agentName}}",
|
|
36
|
-
content: {
|
|
37
|
-
text: "Finalizing the workspace and creating PR.",
|
|
38
|
-
action: "FINALIZE_WORKSPACE",
|
|
39
|
-
},
|
|
40
|
-
},
|
|
41
|
-
],
|
|
42
|
-
],
|
|
43
|
-
validate: async (runtime, _message) => {
|
|
44
|
-
const workspaceService = runtime.getService("CODING_WORKSPACE_SERVICE");
|
|
45
|
-
return workspaceService != null;
|
|
46
|
-
},
|
|
47
|
-
handler: async (runtime, message, state, _options, callback) => {
|
|
48
|
-
const access = await requireTaskAgentAccess(runtime, message, "interact");
|
|
49
|
-
if (access.allowed === false) {
|
|
50
|
-
if (callback) {
|
|
51
|
-
await callback({
|
|
52
|
-
text: access.reason,
|
|
53
|
-
});
|
|
54
|
-
}
|
|
55
|
-
return { success: false, error: "FORBIDDEN", text: access.reason };
|
|
56
|
-
}
|
|
57
|
-
const workspaceService = runtime.getService("CODING_WORKSPACE_SERVICE");
|
|
58
|
-
if (!workspaceService) {
|
|
59
|
-
if (callback) {
|
|
60
|
-
await callback({
|
|
61
|
-
text: "Workspace Service is not available.",
|
|
62
|
-
});
|
|
63
|
-
}
|
|
64
|
-
return { success: false, error: "SERVICE_UNAVAILABLE" };
|
|
65
|
-
}
|
|
66
|
-
const content = message.content;
|
|
67
|
-
// Get workspace ID from content or state
|
|
68
|
-
let workspaceId = content.workspaceId;
|
|
69
|
-
if (!workspaceId && state?.codingWorkspace) {
|
|
70
|
-
workspaceId = state.codingWorkspace.id;
|
|
71
|
-
}
|
|
72
|
-
if (!workspaceId) {
|
|
73
|
-
const workspaces = workspaceService.listWorkspaces();
|
|
74
|
-
if (workspaces.length === 0) {
|
|
75
|
-
if (callback) {
|
|
76
|
-
await callback({
|
|
77
|
-
text: "No workspaces available. Provision a workspace first.",
|
|
78
|
-
});
|
|
79
|
-
}
|
|
80
|
-
return { success: false, error: "NO_WORKSPACE" };
|
|
81
|
-
}
|
|
82
|
-
workspaceId = workspaces[workspaces.length - 1].id;
|
|
83
|
-
}
|
|
84
|
-
const workspace = workspaceService.getWorkspace(workspaceId);
|
|
85
|
-
if (!workspace) {
|
|
86
|
-
if (callback) {
|
|
87
|
-
await callback({
|
|
88
|
-
text: `Workspace ${workspaceId} not found.`,
|
|
89
|
-
});
|
|
90
|
-
}
|
|
91
|
-
return { success: false, error: "WORKSPACE_NOT_FOUND" };
|
|
92
|
-
}
|
|
93
|
-
try {
|
|
94
|
-
// Check workspace status
|
|
95
|
-
const status = await workspaceService.getStatus(workspaceId);
|
|
96
|
-
if (status.clean && status.staged.length === 0) {
|
|
97
|
-
if (callback) {
|
|
98
|
-
await callback({
|
|
99
|
-
text: "No changes to commit in this workspace.",
|
|
100
|
-
});
|
|
101
|
-
}
|
|
102
|
-
return {
|
|
103
|
-
success: true,
|
|
104
|
-
text: "No changes to commit",
|
|
105
|
-
data: { workspaceId, status },
|
|
106
|
-
};
|
|
107
|
-
}
|
|
108
|
-
// Commit changes
|
|
109
|
-
const commitMessage = content.commitMessage ??
|
|
110
|
-
`feat: automated changes from task agent\n\nGenerated by Eliza task-agent plugin.`;
|
|
111
|
-
const commitHash = await workspaceService.commit(workspaceId, {
|
|
112
|
-
message: commitMessage,
|
|
113
|
-
all: true,
|
|
114
|
-
});
|
|
115
|
-
// Push to remote
|
|
116
|
-
await workspaceService.push(workspaceId, { setUpstream: true });
|
|
117
|
-
// Create PR if not skipped
|
|
118
|
-
let prInfo = null;
|
|
119
|
-
if (!content.skipPR) {
|
|
120
|
-
const prTitle = content.prTitle ?? `[Eliza] ${workspace.branch}`;
|
|
121
|
-
const prBody = content.prBody ??
|
|
122
|
-
`## Summary\n\nAutomated changes generated by Eliza task agent.\n\n` +
|
|
123
|
-
`**Branch:** ${workspace.branch}\n` +
|
|
124
|
-
`**Commit:** ${commitHash}\n\n` +
|
|
125
|
-
`---\n*Generated by @elizaos/agent-orchestrator*`;
|
|
126
|
-
prInfo = await workspaceService.createPR(workspaceId, {
|
|
127
|
-
title: prTitle,
|
|
128
|
-
body: prBody,
|
|
129
|
-
base: content.baseBranch,
|
|
130
|
-
draft: content.draft,
|
|
131
|
-
});
|
|
132
|
-
}
|
|
133
|
-
if (callback) {
|
|
134
|
-
if (prInfo) {
|
|
135
|
-
await callback({
|
|
136
|
-
text: `Workspace finalized!\n` +
|
|
137
|
-
`Commit: ${commitHash.slice(0, 8)}\n` +
|
|
138
|
-
`PR #${prInfo.number}: ${prInfo.url}`,
|
|
139
|
-
});
|
|
140
|
-
}
|
|
141
|
-
else {
|
|
142
|
-
await callback({
|
|
143
|
-
text: `Workspace changes committed and pushed.\n` +
|
|
144
|
-
`Commit: ${commitHash.slice(0, 8)}`,
|
|
145
|
-
});
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
return {
|
|
149
|
-
success: true,
|
|
150
|
-
text: prInfo
|
|
151
|
-
? `Created PR #${prInfo.number}`
|
|
152
|
-
: "Changes committed and pushed",
|
|
153
|
-
data: {
|
|
154
|
-
workspaceId,
|
|
155
|
-
commitHash,
|
|
156
|
-
pr: prInfo ? { number: prInfo.number, url: prInfo.url } : undefined,
|
|
157
|
-
},
|
|
158
|
-
};
|
|
159
|
-
}
|
|
160
|
-
catch (error) {
|
|
161
|
-
const errorMessage = error instanceof Error ? error.message : String(error);
|
|
162
|
-
if (callback) {
|
|
163
|
-
await callback({
|
|
164
|
-
text: `Failed to finalize workspace: ${errorMessage}`,
|
|
165
|
-
});
|
|
166
|
-
}
|
|
167
|
-
return { success: false, error: "FINALIZE_FAILED" };
|
|
168
|
-
}
|
|
169
|
-
},
|
|
170
|
-
parameters: [
|
|
171
|
-
{
|
|
172
|
-
name: "workspaceId",
|
|
173
|
-
description: "ID of the workspace to finalize. Uses current workspace if not specified.",
|
|
174
|
-
required: false,
|
|
175
|
-
schema: { type: "string" },
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
name: "commitMessage",
|
|
179
|
-
description: "Commit message for the changes.",
|
|
180
|
-
required: false,
|
|
181
|
-
schema: { type: "string" },
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
name: "prTitle",
|
|
185
|
-
description: "Title for the pull request.",
|
|
186
|
-
required: false,
|
|
187
|
-
schema: { type: "string" },
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
name: "prBody",
|
|
191
|
-
description: "Body/description for the pull request.",
|
|
192
|
-
required: false,
|
|
193
|
-
schema: { type: "string" },
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
name: "baseBranch",
|
|
197
|
-
description: "Base branch for the PR (e.g., main, develop).",
|
|
198
|
-
required: false,
|
|
199
|
-
schema: { type: "string" },
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
name: "draft",
|
|
203
|
-
description: "Create as draft PR.",
|
|
204
|
-
required: false,
|
|
205
|
-
schema: { type: "boolean" },
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
name: "skipPR",
|
|
209
|
-
description: "Skip PR creation, only commit and push.",
|
|
210
|
-
required: false,
|
|
211
|
-
schema: { type: "boolean" },
|
|
212
|
-
},
|
|
213
|
-
],
|
|
214
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* LIST_AGENTS action - List active task-agent sessions and task progress.
|
|
3
|
-
*
|
|
4
|
-
* Returns information about running PTY sessions together with the current
|
|
5
|
-
* coordinator task state so the main agent can keep the user updated while
|
|
6
|
-
* background work continues.
|
|
7
|
-
*
|
|
8
|
-
* @module actions/list-agents
|
|
9
|
-
*/
|
|
10
|
-
import type { Action } from "@elizaos/core";
|
|
11
|
-
export declare const listAgentsAction: Action;
|
|
12
|
-
export declare const listTaskAgentsAction: Action;
|
|
13
|
-
//# sourceMappingURL=list-agents.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"list-agents.d.ts","sourceRoot":"","sources":["../../../../../../../../typescript/src/features/orchestrator/actions/list-agents.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EACX,MAAM,EAON,MAAM,eAAe,CAAC;AAiCvB,eAAO,MAAM,gBAAgB,EAAE,MAoM9B,CAAC;AAEF,eAAO,MAAM,oBAAoB,QAAmB,CAAC"}
|
|
@@ -1,174 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* LIST_AGENTS action - List active task-agent sessions and task progress.
|
|
3
|
-
*
|
|
4
|
-
* Returns information about running PTY sessions together with the current
|
|
5
|
-
* coordinator task state so the main agent can keep the user updated while
|
|
6
|
-
* background work continues.
|
|
7
|
-
*
|
|
8
|
-
* @module actions/list-agents
|
|
9
|
-
*/
|
|
10
|
-
import { getCoordinator } from "../services/pty-service.js";
|
|
11
|
-
import { formatTaskAgentStatus, getTaskAgentFrameworkState, TASK_AGENT_FRAMEWORK_LABELS, truncateTaskAgentText, } from "../services/task-agent-frameworks.js";
|
|
12
|
-
import { requireTaskAgentAccess } from "../services/task-policy.js";
|
|
13
|
-
function uniqueTasks(tasks) {
|
|
14
|
-
const seen = new Set();
|
|
15
|
-
const result = [];
|
|
16
|
-
for (const task of tasks) {
|
|
17
|
-
if (seen.has(task.sessionId))
|
|
18
|
-
continue;
|
|
19
|
-
seen.add(task.sessionId);
|
|
20
|
-
result.push(task);
|
|
21
|
-
}
|
|
22
|
-
return result;
|
|
23
|
-
}
|
|
24
|
-
export const listAgentsAction = {
|
|
25
|
-
name: "LIST_AGENTS",
|
|
26
|
-
similes: [
|
|
27
|
-
"LIST_CODING_AGENTS",
|
|
28
|
-
"SHOW_CODING_AGENTS",
|
|
29
|
-
"GET_ACTIVE_AGENTS",
|
|
30
|
-
"LIST_SESSIONS",
|
|
31
|
-
"SHOW_CODING_SESSIONS",
|
|
32
|
-
"SHOW_TASK_AGENTS",
|
|
33
|
-
"LIST_SUB_AGENTS",
|
|
34
|
-
"SHOW_TASK_STATUS",
|
|
35
|
-
],
|
|
36
|
-
description: "List active task agents together with current task progress so the main agent can keep the user updated while work continues asynchronously.",
|
|
37
|
-
examples: [
|
|
38
|
-
[
|
|
39
|
-
{
|
|
40
|
-
name: "{{user1}}",
|
|
41
|
-
content: {
|
|
42
|
-
text: "What task agents are running right now and what are they doing?",
|
|
43
|
-
},
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
name: "{{agentName}}",
|
|
47
|
-
content: {
|
|
48
|
-
text: "I'll pull the current task-agent status.",
|
|
49
|
-
action: "LIST_AGENTS",
|
|
50
|
-
},
|
|
51
|
-
},
|
|
52
|
-
],
|
|
53
|
-
],
|
|
54
|
-
validate: async (runtime, _message) => {
|
|
55
|
-
const ptyService = runtime.getService("PTY_SERVICE");
|
|
56
|
-
return ptyService != null;
|
|
57
|
-
},
|
|
58
|
-
handler: async (runtime, message, _state, _options, callback) => {
|
|
59
|
-
const access = await requireTaskAgentAccess(runtime, message, "interact");
|
|
60
|
-
if (access.allowed === false) {
|
|
61
|
-
if (callback) {
|
|
62
|
-
await callback({
|
|
63
|
-
text: access.reason,
|
|
64
|
-
});
|
|
65
|
-
}
|
|
66
|
-
return { success: false, error: "FORBIDDEN", text: access.reason };
|
|
67
|
-
}
|
|
68
|
-
const ptyService = runtime.getService("PTY_SERVICE");
|
|
69
|
-
if (!ptyService) {
|
|
70
|
-
if (callback) {
|
|
71
|
-
await callback({
|
|
72
|
-
text: "PTY Service is not available.",
|
|
73
|
-
});
|
|
74
|
-
}
|
|
75
|
-
return { success: false, error: "SERVICE_UNAVAILABLE" };
|
|
76
|
-
}
|
|
77
|
-
const sessions = await ptyService.listSessions();
|
|
78
|
-
const coordinator = getCoordinator(runtime);
|
|
79
|
-
const tasks = uniqueTasks((coordinator?.getAllTaskContexts?.() ?? []).slice());
|
|
80
|
-
const frameworkState = await getTaskAgentFrameworkState(runtime, ptyService);
|
|
81
|
-
if (sessions.length === 0 && tasks.length === 0) {
|
|
82
|
-
const text = `No active task agents. Recommended default: ${TASK_AGENT_FRAMEWORK_LABELS[frameworkState.preferred.id]} (${frameworkState.preferred.reason}). ` +
|
|
83
|
-
"Use CREATE_TASK when the user needs substantial background work.";
|
|
84
|
-
if (callback) {
|
|
85
|
-
await callback({ text });
|
|
86
|
-
}
|
|
87
|
-
return {
|
|
88
|
-
success: true,
|
|
89
|
-
text,
|
|
90
|
-
data: {
|
|
91
|
-
sessions: [],
|
|
92
|
-
tasks: [],
|
|
93
|
-
preferredTaskAgent: frameworkState.preferred,
|
|
94
|
-
},
|
|
95
|
-
};
|
|
96
|
-
}
|
|
97
|
-
const lines = [];
|
|
98
|
-
if (sessions.length > 0) {
|
|
99
|
-
lines.push(`Active task agents (${sessions.length}):`);
|
|
100
|
-
for (const session of sessions) {
|
|
101
|
-
const label = typeof session.metadata?.label === "string"
|
|
102
|
-
? session.metadata.label
|
|
103
|
-
: session.name;
|
|
104
|
-
lines.push(`- "${label}" (${session.agentType}, ${formatTaskAgentStatus(session.status)}) [session: ${session.id}]`);
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
if (tasks.length > 0) {
|
|
108
|
-
if (lines.length > 0)
|
|
109
|
-
lines.push("");
|
|
110
|
-
lines.push(`Current task status (${tasks.length}):`);
|
|
111
|
-
for (const task of tasks
|
|
112
|
-
.slice()
|
|
113
|
-
.sort((left, right) => right.registeredAt - left.registeredAt)) {
|
|
114
|
-
const detail = task.completionSummary ||
|
|
115
|
-
task.decisions.at(-1)?.reasoning ||
|
|
116
|
-
truncateTaskAgentText(task.originalTask, 110);
|
|
117
|
-
lines.push(`- [${task.status}] "${task.label}" (${task.agentType}) -> ${detail}`);
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
const reusableSessions = sessions.filter((session) => {
|
|
121
|
-
const currentTask = tasks.find((task) => task.sessionId === session.id);
|
|
122
|
-
return !currentTask || currentTask.status !== "active";
|
|
123
|
-
});
|
|
124
|
-
if (reusableSessions.length > 0) {
|
|
125
|
-
if (lines.length > 0)
|
|
126
|
-
lines.push("");
|
|
127
|
-
lines.push(`Reusable task agents (${reusableSessions.length}): assign a new tracked task with SEND_TO_AGENT.`);
|
|
128
|
-
for (const session of reusableSessions) {
|
|
129
|
-
const label = typeof session.metadata?.label === "string"
|
|
130
|
-
? session.metadata.label
|
|
131
|
-
: session.name;
|
|
132
|
-
lines.push(`- "${label}" (${session.agentType}) is ${formatTaskAgentStatus(session.status)} and can take a new task`);
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
const pending = coordinator?.getPendingConfirmations?.() ?? [];
|
|
136
|
-
if (pending.length > 0) {
|
|
137
|
-
lines.push("");
|
|
138
|
-
lines.push(`Pending confirmations: ${pending.length} (${coordinator?.getSupervisionLevel?.() ?? "unknown"} supervision).`);
|
|
139
|
-
}
|
|
140
|
-
const text = lines.join("\n");
|
|
141
|
-
if (callback) {
|
|
142
|
-
await callback({ text });
|
|
143
|
-
}
|
|
144
|
-
return {
|
|
145
|
-
success: true,
|
|
146
|
-
text,
|
|
147
|
-
data: {
|
|
148
|
-
sessions: sessions.map((session) => ({
|
|
149
|
-
id: session.id,
|
|
150
|
-
agentType: session.agentType,
|
|
151
|
-
status: session.status,
|
|
152
|
-
workdir: session.workdir,
|
|
153
|
-
createdAt: session.createdAt.toISOString(),
|
|
154
|
-
lastActivity: session.lastActivityAt.toISOString(),
|
|
155
|
-
label: typeof session.metadata?.label === "string"
|
|
156
|
-
? session.metadata.label
|
|
157
|
-
: session.name,
|
|
158
|
-
})),
|
|
159
|
-
tasks: tasks.map((task) => ({
|
|
160
|
-
sessionId: task.sessionId,
|
|
161
|
-
agentType: task.agentType,
|
|
162
|
-
label: task.label,
|
|
163
|
-
status: task.status,
|
|
164
|
-
originalTask: task.originalTask,
|
|
165
|
-
completionSummary: task.completionSummary,
|
|
166
|
-
})),
|
|
167
|
-
pendingConfirmations: pending.length,
|
|
168
|
-
preferredTaskAgent: frameworkState.preferred,
|
|
169
|
-
},
|
|
170
|
-
};
|
|
171
|
-
},
|
|
172
|
-
parameters: [],
|
|
173
|
-
};
|
|
174
|
-
export const listTaskAgentsAction = listAgentsAction;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* MANAGE_ISSUES action - Create, list, update, and close GitHub issues
|
|
3
|
-
*
|
|
4
|
-
* Provides full issue lifecycle management through the CodingWorkspaceService.
|
|
5
|
-
* Supports creating issues, listing issues, adding comments, closing, and reopening.
|
|
6
|
-
*
|
|
7
|
-
* @module actions/manage-issues
|
|
8
|
-
*/
|
|
9
|
-
import type { Action } from "@elizaos/core";
|
|
10
|
-
export declare const manageIssuesAction: Action;
|
|
11
|
-
//# sourceMappingURL=manage-issues.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"manage-issues.d.ts","sourceRoot":"","sources":["../../../../../../../../typescript/src/features/orchestrator/actions/manage-issues.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,EACX,MAAM,EAON,MAAM,eAAe,CAAC;AAIvB,eAAO,MAAM,kBAAkB,EAAE,MA0MhC,CAAC"}
|