@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,7 +1,46 @@
|
|
|
1
|
-
import { AsyncLocalStorage } from "node:async_hooks";
|
|
2
1
|
import { resolveActionContexts, resolveProviderContexts, } from "./utils/context-catalog";
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
class StackAsyncContextStorage {
|
|
3
|
+
stack = [];
|
|
4
|
+
run(store, callback) {
|
|
5
|
+
this.stack.push(store);
|
|
6
|
+
try {
|
|
7
|
+
return callback();
|
|
8
|
+
}
|
|
9
|
+
finally {
|
|
10
|
+
this.stack.pop();
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
getStore() {
|
|
14
|
+
return this.stack.length > 0
|
|
15
|
+
? this.stack[this.stack.length - 1]
|
|
16
|
+
: undefined;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
function createAsyncContextStorage() {
|
|
20
|
+
if (typeof process !== "undefined" &&
|
|
21
|
+
typeof process.versions !== "undefined" &&
|
|
22
|
+
typeof process.versions.node !== "undefined") {
|
|
23
|
+
try {
|
|
24
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
25
|
+
const { AsyncLocalStorage } = require("node:async_hooks");
|
|
26
|
+
const storage = new AsyncLocalStorage();
|
|
27
|
+
return {
|
|
28
|
+
run(store, callback) {
|
|
29
|
+
return storage.run(store, callback);
|
|
30
|
+
},
|
|
31
|
+
getStore() {
|
|
32
|
+
return storage.getStore();
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
catch {
|
|
37
|
+
// AsyncLocalStorage unavailable — fall back to stack storage.
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
return new StackAsyncContextStorage();
|
|
41
|
+
}
|
|
42
|
+
const pluginRegistrationContext = createAsyncContextStorage();
|
|
43
|
+
const pluginServiceStartContext = createAsyncContextStorage();
|
|
5
44
|
const serviceClassOwners = new WeakMap();
|
|
6
45
|
function getRuntimePrivateState(runtime) {
|
|
7
46
|
return runtime;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message.d.ts","sourceRoot":"","sources":["../../../../../../typescript/src/services/message.ts"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EAGX,eAAe,EAEf,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAGjD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,KAAK,EACX,6BAA6B,EAE7B,eAAe,EACf,wBAAwB,EACxB,uBAAuB,EAEvB,MAAM,0BAA0B,CAAC;AAOlC,OAAO,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAEhF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAiCtD;;;GAGG;AACH,eAAO,MAAM,iBAAiB,aAM5B,CAAC;AAkIH;;;;;;;;;;GAUG;AACH,wBAAgB,6BAA6B,CAC5C,WAAW,EAAE,MAAM,EAAE,EACrB,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAChC,MAAM,CAiBR;AAkSD,wBAAgB,qBAAqB,CACpC,eAAe,EAAE,IAAI,CAAC,OAAO,EAAE,SAAS,CAAC,GAAG,IAAI,GAAG,SAAS,GAC1D,OAAO,CAOT;AA4jBD;;;;;;;;;;;;GAYG;AACH,qBAAa,qBAAsB,YAAW,eAAe;IAC5D;;OAEG;IACG,aAAa,CAClB,OAAO,EAAE,aAAa,EACtB,OAAO,EAAE,MAAM,EACf,QAAQ,CAAC,EAAE,eAAe,EAC1B,OAAO,CAAC,EAAE,wBAAwB,GAChC,OAAO,CAAC,uBAAuB,CAAC;IAilBnC;;OAEG;YACW,cAAc;IAy2B5B;;;OAGG;IACH,aAAa,CACZ,OAAO,EAAE,aAAa,EACtB,OAAO,EAAE,MAAM,EACf,IAAI,CAAC,EAAE,IAAI,EACX,cAAc,CAAC,EAAE,cAAc,GAC7B,6BAA6B;IAoIhC;;OAEG;IACG,kBAAkB,CACvB,OAAO,EAAE,aAAa,EACtB,WAAW,EAAE,KAAK,EAAE,GAClB,OAAO,CAAC,KAAK,EAAE,CAAC;YAqSL,yBAAyB;YAgLzB,6BAA6B;IA6K3C;;;OAGG;YACW,iBAAiB;
|
|
1
|
+
{"version":3,"file":"message.d.ts","sourceRoot":"","sources":["../../../../../../typescript/src/services/message.ts"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EAGX,eAAe,EAEf,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAGjD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,KAAK,EACX,6BAA6B,EAE7B,eAAe,EACf,wBAAwB,EACxB,uBAAuB,EAEvB,MAAM,0BAA0B,CAAC;AAOlC,OAAO,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAEhF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAiCtD;;;GAGG;AACH,eAAO,MAAM,iBAAiB,aAM5B,CAAC;AAkIH;;;;;;;;;;GAUG;AACH,wBAAgB,6BAA6B,CAC5C,WAAW,EAAE,MAAM,EAAE,EACrB,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAChC,MAAM,CAiBR;AAkSD,wBAAgB,qBAAqB,CACpC,eAAe,EAAE,IAAI,CAAC,OAAO,EAAE,SAAS,CAAC,GAAG,IAAI,GAAG,SAAS,GAC1D,OAAO,CAOT;AA4jBD;;;;;;;;;;;;GAYG;AACH,qBAAa,qBAAsB,YAAW,eAAe;IAC5D;;OAEG;IACG,aAAa,CAClB,OAAO,EAAE,aAAa,EACtB,OAAO,EAAE,MAAM,EACf,QAAQ,CAAC,EAAE,eAAe,EAC1B,OAAO,CAAC,EAAE,wBAAwB,GAChC,OAAO,CAAC,uBAAuB,CAAC;IAilBnC;;OAEG;YACW,cAAc;IAy2B5B;;;OAGG;IACH,aAAa,CACZ,OAAO,EAAE,aAAa,EACtB,OAAO,EAAE,MAAM,EACf,IAAI,CAAC,EAAE,IAAI,EACX,cAAc,CAAC,EAAE,cAAc,GAC7B,6BAA6B;IAoIhC;;OAEG;IACG,kBAAkB,CACvB,OAAO,EAAE,aAAa,EACtB,WAAW,EAAE,KAAK,EAAE,GAClB,OAAO,CAAC,KAAK,EAAE,CAAC;YAqSL,yBAAyB;YAgLzB,6BAA6B;IA6K3C;;;OAGG;YACW,iBAAiB;YA6ZjB,2BAA2B;IA6IzC;;OAEG;YACW,gBAAgB;IA4e9B;;OAEG;YACW,YAAY;YAqBZ,eAAe;IAY7B;;;;;;;OAOG;IACG,aAAa,CAAC,OAAO,EAAE,aAAa,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAyB3E;;;;;;;;OAQG;IACG,YAAY,CACjB,OAAO,EAAE,aAAa,EACtB,MAAM,EAAE,IAAI,EACZ,SAAS,EAAE,MAAM,GACf,OAAO,CAAC,IAAI,CAAC;CA4ChB"}
|
|
@@ -2285,6 +2285,38 @@ export class DefaultMessageService {
|
|
|
2285
2285
|
if (!state.values?.actionNames) {
|
|
2286
2286
|
runtime.logger.warn({ src: "service:message" }, "actionNames data missing from state");
|
|
2287
2287
|
}
|
|
2288
|
+
// Self-modification requests already have a deterministic action path.
|
|
2289
|
+
// Skip the planner so group-chat style updates reliably hit MODIFY_CHARACTER.
|
|
2290
|
+
if (isExplicitSelfModificationRequest(message.content.text || "")) {
|
|
2291
|
+
const modifyCharacterAction = runtime.actions.find((action) => action.name === "MODIFY_CHARACTER");
|
|
2292
|
+
const canHandleSelfModification = await modifyCharacterAction?.validate?.(runtime, message, state);
|
|
2293
|
+
if (canHandleSelfModification) {
|
|
2294
|
+
const responseContent = {
|
|
2295
|
+
thought: "Directly route explicit self-modification request to MODIFY_CHARACTER.",
|
|
2296
|
+
actions: ["MODIFY_CHARACTER"],
|
|
2297
|
+
providers: [],
|
|
2298
|
+
text: "",
|
|
2299
|
+
simple: false,
|
|
2300
|
+
responseId,
|
|
2301
|
+
};
|
|
2302
|
+
const responseMessages = [
|
|
2303
|
+
{
|
|
2304
|
+
id: responseId,
|
|
2305
|
+
entityId: runtime.agentId,
|
|
2306
|
+
agentId: runtime.agentId,
|
|
2307
|
+
content: responseContent,
|
|
2308
|
+
roomId: message.roomId,
|
|
2309
|
+
createdAt: Date.now(),
|
|
2310
|
+
},
|
|
2311
|
+
];
|
|
2312
|
+
return {
|
|
2313
|
+
responseContent,
|
|
2314
|
+
responseMessages,
|
|
2315
|
+
state,
|
|
2316
|
+
mode: "actions",
|
|
2317
|
+
};
|
|
2318
|
+
}
|
|
2319
|
+
}
|
|
2288
2320
|
let responseContent = null;
|
|
2289
2321
|
// Create streaming context for retry state tracking
|
|
2290
2322
|
const streamingExtractor = opts.onStreamChunk
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CLI entry point for the training data pipeline.
|
|
3
|
-
*
|
|
4
|
-
* Usage:
|
|
5
|
-
* bun run packages/agent/src/training/cli.ts generate --variants 5 --output ./training-data
|
|
6
|
-
* bun run packages/agent/src/training/cli.ts validate --input ./training-data/raw_samples.json
|
|
7
|
-
* bun run packages/agent/src/training/cli.ts export-trajectories --output ./training-data/trajectories.jsonl
|
|
8
|
-
* bun run packages/agent/src/training/cli.ts tune --project my-gcp-project --bucket my-bucket --model flash-lite --data ./training-data/should_respond_training.jsonl
|
|
9
|
-
*/
|
|
10
|
-
export {};
|
|
11
|
-
//# sourceMappingURL=cli.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../../../../../../../apps/app-training/src/core/cli.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG"}
|
|
@@ -1,302 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CLI entry point for the training data pipeline.
|
|
3
|
-
*
|
|
4
|
-
* Usage:
|
|
5
|
-
* bun run packages/agent/src/training/cli.ts generate --variants 5 --output ./training-data
|
|
6
|
-
* bun run packages/agent/src/training/cli.ts validate --input ./training-data/raw_samples.json
|
|
7
|
-
* bun run packages/agent/src/training/cli.ts export-trajectories --output ./training-data/trajectories.jsonl
|
|
8
|
-
* bun run packages/agent/src/training/cli.ts tune --project my-gcp-project --bucket my-bucket --model flash-lite --data ./training-data/should_respond_training.jsonl
|
|
9
|
-
*/
|
|
10
|
-
import { readFile } from "fs/promises";
|
|
11
|
-
import { parseArgs } from "util";
|
|
12
|
-
import { createAnthropicTeacher, createOpenAITeacher, exportToGeminiJSONL, generateDataset, } from "./dataset-generator.js";
|
|
13
|
-
import { formatQualityReport, validateDataset } from "./replay-validator.js";
|
|
14
|
-
import { buildRoleplayEpisodes, exportRoleplayEpisodes, } from "./roleplay-trajectories.js";
|
|
15
|
-
import { ALL_BLUEPRINTS, BLUEPRINT_STATS } from "./scenario-blueprints.js";
|
|
16
|
-
import { createTuningJob, listTuningJobs, normalizeVertexBaseModel, orchestrateVertexTuning, waitForTuningJob, } from "./vertex-tuning.js";
|
|
17
|
-
function getTeacherModel() {
|
|
18
|
-
const anthropicKey = process.env.ANTHROPIC_API_KEY;
|
|
19
|
-
const openaiKey = process.env.OPENAI_API_KEY;
|
|
20
|
-
if (anthropicKey) {
|
|
21
|
-
console.log("Using Anthropic Claude Sonnet 4 as teacher model");
|
|
22
|
-
return createAnthropicTeacher(anthropicKey);
|
|
23
|
-
}
|
|
24
|
-
if (openaiKey) {
|
|
25
|
-
console.log("Using OpenAI GPT-5 as teacher model");
|
|
26
|
-
return createOpenAITeacher(openaiKey);
|
|
27
|
-
}
|
|
28
|
-
throw new Error("No teacher model API key found. Set ANTHROPIC_API_KEY or OPENAI_API_KEY.");
|
|
29
|
-
}
|
|
30
|
-
async function cmdGenerate(args) {
|
|
31
|
-
const { values } = parseArgs({
|
|
32
|
-
args,
|
|
33
|
-
options: {
|
|
34
|
-
variants: { type: "string", default: "5" },
|
|
35
|
-
output: { type: "string", default: "./training-data" },
|
|
36
|
-
concurrency: { type: "string", default: "5" },
|
|
37
|
-
contexts: { type: "string" },
|
|
38
|
-
decisions: { type: "string" },
|
|
39
|
-
limitBlueprints: { type: "string" },
|
|
40
|
-
},
|
|
41
|
-
});
|
|
42
|
-
const variantsPerBlueprint = parseInt(values.variants, 10);
|
|
43
|
-
const outputDir = values.output;
|
|
44
|
-
const concurrency = parseInt(values.concurrency, 10);
|
|
45
|
-
const filterContexts = values.contexts
|
|
46
|
-
? values.contexts.split(",")
|
|
47
|
-
: undefined;
|
|
48
|
-
const filterDecisions = values.decisions
|
|
49
|
-
? values.decisions.split(",")
|
|
50
|
-
: undefined;
|
|
51
|
-
const limitBlueprints = values.limitBlueprints
|
|
52
|
-
? parseInt(values.limitBlueprints, 10)
|
|
53
|
-
: undefined;
|
|
54
|
-
const teacher = getTeacherModel();
|
|
55
|
-
const blueprintCount = limitBlueprints
|
|
56
|
-
? Math.min(limitBlueprints, ALL_BLUEPRINTS.length)
|
|
57
|
-
: ALL_BLUEPRINTS.length;
|
|
58
|
-
console.log(`\nScenario blueprints: ${ALL_BLUEPRINTS.length}`);
|
|
59
|
-
console.log(`Manual blueprints: ${BLUEPRINT_STATS.manualCount}`);
|
|
60
|
-
console.log(`Generated blueprints: ${BLUEPRINT_STATS.totalCount - BLUEPRINT_STATS.manualCount}`);
|
|
61
|
-
console.log(`Variants per blueprint: ${variantsPerBlueprint}`);
|
|
62
|
-
console.log(`Expected total samples: ${blueprintCount * variantsPerBlueprint}`);
|
|
63
|
-
console.log(`Output directory: ${outputDir}`);
|
|
64
|
-
console.log(`Teacher model: ${teacher.name}`);
|
|
65
|
-
console.log(`Concurrency: ${concurrency}`);
|
|
66
|
-
if (filterContexts)
|
|
67
|
-
console.log(`Filter contexts: ${filterContexts.join(", ")}`);
|
|
68
|
-
if (filterDecisions)
|
|
69
|
-
console.log(`Filter decisions: ${filterDecisions.join(", ")}`);
|
|
70
|
-
if (limitBlueprints)
|
|
71
|
-
console.log(`Limit blueprints: ${limitBlueprints}`);
|
|
72
|
-
console.log("");
|
|
73
|
-
const config = {
|
|
74
|
-
variantsPerBlueprint,
|
|
75
|
-
teacher,
|
|
76
|
-
outputDir,
|
|
77
|
-
concurrency,
|
|
78
|
-
filterContexts,
|
|
79
|
-
filterDecisions,
|
|
80
|
-
limitBlueprints,
|
|
81
|
-
onProgress: (completed, total, sample) => {
|
|
82
|
-
const pct = ((completed / total) * 100).toFixed(1);
|
|
83
|
-
process.stdout.write(`\r[${pct}%] ${completed}/${total} - ${sample.blueprintId} (${sample.expectedOutput.decision}/${sample.expectedOutput.primaryContext})`);
|
|
84
|
-
},
|
|
85
|
-
};
|
|
86
|
-
console.log("Generating synthetic training data...\n");
|
|
87
|
-
const samples = await generateDataset(config);
|
|
88
|
-
console.log(`\n\nGenerated ${samples.length} samples.`);
|
|
89
|
-
// Validate
|
|
90
|
-
console.log("\nValidating dataset...");
|
|
91
|
-
const report = validateDataset(samples);
|
|
92
|
-
console.log(formatQualityReport(report));
|
|
93
|
-
// Export
|
|
94
|
-
console.log("\nExporting to Gemini JSONL format...");
|
|
95
|
-
const paths = await exportToGeminiJSONL(samples, outputDir);
|
|
96
|
-
console.log(` Combined: ${paths.combinedPath}`);
|
|
97
|
-
console.log(` Should-respond only: ${paths.shouldRespondPath}`);
|
|
98
|
-
console.log(` Context routing: ${paths.contextRoutingPath}`);
|
|
99
|
-
const roleplayPaths = await exportRoleplayEpisodes(buildRoleplayEpisodes(samples), samples, outputDir);
|
|
100
|
-
console.log(` Roleplay episodes: ${roleplayPaths.episodesPath}`);
|
|
101
|
-
console.log(` Roleplay manifest: ${roleplayPaths.manifestPath}`);
|
|
102
|
-
console.log("\nDone!");
|
|
103
|
-
}
|
|
104
|
-
async function cmdValidate(args) {
|
|
105
|
-
const { values } = parseArgs({
|
|
106
|
-
args,
|
|
107
|
-
options: {
|
|
108
|
-
input: { type: "string", short: "i" },
|
|
109
|
-
},
|
|
110
|
-
});
|
|
111
|
-
if (!values.input) {
|
|
112
|
-
console.error("Usage: validate --input <path-to-raw_samples.json>");
|
|
113
|
-
process.exit(1);
|
|
114
|
-
}
|
|
115
|
-
const raw = await readFile(values.input, "utf-8");
|
|
116
|
-
const samples = JSON.parse(raw);
|
|
117
|
-
console.log(`Loaded ${samples.length} samples from ${values.input}`);
|
|
118
|
-
console.log("");
|
|
119
|
-
const report = validateDataset(samples);
|
|
120
|
-
console.log(formatQualityReport(report));
|
|
121
|
-
}
|
|
122
|
-
async function cmdTune(args) {
|
|
123
|
-
const { values } = parseArgs({
|
|
124
|
-
args,
|
|
125
|
-
options: {
|
|
126
|
-
project: { type: "string" },
|
|
127
|
-
bucket: { type: "string" },
|
|
128
|
-
model: { type: "string", default: "gemini-2.5-flash-lite" },
|
|
129
|
-
data: { type: "string" },
|
|
130
|
-
validation: { type: "string" },
|
|
131
|
-
name: { type: "string", default: "eliza-should-respond" },
|
|
132
|
-
epochs: { type: "string", default: "3" },
|
|
133
|
-
region: { type: "string", default: "us-central1" },
|
|
134
|
-
},
|
|
135
|
-
});
|
|
136
|
-
if (!values.project || !values.bucket || !values.data) {
|
|
137
|
-
console.error("Usage: tune --project <gcp-project> --bucket <gcs-bucket> --data <path-to-jsonl> [--model flash-lite|flash] [--name <display-name>]");
|
|
138
|
-
process.exit(1);
|
|
139
|
-
}
|
|
140
|
-
const baseModel = normalizeVertexBaseModel(values.model, "should_respond");
|
|
141
|
-
const config = {
|
|
142
|
-
projectId: values.project,
|
|
143
|
-
region: values.region,
|
|
144
|
-
gcsBucket: values.bucket,
|
|
145
|
-
baseModel,
|
|
146
|
-
trainingDataPath: values.data,
|
|
147
|
-
validationDataPath: values.validation,
|
|
148
|
-
epochs: parseInt(values.epochs, 10),
|
|
149
|
-
displayName: values.name,
|
|
150
|
-
};
|
|
151
|
-
console.log(`\nCreating tuning job...`);
|
|
152
|
-
console.log(` Project: ${config.projectId}`);
|
|
153
|
-
console.log(` Region: ${config.region}`);
|
|
154
|
-
console.log(` Base model: ${config.baseModel}`);
|
|
155
|
-
console.log(` Training data: ${config.trainingDataPath}`);
|
|
156
|
-
console.log(` Display name: ${config.displayName}`);
|
|
157
|
-
console.log("");
|
|
158
|
-
const job = await createTuningJob(config);
|
|
159
|
-
console.log(`Job created: ${job.name}`);
|
|
160
|
-
console.log(`State: ${job.state}`);
|
|
161
|
-
console.log("\nPolling for completion (this may take hours)...");
|
|
162
|
-
const final = await waitForTuningJob(job.name, {
|
|
163
|
-
onPoll: (j) => {
|
|
164
|
-
console.log(` [${new Date().toISOString()}] ${j.state}`);
|
|
165
|
-
},
|
|
166
|
-
});
|
|
167
|
-
if (final.state === "JOB_STATE_SUCCEEDED") {
|
|
168
|
-
console.log(`\nTuning succeeded!`);
|
|
169
|
-
console.log(`Tuned model endpoint: ${final.tunedModelEndpointName}`);
|
|
170
|
-
}
|
|
171
|
-
else {
|
|
172
|
-
console.log(`\nTuning failed: ${final.error?.message ?? "unknown error"}`);
|
|
173
|
-
process.exit(1);
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
async function cmdListJobs(args) {
|
|
177
|
-
const { values } = parseArgs({
|
|
178
|
-
args,
|
|
179
|
-
options: {
|
|
180
|
-
project: { type: "string" },
|
|
181
|
-
region: { type: "string", default: "us-central1" },
|
|
182
|
-
},
|
|
183
|
-
});
|
|
184
|
-
if (!values.project) {
|
|
185
|
-
console.error("Usage: list-jobs --project <gcp-project>");
|
|
186
|
-
process.exit(1);
|
|
187
|
-
}
|
|
188
|
-
const jobs = await listTuningJobs(values.project, values.region);
|
|
189
|
-
console.log(`\nTuning jobs for ${values.project}:\n`);
|
|
190
|
-
for (const job of jobs) {
|
|
191
|
-
console.log(` ${job.name}`);
|
|
192
|
-
console.log(` State: ${job.state}`);
|
|
193
|
-
console.log(` Display name: ${job.tunedModelDisplayName}`);
|
|
194
|
-
console.log(` Created: ${job.createTime}`);
|
|
195
|
-
if (job.tunedModelEndpointName) {
|
|
196
|
-
console.log(` Endpoint: ${job.tunedModelEndpointName}`);
|
|
197
|
-
}
|
|
198
|
-
console.log("");
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
async function cmdOrchestrate(args) {
|
|
202
|
-
const { values } = parseArgs({
|
|
203
|
-
args,
|
|
204
|
-
options: {
|
|
205
|
-
project: { type: "string" },
|
|
206
|
-
bucket: { type: "string" },
|
|
207
|
-
data: { type: "string" },
|
|
208
|
-
slot: { type: "string", default: "should_respond" },
|
|
209
|
-
scope: { type: "string", default: "global" },
|
|
210
|
-
ownerId: { type: "string" },
|
|
211
|
-
model: { type: "string" },
|
|
212
|
-
name: { type: "string", default: "eliza-tuned-model" },
|
|
213
|
-
epochs: { type: "string", default: "3" },
|
|
214
|
-
region: { type: "string", default: "us-central1" },
|
|
215
|
-
},
|
|
216
|
-
});
|
|
217
|
-
if (!values.project || !values.bucket || !values.data) {
|
|
218
|
-
console.error("Usage: orchestrate --project <gcp-project> --bucket <gcs-bucket> --data <path-to-jsonl> [--slot should_respond|action_planner|response] [--scope global|organization|user]");
|
|
219
|
-
process.exit(1);
|
|
220
|
-
}
|
|
221
|
-
const result = await orchestrateVertexTuning({
|
|
222
|
-
projectId: values.project,
|
|
223
|
-
region: values.region,
|
|
224
|
-
gcsBucket: values.bucket,
|
|
225
|
-
baseModel: normalizeVertexBaseModel(values.model, values.slot),
|
|
226
|
-
trainingDataPath: values.data,
|
|
227
|
-
epochs: parseInt(values.epochs, 10),
|
|
228
|
-
displayName: values.name,
|
|
229
|
-
slot: values.slot,
|
|
230
|
-
scope: values.scope,
|
|
231
|
-
ownerId: values.ownerId,
|
|
232
|
-
});
|
|
233
|
-
console.log(`\nJob created: ${result.job.name}`);
|
|
234
|
-
console.log(`Recommended model ID: ${result.recommendedModelId}`);
|
|
235
|
-
console.log("Model preference patch:");
|
|
236
|
-
console.log(JSON.stringify(result.modelPreferencePatch, null, 2));
|
|
237
|
-
}
|
|
238
|
-
// ==================== Main ====================
|
|
239
|
-
async function main() {
|
|
240
|
-
const args = process.argv.slice(2);
|
|
241
|
-
const command = args[0];
|
|
242
|
-
const restArgs = args.slice(1);
|
|
243
|
-
switch (command) {
|
|
244
|
-
case "generate":
|
|
245
|
-
await cmdGenerate(restArgs);
|
|
246
|
-
break;
|
|
247
|
-
case "validate":
|
|
248
|
-
await cmdValidate(restArgs);
|
|
249
|
-
break;
|
|
250
|
-
case "tune":
|
|
251
|
-
await cmdTune(restArgs);
|
|
252
|
-
break;
|
|
253
|
-
case "list-jobs":
|
|
254
|
-
await cmdListJobs(restArgs);
|
|
255
|
-
break;
|
|
256
|
-
case "orchestrate":
|
|
257
|
-
await cmdOrchestrate(restArgs);
|
|
258
|
-
break;
|
|
259
|
-
default:
|
|
260
|
-
console.log(`Usage: cli.ts <command> [options]
|
|
261
|
-
|
|
262
|
-
Commands:
|
|
263
|
-
generate Generate synthetic training data
|
|
264
|
-
--variants N Number of variants per blueprint (default: 5)
|
|
265
|
-
--output DIR Output directory (default: ./training-data)
|
|
266
|
-
--concurrency N API call concurrency (default: 5)
|
|
267
|
-
--contexts X,Y Filter to specific contexts
|
|
268
|
-
--decisions X,Y Filter to RESPOND,IGNORE,STOP
|
|
269
|
-
|
|
270
|
-
validate Validate a generated dataset
|
|
271
|
-
--input PATH Path to raw_samples.json
|
|
272
|
-
|
|
273
|
-
tune Start a Vertex AI fine-tuning job
|
|
274
|
-
--project ID GCP project ID
|
|
275
|
-
--bucket NAME GCS bucket for training data
|
|
276
|
-
--data PATH Path to training JSONL
|
|
277
|
-
--model TYPE flash-lite or flash (default: flash-lite)
|
|
278
|
-
--name NAME Display name (default: eliza-should-respond)
|
|
279
|
-
--epochs N Training epochs (default: 3)
|
|
280
|
-
--region REG GCP region (default: us-central1)
|
|
281
|
-
|
|
282
|
-
list-jobs List Vertex AI tuning jobs
|
|
283
|
-
--project ID GCP project ID
|
|
284
|
-
|
|
285
|
-
orchestrate Submit a tuned-model job and emit the model preference patch
|
|
286
|
-
--project ID GCP project ID
|
|
287
|
-
--bucket NAME GCS bucket for training data
|
|
288
|
-
--data PATH Path to training JSONL
|
|
289
|
-
--slot NAME should_respond | action_planner | response | media_description
|
|
290
|
-
--scope NAME global | organization | user
|
|
291
|
-
|
|
292
|
-
Environment:
|
|
293
|
-
ANTHROPIC_API_KEY Use Claude as teacher model
|
|
294
|
-
OPENAI_API_KEY Use GPT-5 as teacher model
|
|
295
|
-
`);
|
|
296
|
-
break;
|
|
297
|
-
}
|
|
298
|
-
}
|
|
299
|
-
main().catch((err) => {
|
|
300
|
-
console.error(err);
|
|
301
|
-
process.exit(1);
|
|
302
|
-
});
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import type { AgentRuntime, Plugin } from "@elizaos/core";
|
|
2
|
-
import { type ContextResolutionSource } from "./context-catalog.js";
|
|
3
|
-
import type { AgentContext } from "./context-types.js";
|
|
4
|
-
type AuditComponentType = "action" | "provider";
|
|
5
|
-
export interface ContextAuditEntry {
|
|
6
|
-
pluginName: string;
|
|
7
|
-
componentType: AuditComponentType;
|
|
8
|
-
componentName: string;
|
|
9
|
-
pluginContexts: AgentContext[];
|
|
10
|
-
effectiveContexts: AgentContext[];
|
|
11
|
-
source: ContextResolutionSource;
|
|
12
|
-
}
|
|
13
|
-
export interface ContextAuditGap {
|
|
14
|
-
pluginName: string;
|
|
15
|
-
componentType: AuditComponentType;
|
|
16
|
-
componentName: string;
|
|
17
|
-
fallbackContexts: AgentContext[];
|
|
18
|
-
message: string;
|
|
19
|
-
}
|
|
20
|
-
export interface ContextAuditCoverageBreakdown {
|
|
21
|
-
component: number;
|
|
22
|
-
plugin: number;
|
|
23
|
-
catalog: number;
|
|
24
|
-
default: number;
|
|
25
|
-
}
|
|
26
|
-
export interface ContextAuditSummary {
|
|
27
|
-
pluginCount: number;
|
|
28
|
-
actionCount: number;
|
|
29
|
-
providerCount: number;
|
|
30
|
-
coverageBySource: {
|
|
31
|
-
actions: ContextAuditCoverageBreakdown;
|
|
32
|
-
providers: ContextAuditCoverageBreakdown;
|
|
33
|
-
overall: ContextAuditCoverageBreakdown;
|
|
34
|
-
};
|
|
35
|
-
contextUsage: Record<AgentContext, {
|
|
36
|
-
actions: number;
|
|
37
|
-
providers: number;
|
|
38
|
-
}>;
|
|
39
|
-
gapCount: number;
|
|
40
|
-
}
|
|
41
|
-
export interface ContextAuditReport extends ContextAuditSummary {
|
|
42
|
-
generatedAt: string;
|
|
43
|
-
actions: ContextAuditEntry[];
|
|
44
|
-
providers: ContextAuditEntry[];
|
|
45
|
-
gaps: ContextAuditGap[];
|
|
46
|
-
}
|
|
47
|
-
export declare function auditPluginContextCoverage(plugins: Plugin[]): ContextAuditReport;
|
|
48
|
-
export declare function auditRuntimeContextCoverage(runtime: Pick<AgentRuntime, "plugins">): ContextAuditReport;
|
|
49
|
-
export declare function hasContextAuditGaps(report: ContextAuditReport): boolean;
|
|
50
|
-
export {};
|
|
51
|
-
//# sourceMappingURL=context-audit.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context-audit.d.ts","sourceRoot":"","sources":["../../../../../../../apps/app-training/src/core/context-audit.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC1D,OAAO,EAEL,KAAK,uBAAuB,EAG7B,MAAM,sBAAsB,CAAC;AAC9B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAWvD,KAAK,kBAAkB,GAAG,QAAQ,GAAG,UAAU,CAAC;AAEhD,MAAM,WAAW,iBAAiB;IAChC,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,kBAAkB,CAAC;IAClC,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,YAAY,EAAE,CAAC;IAC/B,iBAAiB,EAAE,YAAY,EAAE,CAAC;IAClC,MAAM,EAAE,uBAAuB,CAAC;CACjC;AAED,MAAM,WAAW,eAAe;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,kBAAkB,CAAC;IAClC,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,YAAY,EAAE,CAAC;IACjC,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,6BAA6B;IAC5C,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,mBAAmB;IAClC,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE;QAChB,OAAO,EAAE,6BAA6B,CAAC;QACvC,SAAS,EAAE,6BAA6B,CAAC;QACzC,OAAO,EAAE,6BAA6B,CAAC;KACxC,CAAC;IACF,YAAY,EAAE,MAAM,CAClB,YAAY,EACZ;QACE,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;KACnB,CACF,CAAC;IACF,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,kBAAmB,SAAQ,mBAAmB;IAC7D,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,iBAAiB,EAAE,CAAC;IAC7B,SAAS,EAAE,iBAAiB,EAAE,CAAC;IAC/B,IAAI,EAAE,eAAe,EAAE,CAAC;CACzB;AA8ID,wBAAgB,0BAA0B,CACxC,OAAO,EAAE,MAAM,EAAE,GAChB,kBAAkB,CAmCpB;AAED,wBAAgB,2BAA2B,CACzC,OAAO,EAAE,IAAI,CAAC,YAAY,EAAE,SAAS,CAAC,GACrC,kBAAkB,CAIpB;AAED,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,kBAAkB,GAAG,OAAO,CAEvE"}
|
|
@@ -1,141 +0,0 @@
|
|
|
1
|
-
import { ALL_CONTEXTS, resolveActionContextResolution, resolveProviderContextResolution, } from "./context-catalog.js";
|
|
2
|
-
function normalizeContexts(contexts) {
|
|
3
|
-
if (!Array.isArray(contexts)) {
|
|
4
|
-
return [];
|
|
5
|
-
}
|
|
6
|
-
return contexts.filter((context) => typeof context === "string" && context.trim().length > 0);
|
|
7
|
-
}
|
|
8
|
-
function createCoverageBreakdown() {
|
|
9
|
-
return {
|
|
10
|
-
component: 0,
|
|
11
|
-
plugin: 0,
|
|
12
|
-
catalog: 0,
|
|
13
|
-
default: 0,
|
|
14
|
-
};
|
|
15
|
-
}
|
|
16
|
-
function createContextUsage() {
|
|
17
|
-
return Object.fromEntries(ALL_CONTEXTS.map((context) => [
|
|
18
|
-
context,
|
|
19
|
-
{
|
|
20
|
-
actions: 0,
|
|
21
|
-
providers: 0,
|
|
22
|
-
},
|
|
23
|
-
]));
|
|
24
|
-
}
|
|
25
|
-
function countCoverage(breakdown, source) {
|
|
26
|
-
breakdown[source] += 1;
|
|
27
|
-
}
|
|
28
|
-
function recordContextUsage(usage, componentType, contexts) {
|
|
29
|
-
for (const context of contexts) {
|
|
30
|
-
if (!usage[context]) {
|
|
31
|
-
usage[context] = {
|
|
32
|
-
actions: 0,
|
|
33
|
-
providers: 0,
|
|
34
|
-
};
|
|
35
|
-
}
|
|
36
|
-
if (componentType === "action") {
|
|
37
|
-
usage[context].actions += 1;
|
|
38
|
-
}
|
|
39
|
-
else {
|
|
40
|
-
usage[context].providers += 1;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
function buildGapMessage(componentType, componentName) {
|
|
45
|
-
return `${componentType} ${componentName} resolved only through the default general-context fallback; add explicit contexts or extend the context catalog`;
|
|
46
|
-
}
|
|
47
|
-
function auditPluginEntries(plugins) {
|
|
48
|
-
const actions = [];
|
|
49
|
-
const providers = [];
|
|
50
|
-
const gaps = [];
|
|
51
|
-
for (const plugin of plugins) {
|
|
52
|
-
const pluginName = plugin.name ?? "unknown-plugin";
|
|
53
|
-
const pluginContexts = normalizeContexts(plugin.contexts);
|
|
54
|
-
for (const action of plugin.actions ?? []) {
|
|
55
|
-
const resolution = resolveActionContextResolution(action.name, normalizeContexts(action.contexts), pluginContexts);
|
|
56
|
-
const entry = {
|
|
57
|
-
pluginName,
|
|
58
|
-
componentType: "action",
|
|
59
|
-
componentName: action.name,
|
|
60
|
-
pluginContexts,
|
|
61
|
-
effectiveContexts: resolution.contexts,
|
|
62
|
-
source: resolution.source,
|
|
63
|
-
};
|
|
64
|
-
actions.push(entry);
|
|
65
|
-
if (resolution.source === "default") {
|
|
66
|
-
gaps.push({
|
|
67
|
-
pluginName,
|
|
68
|
-
componentType: "action",
|
|
69
|
-
componentName: action.name,
|
|
70
|
-
fallbackContexts: resolution.contexts,
|
|
71
|
-
message: buildGapMessage("action", action.name),
|
|
72
|
-
});
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
for (const provider of plugin.providers ?? []) {
|
|
76
|
-
const resolution = resolveProviderContextResolution(provider.name, normalizeContexts(provider.contexts), pluginContexts);
|
|
77
|
-
const entry = {
|
|
78
|
-
pluginName,
|
|
79
|
-
componentType: "provider",
|
|
80
|
-
componentName: provider.name,
|
|
81
|
-
pluginContexts,
|
|
82
|
-
effectiveContexts: resolution.contexts,
|
|
83
|
-
source: resolution.source,
|
|
84
|
-
};
|
|
85
|
-
providers.push(entry);
|
|
86
|
-
if (resolution.source === "default") {
|
|
87
|
-
gaps.push({
|
|
88
|
-
pluginName,
|
|
89
|
-
componentType: "provider",
|
|
90
|
-
componentName: provider.name,
|
|
91
|
-
fallbackContexts: resolution.contexts,
|
|
92
|
-
message: buildGapMessage("provider", provider.name),
|
|
93
|
-
});
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
return {
|
|
98
|
-
actions,
|
|
99
|
-
providers,
|
|
100
|
-
gaps,
|
|
101
|
-
};
|
|
102
|
-
}
|
|
103
|
-
export function auditPluginContextCoverage(plugins) {
|
|
104
|
-
const { actions, providers, gaps } = auditPluginEntries(plugins);
|
|
105
|
-
const actionCoverage = createCoverageBreakdown();
|
|
106
|
-
const providerCoverage = createCoverageBreakdown();
|
|
107
|
-
const overallCoverage = createCoverageBreakdown();
|
|
108
|
-
const contextUsage = createContextUsage();
|
|
109
|
-
for (const action of actions) {
|
|
110
|
-
countCoverage(actionCoverage, action.source);
|
|
111
|
-
countCoverage(overallCoverage, action.source);
|
|
112
|
-
recordContextUsage(contextUsage, "action", action.effectiveContexts);
|
|
113
|
-
}
|
|
114
|
-
for (const provider of providers) {
|
|
115
|
-
countCoverage(providerCoverage, provider.source);
|
|
116
|
-
countCoverage(overallCoverage, provider.source);
|
|
117
|
-
recordContextUsage(contextUsage, "provider", provider.effectiveContexts);
|
|
118
|
-
}
|
|
119
|
-
return {
|
|
120
|
-
generatedAt: new Date().toISOString(),
|
|
121
|
-
pluginCount: plugins.length,
|
|
122
|
-
actionCount: actions.length,
|
|
123
|
-
providerCount: providers.length,
|
|
124
|
-
coverageBySource: {
|
|
125
|
-
actions: actionCoverage,
|
|
126
|
-
providers: providerCoverage,
|
|
127
|
-
overall: overallCoverage,
|
|
128
|
-
},
|
|
129
|
-
contextUsage,
|
|
130
|
-
gapCount: gaps.length,
|
|
131
|
-
actions,
|
|
132
|
-
providers,
|
|
133
|
-
gaps,
|
|
134
|
-
};
|
|
135
|
-
}
|
|
136
|
-
export function auditRuntimeContextCoverage(runtime) {
|
|
137
|
-
return auditPluginContextCoverage(Array.isArray(runtime.plugins) ? runtime.plugins : []);
|
|
138
|
-
}
|
|
139
|
-
export function hasContextAuditGaps(report) {
|
|
140
|
-
return report.gapCount > 0;
|
|
141
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Canonical context catalog for all known elizaOS actions, providers, and plugins.
|
|
3
|
-
*
|
|
4
|
-
* This catalog maps every known action and provider to one or more AgentContext
|
|
5
|
-
* categories. It is used by:
|
|
6
|
-
* 1. The shouldRespondAndRouteContext classifier prompt
|
|
7
|
-
* 2. The synthetic dataset generator (to scope scenarios per context)
|
|
8
|
-
* 3. The planner (to filter actions/providers by active context)
|
|
9
|
-
*
|
|
10
|
-
* When adding a new plugin/action, add its entry here.
|
|
11
|
-
*/
|
|
12
|
-
import { type AgentContext } from "./context-types.js";
|
|
13
|
-
export type ContextResolutionSource = "component" | "plugin" | "catalog" | "default";
|
|
14
|
-
/** Mapping from action name to its contexts. */
|
|
15
|
-
export declare const ACTION_CONTEXT_MAP: Record<string, AgentContext[]>;
|
|
16
|
-
/** Mapping from provider name to its contexts. */
|
|
17
|
-
export declare const PROVIDER_CONTEXT_MAP: Record<string, AgentContext[]>;
|
|
18
|
-
/** All canonical contexts. */
|
|
19
|
-
export declare const ALL_CONTEXTS: AgentContext[];
|
|
20
|
-
export declare function resolveActionContextResolution(actionName: string, actionContexts?: AgentContext[], pluginContexts?: AgentContext[]): {
|
|
21
|
-
contexts: AgentContext[];
|
|
22
|
-
source: ContextResolutionSource;
|
|
23
|
-
};
|
|
24
|
-
export declare function resolveProviderContextResolution(providerName: string, providerContexts?: AgentContext[], pluginContexts?: AgentContext[]): {
|
|
25
|
-
contexts: AgentContext[];
|
|
26
|
-
source: ContextResolutionSource;
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* Resolve the effective contexts for an action.
|
|
30
|
-
* Priority: action.contexts > plugin.contexts > catalog lookup > ["general"]
|
|
31
|
-
*/
|
|
32
|
-
export declare function resolveActionContexts(actionName: string, actionContexts?: AgentContext[], pluginContexts?: AgentContext[]): AgentContext[];
|
|
33
|
-
/**
|
|
34
|
-
* Resolve the effective contexts for a provider.
|
|
35
|
-
*/
|
|
36
|
-
export declare function resolveProviderContexts(providerName: string, providerContexts?: AgentContext[], pluginContexts?: AgentContext[]): AgentContext[];
|
|
37
|
-
/**
|
|
38
|
-
* Given active contexts, return all actions that should be available.
|
|
39
|
-
*/
|
|
40
|
-
export declare function filterActionsByContexts(activeContexts: AgentContext[], allActions: Array<{
|
|
41
|
-
name: string;
|
|
42
|
-
contexts?: AgentContext[];
|
|
43
|
-
}>, pluginContexts?: Record<string, AgentContext[]>): Array<{
|
|
44
|
-
name: string;
|
|
45
|
-
contexts?: AgentContext[];
|
|
46
|
-
}>;
|
|
47
|
-
//# sourceMappingURL=context-catalog.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context-catalog.d.ts","sourceRoot":"","sources":["../../../../../../../apps/app-training/src/core/context-catalog.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAkB,KAAK,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAEvE,MAAM,MAAM,uBAAuB,GAC/B,WAAW,GACX,QAAQ,GACR,SAAS,GACT,SAAS,CAAC;AAEd,gDAAgD;AAChD,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,EAAE,CAgH7D,CAAC;AAEF,kDAAkD;AAClD,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,EAAE,CA+C/D,CAAC;AAEF,8BAA8B;AAC9B,eAAO,MAAM,YAAY,EAAE,YAAY,EAAwB,CAAC;AAoChE,wBAAgB,8BAA8B,CAC5C,UAAU,EAAE,MAAM,EAClB,cAAc,CAAC,EAAE,YAAY,EAAE,EAC/B,cAAc,CAAC,EAAE,YAAY,EAAE,GAC9B;IACD,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,MAAM,EAAE,uBAAuB,CAAC;CACjC,CA6BA;AAED,wBAAgB,gCAAgC,CAC9C,YAAY,EAAE,MAAM,EACpB,gBAAgB,CAAC,EAAE,YAAY,EAAE,EACjC,cAAc,CAAC,EAAE,YAAY,EAAE,GAC9B;IACD,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,MAAM,EAAE,uBAAuB,CAAC;CACjC,CA6BA;AAED;;;GAGG;AACH,wBAAgB,qBAAqB,CACnC,UAAU,EAAE,MAAM,EAClB,cAAc,CAAC,EAAE,YAAY,EAAE,EAC/B,cAAc,CAAC,EAAE,YAAY,EAAE,GAC9B,YAAY,EAAE,CAMhB;AAED;;GAEG;AACH,wBAAgB,uBAAuB,CACrC,YAAY,EAAE,MAAM,EACpB,gBAAgB,CAAC,EAAE,YAAY,EAAE,EACjC,cAAc,CAAC,EAAE,YAAY,EAAE,GAC9B,YAAY,EAAE,CAMhB;AAED;;GAEG;AACH,wBAAgB,uBAAuB,CACrC,cAAc,EAAE,YAAY,EAAE,EAC9B,UAAU,EAAE,KAAK,CAAC;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,YAAY,EAAE,CAAA;CAAE,CAAC,EAC9D,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,EAAE,CAAC,GAC9C,KAAK,CAAC;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,YAAY,EAAE,CAAA;CAAE,CAAC,CAapD"}
|