@elizaos/app-core 2.0.3-beta.2 → 2.0.3-beta.3
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/agent-bridge.d.ts +5 -5
- package/api/auth/audit.d.ts +1 -1
- package/api/auth/auth-context.d.ts +1 -1
- package/api/auth/bootstrap-token.d.ts +1 -1
- package/api/auth/sessions.d.ts +1 -1
- package/api/auth-bootstrap-routes.d.ts +1 -1
- package/api/auth-pairing-routes.d.ts +1 -1
- package/api/auth-pairing-routes.d.ts.map +1 -1
- package/api/auth-pairing-routes.js +2 -3
- package/api/auth-session-routes.d.ts +2 -2
- package/api/auth.d.ts +1 -1
- package/api/automations-compat-routes.d.ts +1 -1
- package/api/background-tasks-routes.d.ts +1 -1
- package/api/catalog-routes.d.ts +1 -1
- package/api/cloud-voice-routes.d.ts +1 -1
- package/api/compat-route-shared.d.ts +12 -5
- package/api/compat-route-shared.d.ts.map +1 -1
- package/api/compat-route-shared.js +22 -187
- package/api/database-rows-compat-routes.d.ts +1 -1
- package/api/dev-compat-routes.d.ts +1 -1
- package/api/dev-route-catalog.d.ts.map +1 -1
- package/api/dev-route-catalog.js +20 -0
- package/api/drop-status-compat-route.d.ts +3 -0
- package/api/drop-status-compat-route.d.ts.map +1 -0
- package/api/drop-status-compat-route.js +12 -0
- package/api/first-run-routes.d.ts +1 -1
- package/api/internal-routes.d.ts +1 -1
- package/api/runtime-mode-routes.d.ts +1 -1
- package/api/secrets-manager-routes.d.ts.map +1 -1
- package/api/sensitive-request-routes.d.ts +2 -2
- package/api/server-config-filter.d.ts.map +1 -1
- package/api/server-config-filter.js +0 -1
- package/api/server-first-run-helpers.d.ts.map +1 -1
- package/api/server-first-run-helpers.js +0 -3
- package/api/server.d.ts +8 -8
- package/api/server.d.ts.map +1 -1
- package/api/server.js +13 -59
- package/api/training-benchmarks.d.ts +1 -1
- package/api/training-benchmarks.d.ts.map +1 -1
- package/api/training-benchmarks.js +31 -9
- package/api/workbench-compat-routes.d.ts +1 -1
- package/benchmark/server-utils.d.ts +2 -2
- package/browser.d.ts +4 -4
- package/cli/plugins-cli.d.ts.map +1 -1
- package/cli/plugins-cli.js +5 -0
- package/cli/program/register.auth.d.ts +27 -1
- package/cli/program/register.auth.d.ts.map +1 -1
- package/cli/program/register.auth.js +187 -0
- package/cli/program/register.dashboard.d.ts.map +1 -1
- package/cli/program/register.dashboard.js +11 -1
- package/cli/program.d.ts +1 -1
- package/first-run/first-run-config.d.ts +1 -1
- package/index.d.ts +46 -47
- package/index.d.ts.map +1 -1
- package/index.js +3 -7
- package/package.json +42 -36
- package/packaging/PUBLISHING_GUIDE.md +20 -20
- package/platform/elizaos-agent-browser-stub.d.ts +0 -1
- package/platform/elizaos-agent-browser-stub.d.ts.map +1 -1
- package/platform/elizaos-agent-browser-stub.js +0 -1
- package/platform/ios-runtime-bridge.d.ts.map +1 -1
- package/platform/ios-runtime-bridge.js +0 -1
- package/platform/native-plugin-entrypoints.d.ts +2 -2
- package/platforms/android/app/build.gradle +30 -7
- package/platforms/android/app/src/main/elizavoice-jni/elizavoice-jni.cpp +179 -35
- package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaAgentService.java +60 -32
- package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaBionicInferenceServer.java +405 -65
- package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaVoiceNative.java +35 -0
- package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaVoicePlugin.java +13 -6
- package/platforms/android/app/src/main/res/drawable/splash.png +0 -0
- package/platforms/android/app/src/main/res/drawable-land-hdpi/splash.png +0 -0
- package/platforms/android/app/src/main/res/drawable-land-mdpi/splash.png +0 -0
- package/platforms/android/app/src/main/res/drawable-land-xhdpi/splash.png +0 -0
- package/platforms/android/app/src/main/res/drawable-land-xxhdpi/splash.png +0 -0
- package/platforms/android/app/src/main/res/drawable-land-xxxhdpi/splash.png +0 -0
- package/platforms/android/app/src/main/res/drawable-port-hdpi/splash.png +0 -0
- package/platforms/android/app/src/main/res/drawable-port-mdpi/splash.png +0 -0
- package/platforms/android/app/src/main/res/drawable-port-xhdpi/splash.png +0 -0
- package/platforms/android/app/src/main/res/drawable-port-xxhdpi/splash.png +0 -0
- package/platforms/android/app/src/main/res/drawable-port-xxxhdpi/splash.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/platforms/android/app/src/main/res/values/colors.xml +5 -1
- package/platforms/android/app/src/main/res/values/ic_launcher_background.xml +1 -1
- package/platforms/android/app/src/main/res/values/styles.xml +4 -1
- package/platforms/electrobun/electrobun.config.ts +0 -1
- package/platforms/electrobun/native/macos/window-effects.mm +4 -0
- package/platforms/electrobun/package.json +11 -9
- package/platforms/electrobun/remotes/local-model/src/bun/eliza1-catalog.ts +1 -1
- package/platforms/electrobun/remotes/runtime/src/dev/phase2-smoke.ts +10 -5
- package/platforms/electrobun/remotes/runtime/src/dev/phase3-smoke.ts +11 -15
- package/platforms/electrobun/src/application-menu.ts +0 -7
- package/platforms/electrobun/src/desktop-http-request.test.ts +30 -1
- package/platforms/electrobun/src/desktop-http-request.ts +14 -2
- package/platforms/electrobun/src/desktop-test-bridge-server.ts +28 -0
- package/platforms/electrobun/src/fatal-shutdown.test.ts +3 -7
- package/platforms/electrobun/src/index.ts +64 -13
- package/platforms/electrobun/src/lifecycle/api-base-owner.test.ts +83 -0
- package/platforms/electrobun/src/lifecycle/api-base-owner.ts +37 -16
- package/platforms/electrobun/src/native/agent.ts +28 -17
- package/platforms/electrobun/src/native/credentials.ts +6 -1
- package/platforms/electrobun/src/native/desktop-window.test.ts +142 -26
- package/platforms/electrobun/src/native/desktop.ts +8 -4
- package/platforms/electrobun/src/native/index.ts +6 -0
- package/platforms/electrobun/src/native/remote-plugin-host.ts +18 -8
- package/platforms/electrobun/src/preload.js +1 -1
- package/platforms/electrobun/src/voice/voice-live-validation.test.ts +10 -5
- package/platforms/electrobun/src/voice/voice-runtime-adapter.ts +3 -2
- package/platforms/electrobun/src/voice/voice-service.test.ts +26 -0
- package/platforms/electrobun/src/voice/voice-service.ts +57 -17
- package/platforms/electrobun/tsconfig.json +17 -1
- package/platforms/ios/App/App/Base.lproj/LaunchScreen.storyboard +4 -6
- package/registry/index.d.ts +1 -6
- package/registry/index.d.ts.map +1 -1
- package/registry/index.js +9 -101
- package/runtime/android-avf-microdroid-bridge.d.ts +1 -1
- package/runtime/bundled-fused-lib.d.ts +36 -0
- package/runtime/bundled-fused-lib.d.ts.map +1 -0
- package/runtime/bundled-fused-lib.js +77 -0
- package/runtime/channel-plugin-map.d.ts +1 -5
- package/runtime/channel-plugin-map.d.ts.map +1 -1
- package/runtime/channel-plugin-map.js +11 -31
- package/runtime/desktop/index.d.ts +5 -5
- package/runtime/dev-server.js +11 -2
- package/runtime/eliza.d.ts.map +1 -1
- package/runtime/eliza.js +18 -8
- package/runtime/mode/route-mode-guard.d.ts +1 -1
- package/runtime/mode/route-mode-matrix.d.ts +1 -1
- package/runtime/voice-warmup.d.ts +4 -19
- package/runtime/voice-warmup.d.ts.map +1 -1
- package/runtime/voice-warmup.js +4 -14
- package/scripts/aosp/README.md +10 -1
- package/scripts/aosp/compile-libllama-zig-pin.test.mjs +147 -0
- package/scripts/aosp/compile-libllama.mjs +446 -59
- package/scripts/aosp/compile-libllama.test.mjs +133 -0
- package/scripts/aosp/compile-shim.mjs +21 -1
- package/scripts/aosp/deploy-pixel.mjs +1 -1
- package/scripts/aosp/stage-default-models.mjs +24 -31
- package/scripts/aosp/stage-default-models.test.mjs +23 -0
- package/scripts/assert-required-bundled-packages.test.ts +22 -1
- package/scripts/build-helpers/verify-fused-symbols.mjs +33 -0
- package/scripts/build-helpers/verify-fused-symbols.test.mjs +0 -0
- package/scripts/build-image.sh +1 -3
- package/scripts/build-llama-cpp-mtp.mjs +17 -16
- package/scripts/check-i18n.mjs +0 -1
- package/scripts/copy-runtime-node-modules.ts +147 -0
- package/scripts/desktop-build.mjs +317 -4
- package/scripts/docker-ci-smoke.sh +33 -8
- package/scripts/ensure-type-package-aliases.mjs +1 -1
- package/scripts/ios-xcframework/run-physical-device-smoke.mjs +1 -1
- package/scripts/lib/agent-source-watcher.mjs +0 -1
- package/scripts/lib/artifact-staleness.d.mts +33 -0
- package/scripts/lib/artifact-staleness.mjs +122 -0
- package/scripts/lib/artifact-staleness.test.mts +98 -0
- package/scripts/lib/duet-bridge.mjs +1 -1
- package/scripts/lib/ios-plist-url-scheme.mjs +80 -0
- package/scripts/lib/mobile-build-decisions.mjs +97 -0
- package/scripts/lib/renderer-build-manifest.d.mts +65 -0
- package/scripts/lib/renderer-build-manifest.mjs +257 -0
- package/scripts/lib/renderer-build-manifest.test.mts +277 -0
- package/scripts/lib/stage-android-agent.mjs +13 -4
- package/scripts/lib/verify-ondevice-artifact.d.mts +16 -0
- package/scripts/lib/verify-ondevice-artifact.mjs +61 -0
- package/scripts/lib/verify-ondevice-artifact.test.mts +98 -0
- package/scripts/lib/websocket-pending-queue.ts +92 -0
- package/scripts/link-docker-local-app-packages.mjs +6 -0
- package/scripts/playwright-ui-live-stack.ts +430 -144
- package/scripts/playwright-ui-smoke-api-stub.mjs +160 -168
- package/scripts/run-local-plugin-live-smoke.mjs +1 -6
- package/scripts/run-mobile-build-brand-separation.test.mts +33 -0
- package/scripts/run-mobile-build-ios-engine-gate.test.mjs +85 -0
- package/scripts/run-mobile-build-mtp-staleness.test.mts +198 -0
- package/scripts/run-mobile-build.mjs +408 -86
- package/scripts/serve-real-local-agent.ts +72 -0
- package/scripts/stage-desktop-fused-lib.mjs +43 -14
- package/scripts/verify-ondevice-artifact.mjs +111 -0
- package/scripts/voice-attribution-smoke.ts +144 -38
- package/scripts/voice-duet.mjs +6 -6
- package/scripts/voice-e2e-hardware.ts +22 -16
- package/scripts/voice-interactive.mjs +16 -45
- package/security/agent-vault-id.d.ts +1 -1
- package/security/platform-secure-store-node.d.ts +1 -1
- package/services/ambient-audio/consent.d.ts +1 -1
- package/services/ambient-audio/index.d.ts +6 -6
- package/services/ambient-audio/replay-buffer.d.ts +1 -1
- package/services/ambient-audio/response-gate.d.ts +1 -1
- package/services/ambient-audio/service.d.ts +3 -3
- package/services/connector-target-catalog.d.ts +1 -1
- package/services/sensitive-requests/index.d.ts +6 -6
- package/services/steward-sidecar/wallet-setup.d.ts +1 -1
- package/services/steward-sidecar.d.ts +3 -3
- package/services/tunnel-to-mobile/index.d.ts +1 -1
- package/services/vault-bootstrap.d.ts.map +1 -1
- package/services/vault-bootstrap.js +14 -10
- package/services/voice-profiles/diarization-pipeline.d.ts +1 -1
- package/services/voice-profiles/index.d.ts +11 -11
- package/services/voice-profiles/owner-confidence.d.ts +1 -1
- package/services/voice-profiles/private-challenge.d.ts +1 -1
- package/services/voice-profiles/store.d.ts +1 -1
- package/test/helpers/live-provider.test.ts +91 -1
- package/test/helpers/live-provider.ts +195 -51
- package/test/scripts/websocket-pending-queue.test.ts +119 -0
- package/test-support/test-helpers.d.ts +0 -33
- package/test-support/test-helpers.d.ts.map +1 -1
- package/test-support/test-helpers.js +81 -189
- package/ui-compat.d.ts +1 -0
- package/ui-compat.d.ts.map +1 -1
- package/ui-compat.js +4 -0
- package/platforms/electrobun/docs/convergence-audit.json +0 -3505
- package/platforms/electrobun/docs/convergence-audit.md +0 -694
- package/platforms/electrobun/scripts/ensure-whisper-gguf.sh +0 -55
- package/platforms/electrobun/scripts/ensure-whisper-model.sh +0 -35
- package/platforms/electrobun/scripts/generate-convergence-audit.ts +0 -1203
- package/platforms/electrobun/src/native/whisper-env.test.ts +0 -71
- package/platforms/electrobun/src/native/whisper-env.ts +0 -68
- package/registry/app-registry.d.ts +0 -14
- package/registry/app-registry.d.ts.map +0 -1
- package/registry/app-registry.js +0 -29
- package/registry/entries/apps/app-polymarket.json +0 -31
- package/registry/entries/apps/clawville.json +0 -27
- package/registry/entries/apps/companion.json +0 -28
- package/registry/entries/apps/database-viewer.json +0 -27
- package/registry/entries/apps/defense-of-the-agents.json +0 -27
- package/registry/entries/apps/documents.json +0 -30
- package/registry/entries/apps/feed.json +0 -27
- package/registry/entries/apps/hyperliquid.json +0 -31
- package/registry/entries/apps/log-viewer.json +0 -27
- package/registry/entries/apps/memory-viewer.json +0 -27
- package/registry/entries/apps/model-tester.json +0 -31
- package/registry/entries/apps/plugin-viewer.json +0 -27
- package/registry/entries/apps/relationship-viewer.json +0 -27
- package/registry/entries/apps/runtime-debugger.json +0 -27
- package/registry/entries/apps/shopify.json +0 -31
- package/registry/entries/apps/skills-viewer.json +0 -27
- package/registry/entries/apps/steward.json +0 -31
- package/registry/entries/apps/training.json +0 -54
- package/registry/entries/apps/trajectory-viewer.json +0 -27
- package/registry/entries/apps/vincent.json +0 -31
- package/registry/entries/connectors/bluebubbles.json +0 -99
- package/registry/entries/connectors/bluesky.json +0 -173
- package/registry/entries/connectors/discord.json +0 -119
- package/registry/entries/connectors/farcaster.json +0 -174
- package/registry/entries/connectors/feishu.json +0 -79
- package/registry/entries/connectors/google-chat.json +0 -120
- package/registry/entries/connectors/google.json +0 -82
- package/registry/entries/connectors/imessage.json +0 -96
- package/registry/entries/connectors/instagram.json +0 -64
- package/registry/entries/connectors/line.json +0 -86
- package/registry/entries/connectors/matrix.json +0 -94
- package/registry/entries/connectors/mattermost.json +0 -110
- package/registry/entries/connectors/msteams.json +0 -104
- package/registry/entries/connectors/nextcloud-talk.json +0 -104
- package/registry/entries/connectors/nostr.json +0 -70
- package/registry/entries/connectors/signal.json +0 -81
- package/registry/entries/connectors/slack.json +0 -102
- package/registry/entries/connectors/telegram.json +0 -71
- package/registry/entries/connectors/tlon.json +0 -94
- package/registry/entries/connectors/twitch.json +0 -110
- package/registry/entries/connectors/whatsapp.json +0 -113
- package/registry/entries/connectors/x.json +0 -231
- package/registry/entries/connectors/zalo.json +0 -112
- package/registry/entries/connectors/zalouser.json +0 -122
- package/registry/entries/plugins/agent-orchestrator.json +0 -33
- package/registry/entries/plugins/agent-skills.json +0 -72
- package/registry/entries/plugins/anthropic.json +0 -73
- package/registry/entries/plugins/app-control.json +0 -23
- package/registry/entries/plugins/auto-trader.json +0 -203
- package/registry/entries/plugins/background-runner.json +0 -26
- package/registry/entries/plugins/blooio.json +0 -102
- package/registry/entries/plugins/browser.json +0 -75
- package/registry/entries/plugins/cli.json +0 -40
- package/registry/entries/plugins/clipboard.json +0 -44
- package/registry/entries/plugins/coding-tools.json +0 -71
- package/registry/entries/plugins/commands.json +0 -63
- package/registry/entries/plugins/computeruse.json +0 -74
- package/registry/entries/plugins/copilot-proxy.json +0 -93
- package/registry/entries/plugins/directives.json +0 -63
- package/registry/entries/plugins/edge-tts.json +0 -97
- package/registry/entries/plugins/elevenlabs.json +0 -169
- package/registry/entries/plugins/elizacloud.json +0 -208
- package/registry/entries/plugins/evm.json +0 -134
- package/registry/entries/plugins/experience.json +0 -34
- package/registry/entries/plugins/facewear.json +0 -131
- package/registry/entries/plugins/form.json +0 -26
- package/registry/entries/plugins/github.json +0 -93
- package/registry/entries/plugins/gmail-watch.json +0 -25
- package/registry/entries/plugins/goals.json +0 -77
- package/registry/entries/plugins/google-genai.json +0 -106
- package/registry/entries/plugins/groq.json +0 -93
- package/registry/entries/plugins/hedera.json +0 -48
- package/registry/entries/plugins/inmemorydb.json +0 -25
- package/registry/entries/plugins/linear.json +0 -51
- package/registry/entries/plugins/local-inference.json +0 -137
- package/registry/entries/plugins/local-storage.json +0 -36
- package/registry/entries/plugins/localdb.json +0 -25
- package/registry/entries/plugins/mcp.json +0 -44
- package/registry/entries/plugins/memory.json +0 -124
- package/registry/entries/plugins/minecraft.json +0 -79
- package/registry/entries/plugins/moltbook.json +0 -83
- package/registry/entries/plugins/music.json +0 -155
- package/registry/entries/plugins/mysticism.json +0 -48
- package/registry/entries/plugins/nearai.json +0 -82
- package/registry/entries/plugins/ngrok.json +0 -69
- package/registry/entries/plugins/ollama.json +0 -96
- package/registry/entries/plugins/openai.json +0 -189
- package/registry/entries/plugins/openrouter.json +0 -188
- package/registry/entries/plugins/pdf.json +0 -26
- package/registry/entries/plugins/plugin-manager.json +0 -23
- package/registry/entries/plugins/prose.json +0 -48
- package/registry/entries/plugins/rlm.json +0 -26
- package/registry/entries/plugins/roblox.json +0 -88
- package/registry/entries/plugins/rss.json +0 -64
- package/registry/entries/plugins/s3-storage.json +0 -91
- package/registry/entries/plugins/scheduling.json +0 -35
- package/registry/entries/plugins/shell.json +0 -94
- package/registry/entries/plugins/social-alpha.json +0 -72
- package/registry/entries/plugins/tailscale.json +0 -81
- package/registry/entries/plugins/tee.json +0 -53
- package/registry/entries/plugins/todos.json +0 -26
- package/registry/entries/plugins/trajectory-logger.json +0 -33
- package/registry/entries/plugins/trust.json +0 -39
- package/registry/entries/plugins/tts.json +0 -71
- package/registry/entries/plugins/tunnel.json +0 -45
- package/registry/entries/plugins/twilio.json +0 -168
- package/registry/entries/plugins/vercel-ai-gateway.json +0 -128
- package/registry/entries/plugins/video.json +0 -23
- package/registry/entries/plugins/vision.json +0 -43
- package/registry/entries/plugins/webhooks.json +0 -23
- package/registry/entries/plugins/workflow.json +0 -25
- package/registry/entries/plugins/xai.json +0 -75
- package/registry/loader.d.ts +0 -28
- package/registry/loader.d.ts.map +0 -1
- package/registry/loader.js +0 -158
- package/registry/schema.d.ts +0 -1199
- package/registry/schema.d.ts.map +0 -1
- package/registry/schema.js +0 -300
- package/scripts/patches/llama-mobile-kokoro-tts.patch +0 -480
- package/scripts/release-workflow-drift.test.ts +0 -57
- package/test/helpers/i18n.ts +0 -5
- package/test/helpers/loopback.ts +0 -33
- package/test/helpers/react-test.ts +0 -40
- package/test/helpers/skip-without.ts +0 -53
package/index.d.ts
CHANGED
|
@@ -1,48 +1,47 @@
|
|
|
1
|
-
export * from "./
|
|
2
|
-
export * from "./api/
|
|
3
|
-
export * from "./api/
|
|
4
|
-
export * from "./api/
|
|
5
|
-
export * from "./api/
|
|
6
|
-
export * from "./api/
|
|
7
|
-
export * from "./api/secrets-
|
|
8
|
-
export * from "./api/
|
|
9
|
-
export * from "./api/server";
|
|
10
|
-
export * from "./api/server-
|
|
11
|
-
export * from "./api/
|
|
12
|
-
export * from "./api/
|
|
13
|
-
export * from "./
|
|
14
|
-
export * from "./
|
|
15
|
-
export * from "./
|
|
16
|
-
export * from "./
|
|
17
|
-
export * from "./
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export * from "./runtime/
|
|
23
|
-
export * from "./runtime/app-
|
|
24
|
-
export * from "./runtime/
|
|
25
|
-
export * from "./runtime/build-
|
|
26
|
-
export * from "./runtime/
|
|
27
|
-
export * from "./runtime/
|
|
28
|
-
export * from "./runtime/
|
|
29
|
-
export * from "./runtime/
|
|
30
|
-
export * from "./runtime/
|
|
31
|
-
export * from "./
|
|
32
|
-
export * from "./security/
|
|
33
|
-
export * from "./security/
|
|
34
|
-
export * from "./security/platform-secure-store";
|
|
35
|
-
export * from "./security/
|
|
36
|
-
export * from "./
|
|
37
|
-
export * from "./services/
|
|
38
|
-
export * from "./services/
|
|
39
|
-
export * from "./services/
|
|
40
|
-
export * from "./services/
|
|
41
|
-
export * from "./services/steward-
|
|
42
|
-
export * from "./services/steward-sidecar
|
|
43
|
-
export * from "./services/
|
|
44
|
-
export * from "./services/
|
|
45
|
-
export * from "./services/vault-
|
|
46
|
-
export * from "./
|
|
47
|
-
export * from "./ui-compat";
|
|
1
|
+
export * from "./api/auth.js";
|
|
2
|
+
export * from "./api/automation-node-contributors.js";
|
|
3
|
+
export * from "./api/compat-route-shared.js";
|
|
4
|
+
export * from "./api/ios-local-agent-transport.js";
|
|
5
|
+
export * from "./api/response.js";
|
|
6
|
+
export * from "./api/secrets-inventory-routes.js";
|
|
7
|
+
export * from "./api/secrets-manager-routes.js";
|
|
8
|
+
export * from "./api/server.js";
|
|
9
|
+
export * from "./api/server-security.js";
|
|
10
|
+
export * from "./api/server-wallet-trade.js";
|
|
11
|
+
export * from "./api/setup-contract.js";
|
|
12
|
+
export * from "./api/workbench-compat-routes.js";
|
|
13
|
+
export * from "./config/app-config.js";
|
|
14
|
+
export * from "./diagnostics/integration-observability.js";
|
|
15
|
+
export * from "./first-run/first-run-config.js";
|
|
16
|
+
export * from "./permissions/types.js";
|
|
17
|
+
export * from "./platform/ios-runtime-backends.js";
|
|
18
|
+
export { IOS_FULL_BUN_SMOKE_REQUEST_KEY, IOS_FULL_BUN_SMOKE_RESULT_KEY, runIosFullBunSmokeIfRequested, } from "./platform/ios-runtime-bridge.js";
|
|
19
|
+
export * from "./registry/index.js";
|
|
20
|
+
export { type ConfigField, getPlugins } from "./registry/index.js";
|
|
21
|
+
export * from "./runtime/android-avf-microdroid-bridge.js";
|
|
22
|
+
export * from "./runtime/app-core-runtime-hooks.js";
|
|
23
|
+
export * from "./runtime/app-route-plugin-registry.js";
|
|
24
|
+
export * from "./runtime/build-character-from-config.js";
|
|
25
|
+
export * from "./runtime/build-variant.js";
|
|
26
|
+
export * from "./runtime/channel-plugin-map.js";
|
|
27
|
+
export * from "./runtime/desktop/index.js";
|
|
28
|
+
export * from "./runtime/eliza.js";
|
|
29
|
+
export * from "./runtime/mobile-safe-runtime.js";
|
|
30
|
+
export * from "./runtime/mode/runtime-mode.js";
|
|
31
|
+
export * from "./security/agent-vault-id.js";
|
|
32
|
+
export * from "./security/hydrate-wallet-keys-from-platform-store.js";
|
|
33
|
+
export * from "./security/platform-secure-store.js";
|
|
34
|
+
export * from "./security/platform-secure-store-node.js";
|
|
35
|
+
export * from "./security/wallet-os-store-actions.js";
|
|
36
|
+
export * from "./services/account-pool.js";
|
|
37
|
+
export * from "./services/auth-store.js";
|
|
38
|
+
export * from "./services/github-credentials.js";
|
|
39
|
+
export * from "./services/inference-abort.js";
|
|
40
|
+
export * from "./services/steward-credentials.js";
|
|
41
|
+
export * from "./services/steward-sidecar/helpers.js";
|
|
42
|
+
export * from "./services/steward-sidecar.js";
|
|
43
|
+
export * from "./services/task-host-capabilities.js";
|
|
44
|
+
export * from "./services/vault-bootstrap.js";
|
|
45
|
+
export * from "./services/vault-mirror.js";
|
|
46
|
+
export * from "./ui-compat.js";
|
|
48
47
|
//# sourceMappingURL=index.d.ts.map
|
package/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,eAAe,CAAC;AAC9B,cAAc,oCAAoC,CAAC;AACnD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qBAAqB,CAAC;AACpC,cAAc,yCAAyC,CAAC;AACxD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qBAAqB,CAAC;AAMpC,cAAc,iCAAiC,CAAC;AAChD,OAAO,EACL,8BAA8B,EAC9B,6BAA6B,EAC7B,6BAA6B,GAC9B,MAAM,+BAA+B,CAAC;AACvC,cAAc,YAAY,CAAC;AAI3B,OAAO,EAAE,KAAK,WAAW,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAC1D,cAAc,yCAAyC,CAAC;AACxD,cAAc,kCAAkC,CAAC;AACjD,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC;AACtD,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oDAAoD,CAAC;AACnE,cAAc,kCAAkC,CAAC;AACjD,cAAc,uCAAuC,CAAC;AACtD,cAAc,oCAAoC,CAAC;AACnD,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oCAAoC,CAAC;AAOnD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mCAAmC,CAAC;AAClD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC"}
|
package/index.js
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
// Node/runtime barrel for @elizaos/app-core.
|
|
2
2
|
// Frontend surfaces live in @elizaos/ui; pure contracts/utilities live in @elizaos/shared.
|
|
3
|
-
export * from "./account-pool.js";
|
|
4
3
|
export * from "./api/auth.js";
|
|
5
4
|
export * from "./api/automation-node-contributors.js";
|
|
6
5
|
export * from "./api/compat-route-shared.js";
|
|
7
|
-
// === Phase 5C: desktop runtime + app-config + first-run config + ios-local-agent-transport moved from @elizaos/ui ===
|
|
8
6
|
export * from "./api/ios-local-agent-transport.js";
|
|
9
7
|
export * from "./api/response.js";
|
|
10
8
|
export * from "./api/secrets-inventory-routes.js";
|
|
@@ -26,9 +24,9 @@ export * from "./permissions/types.js";
|
|
|
26
24
|
export * from "./platform/ios-runtime-backends.js";
|
|
27
25
|
export { IOS_FULL_BUN_SMOKE_REQUEST_KEY, IOS_FULL_BUN_SMOKE_RESULT_KEY, runIosFullBunSmokeIfRequested, } from "./platform/ios-runtime-bridge.js";
|
|
28
26
|
export * from "./registry/index.js";
|
|
29
|
-
// `ConfigField` and `getPlugins` also exist in @elizaos/ui
|
|
30
|
-
//
|
|
31
|
-
//
|
|
27
|
+
// `ConfigField` and `getPlugins` also exist in @elizaos/ui. Re-export the
|
|
28
|
+
// app-core registry versions explicitly so the Node barrel stays authoritative
|
|
29
|
+
// and avoids ambiguous star re-exports.
|
|
32
30
|
export { getPlugins } from "./registry/index.js";
|
|
33
31
|
export * from "./runtime/android-avf-microdroid-bridge.js";
|
|
34
32
|
export * from "./runtime/app-core-runtime-hooks.js";
|
|
@@ -49,8 +47,6 @@ export * from "./services/account-pool.js";
|
|
|
49
47
|
export * from "./services/auth-store.js";
|
|
50
48
|
export * from "./services/github-credentials.js";
|
|
51
49
|
export * from "./services/inference-abort.js";
|
|
52
|
-
// === Phase 4F: plugin-installer moved to @elizaos/plugin-registry ===
|
|
53
|
-
// (this used to be `export * from "./services/plugin-installer"`)
|
|
54
50
|
export * from "./services/steward-credentials.js";
|
|
55
51
|
export * from "./services/steward-sidecar/helpers.js";
|
|
56
52
|
// Explicit .ts extension on steward-sidecar.ts disambiguates from the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/app-core",
|
|
3
|
-
"version": "2.0.3-beta.
|
|
3
|
+
"version": "2.0.3-beta.3",
|
|
4
4
|
"description": "Shared application core for elizaOS white-label agent apps.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -38,6 +38,11 @@
|
|
|
38
38
|
"import": "./agent-bridge.js",
|
|
39
39
|
"default": "./agent-bridge.js"
|
|
40
40
|
},
|
|
41
|
+
"./account-pool": {
|
|
42
|
+
"types": "./account-pool.d.ts",
|
|
43
|
+
"import": "./account-pool.js",
|
|
44
|
+
"default": "./account-pool.js"
|
|
45
|
+
},
|
|
41
46
|
"./api/automation-node-contributors": {
|
|
42
47
|
"types": "./api/automation-node-contributors.d.ts",
|
|
43
48
|
"import": "./api/automation-node-contributors.js",
|
|
@@ -150,26 +155,26 @@
|
|
|
150
155
|
"three": "^0.184.0"
|
|
151
156
|
},
|
|
152
157
|
"optionalDependencies": {
|
|
153
|
-
"@elizaos/capacitor-appblocker": "2.0.3-beta.
|
|
154
|
-
"@elizaos/capacitor-bun-runtime": "2.0.3-beta.
|
|
155
|
-
"@elizaos/capacitor-camera": "2.0.3-beta.
|
|
156
|
-
"@elizaos/capacitor-canvas": "2.0.3-beta.
|
|
157
|
-
"@elizaos/capacitor-contacts": "2.0.3-beta.
|
|
158
|
-
"@elizaos/capacitor-gateway": "2.0.3-beta.
|
|
159
|
-
"@elizaos/capacitor-location": "2.0.3-beta.
|
|
160
|
-
"@elizaos/capacitor-messages": "2.0.3-beta.
|
|
161
|
-
"@elizaos/capacitor-mobile-agent-bridge": "2.0.3-beta.
|
|
162
|
-
"@elizaos/capacitor-mobile-signals": "2.0.3-beta.
|
|
163
|
-
"@elizaos/capacitor-phone": "2.0.3-beta.
|
|
164
|
-
"@elizaos/capacitor-screencapture": "2.0.3-beta.
|
|
165
|
-
"@elizaos/capacitor-swabble": "2.0.3-beta.
|
|
166
|
-
"@elizaos/capacitor-system": "2.0.3-beta.
|
|
167
|
-
"@elizaos/capacitor-talkmode": "2.0.3-beta.
|
|
168
|
-
"@elizaos/capacitor-websiteblocker": "2.0.3-beta.
|
|
158
|
+
"@elizaos/capacitor-appblocker": "2.0.3-beta.3",
|
|
159
|
+
"@elizaos/capacitor-bun-runtime": "2.0.3-beta.3",
|
|
160
|
+
"@elizaos/capacitor-camera": "2.0.3-beta.3",
|
|
161
|
+
"@elizaos/capacitor-canvas": "2.0.3-beta.3",
|
|
162
|
+
"@elizaos/capacitor-contacts": "2.0.3-beta.3",
|
|
163
|
+
"@elizaos/capacitor-gateway": "2.0.3-beta.3",
|
|
164
|
+
"@elizaos/capacitor-location": "2.0.3-beta.3",
|
|
165
|
+
"@elizaos/capacitor-messages": "2.0.3-beta.3",
|
|
166
|
+
"@elizaos/capacitor-mobile-agent-bridge": "2.0.3-beta.3",
|
|
167
|
+
"@elizaos/capacitor-mobile-signals": "2.0.3-beta.3",
|
|
168
|
+
"@elizaos/capacitor-phone": "2.0.3-beta.3",
|
|
169
|
+
"@elizaos/capacitor-screencapture": "2.0.3-beta.3",
|
|
170
|
+
"@elizaos/capacitor-swabble": "2.0.3-beta.3",
|
|
171
|
+
"@elizaos/capacitor-system": "2.0.3-beta.3",
|
|
172
|
+
"@elizaos/capacitor-talkmode": "2.0.3-beta.3",
|
|
173
|
+
"@elizaos/capacitor-websiteblocker": "2.0.3-beta.3",
|
|
169
174
|
"sharp": "^0.34.5"
|
|
170
175
|
},
|
|
171
176
|
"dependencies": {
|
|
172
|
-
"@capacitor-community/sqlite": "^
|
|
177
|
+
"@capacitor-community/sqlite": "^8.1.0",
|
|
173
178
|
"@capacitor/background-runner": "^3.0.0",
|
|
174
179
|
"@capacitor/barcode-scanner": "^3.0.0",
|
|
175
180
|
"@capacitor/core": "8.4.0",
|
|
@@ -179,23 +184,24 @@
|
|
|
179
184
|
"@capacitor/preferences": "^8.0.1",
|
|
180
185
|
"@capacitor/push-notifications": "^8.0.0",
|
|
181
186
|
"@clack/prompts": "^1.0.0",
|
|
182
|
-
"@elizaos/core": "2.0.3-beta.
|
|
183
|
-
"@elizaos/plugin-anthropic": "2.0.3-beta.
|
|
184
|
-
"@elizaos/plugin-browser": "2.0.3-beta.
|
|
185
|
-
"@elizaos/plugin-edge-tts": "2.0.3-beta.
|
|
186
|
-
"@elizaos/plugin-elizacloud": "2.0.3-beta.
|
|
187
|
-
"@elizaos/plugin-groq": "2.0.3-beta.
|
|
188
|
-
"@elizaos/plugin-health": "2.0.3-beta.
|
|
189
|
-
"@elizaos/plugin-local-inference": "2.0.3-beta.
|
|
190
|
-
"@elizaos/plugin-openai": "2.0.3-beta.
|
|
191
|
-
"@elizaos/plugin-registry": "2.0.3-beta.
|
|
192
|
-
"@elizaos/plugin-sql": "2.0.3-beta.
|
|
193
|
-
"@elizaos/plugin-wechat": "2.0.3-beta.
|
|
194
|
-
"@elizaos/plugin-workflow": "2.0.3-beta.
|
|
195
|
-
"@elizaos/
|
|
196
|
-
"@elizaos/
|
|
197
|
-
"@elizaos/
|
|
198
|
-
"@elizaos/
|
|
187
|
+
"@elizaos/core": "2.0.3-beta.3",
|
|
188
|
+
"@elizaos/plugin-anthropic": "2.0.3-beta.3",
|
|
189
|
+
"@elizaos/plugin-browser": "2.0.3-beta.3",
|
|
190
|
+
"@elizaos/plugin-edge-tts": "2.0.3-beta.3",
|
|
191
|
+
"@elizaos/plugin-elizacloud": "2.0.3-beta.3",
|
|
192
|
+
"@elizaos/plugin-groq": "2.0.3-beta.3",
|
|
193
|
+
"@elizaos/plugin-health": "2.0.3-beta.3",
|
|
194
|
+
"@elizaos/plugin-local-inference": "2.0.3-beta.3",
|
|
195
|
+
"@elizaos/plugin-openai": "2.0.3-beta.3",
|
|
196
|
+
"@elizaos/plugin-registry": "2.0.3-beta.3",
|
|
197
|
+
"@elizaos/plugin-sql": "2.0.3-beta.3",
|
|
198
|
+
"@elizaos/plugin-wechat": "2.0.3-beta.3",
|
|
199
|
+
"@elizaos/plugin-workflow": "2.0.3-beta.3",
|
|
200
|
+
"@elizaos/registry": "2.0.3-beta.3",
|
|
201
|
+
"@elizaos/shared": "2.0.3-beta.3",
|
|
202
|
+
"@elizaos/skills": "2.0.3-beta.3",
|
|
203
|
+
"@elizaos/ui": "2.0.3-beta.3",
|
|
204
|
+
"@elizaos/vault": "2.0.3-beta.3",
|
|
199
205
|
"@node-rs/argon2": "^2.0.2",
|
|
200
206
|
"@upstash/redis": "^1.37.0",
|
|
201
207
|
"chalk": "^5.3.0",
|
|
@@ -216,5 +222,5 @@
|
|
|
216
222
|
},
|
|
217
223
|
"module": "./index.js",
|
|
218
224
|
"types": "./index.d.ts",
|
|
219
|
-
"gitHead": "
|
|
225
|
+
"gitHead": "f54b0f4eaed317d59fa7dbcdce20f4cdb0734420"
|
|
220
226
|
}
|
|
@@ -110,14 +110,14 @@ The beta version (`2.0.0b0`) is fine for name reservation.
|
|
|
110
110
|
|
|
111
111
|
A Homebrew "tap" is just a GitHub repo with a naming convention.
|
|
112
112
|
|
|
113
|
-
1. **Create a GitHub repo** named `homebrew-tap` under the `
|
|
114
|
-
- URL will be: `https://github.com/
|
|
113
|
+
1. **Create a GitHub repo** named `homebrew-tap` under the `elizaOS` org:
|
|
114
|
+
- URL will be: `https://github.com/elizaOS/homebrew-tap`
|
|
115
115
|
|
|
116
116
|
2. **Initialize the repo**:
|
|
117
117
|
|
|
118
118
|
```bash
|
|
119
119
|
# Clone and set up
|
|
120
|
-
git clone https://github.com/
|
|
120
|
+
git clone https://github.com/elizaOS/homebrew-tap.git
|
|
121
121
|
cd homebrew-tap
|
|
122
122
|
|
|
123
123
|
# Copy the formula
|
|
@@ -149,21 +149,21 @@ git push origin main
|
|
|
149
149
|
brew install --build-from-source Formula/eliza.rb
|
|
150
150
|
|
|
151
151
|
# Or after pushing to the tap repo
|
|
152
|
-
brew tap
|
|
152
|
+
brew tap elizaOS/tap
|
|
153
153
|
brew install eliza
|
|
154
154
|
```
|
|
155
155
|
|
|
156
156
|
### 2.3 Users Install With
|
|
157
157
|
|
|
158
158
|
```bash
|
|
159
|
-
brew tap
|
|
159
|
+
brew tap elizaOS/tap
|
|
160
160
|
brew install eliza
|
|
161
161
|
```
|
|
162
162
|
|
|
163
163
|
Or one-liner:
|
|
164
164
|
|
|
165
165
|
```bash
|
|
166
|
-
brew install
|
|
166
|
+
brew install elizaOS/tap/eliza
|
|
167
167
|
```
|
|
168
168
|
|
|
169
169
|
### 2.4 Updating for New Releases
|
|
@@ -404,10 +404,10 @@ shasum -a 256 node-arm64.tar.xz
|
|
|
404
404
|
cd packaging/flatpak
|
|
405
405
|
|
|
406
406
|
# Build
|
|
407
|
-
flatpak-builder --repo=repo build-dir ai.
|
|
407
|
+
flatpak-builder --repo=repo build-dir ai.elizaos.App.yml
|
|
408
408
|
|
|
409
409
|
# Create a bundle for testing
|
|
410
|
-
flatpak build-bundle repo eliza.flatpak ai.
|
|
410
|
+
flatpak build-bundle repo eliza.flatpak ai.elizaos.App
|
|
411
411
|
```
|
|
412
412
|
|
|
413
413
|
### 5.4 Test Locally
|
|
@@ -417,22 +417,22 @@ flatpak build-bundle repo eliza.flatpak ai.eliza.Eliza
|
|
|
417
417
|
flatpak --user install eliza.flatpak
|
|
418
418
|
|
|
419
419
|
# Run
|
|
420
|
-
flatpak run ai.
|
|
421
|
-
flatpak run ai.
|
|
420
|
+
flatpak run ai.elizaos.App --version
|
|
421
|
+
flatpak run ai.elizaos.App start
|
|
422
422
|
```
|
|
423
423
|
|
|
424
424
|
### 5.5 Publish to Flathub
|
|
425
425
|
|
|
426
426
|
1. Fork https://github.com/flathub/flathub
|
|
427
|
-
2. Create a new repo: `github.com/flathub/ai.
|
|
427
|
+
2. Create a new repo: `github.com/flathub/ai.elizaos.App`
|
|
428
428
|
3. Add the manifest and supporting files
|
|
429
429
|
4. Submit a PR — Flathub maintainers will review
|
|
430
430
|
|
|
431
431
|
### 5.6 Users Install With
|
|
432
432
|
|
|
433
433
|
```bash
|
|
434
|
-
flatpak install flathub ai.
|
|
435
|
-
flatpak run ai.
|
|
434
|
+
flatpak install flathub ai.elizaos.App
|
|
435
|
+
flatpak run ai.elizaos.App start
|
|
436
436
|
```
|
|
437
437
|
|
|
438
438
|
---
|
|
@@ -459,7 +459,7 @@ flatpak run ai.eliza.Eliza start
|
|
|
459
459
|
- Generate an **upload keystore** for CI:
|
|
460
460
|
|
|
461
461
|
```bash
|
|
462
|
-
keytool -genkeypair -alias eliza-upload -keyalg RSA -keysize 2048 -validity 10000 -keystore eliza-upload.jks -storepass YOUR_STORE_PASSWORD -dname "CN=Eliza AI, O=
|
|
462
|
+
keytool -genkeypair -alias eliza-upload -keyalg RSA -keysize 2048 -validity 10000 -keystore eliza-upload.jks -storepass YOUR_STORE_PASSWORD -dname "CN=Eliza AI, O=elizaOS, L=Internet, C=US"
|
|
463
463
|
```
|
|
464
464
|
|
|
465
465
|
4. **Upload the upload key certificate** to Play Console:
|
|
@@ -584,7 +584,7 @@ gh workflow run release-orchestrator.yml -f version=2.0.0-beta.0
|
|
|
584
584
|
| Secret | Where to get it | Used by |
|
|
585
585
|
|---|---|---|
|
|
586
586
|
| `SNAP_STORE_CREDENTIALS` | `snapcraft export-login --snaps=eliza --acls=package_push -` | Snap publishing |
|
|
587
|
-
| `HOMEBREW_TAP_TOKEN` | GitHub PAT with `repo` scope for `
|
|
587
|
+
| `HOMEBREW_TAP_TOKEN` | GitHub PAT with `repo` scope for `elizaOS/homebrew-tap` | Homebrew formula updates |
|
|
588
588
|
| `PYPI_API_TOKEN` | https://pypi.org/manage/account/token/ (or use trusted publishing) | PyPI uploads |
|
|
589
589
|
| `ANDROID_KEYSTORE_BASE64` | `base64 -w0 eliza-upload.jks` | Android AAB signing |
|
|
590
590
|
| `ANDROID_KEYSTORE_PASSWORD` | Android upload keystore password | Android AAB signing |
|
|
@@ -600,7 +600,7 @@ gh workflow run release-orchestrator.yml -f version=2.0.0-beta.0
|
|
|
600
600
|
Instead of API tokens, use OIDC trusted publishing:
|
|
601
601
|
1. Go to https://pypi.org/manage/project/eliza/settings/publishing/
|
|
602
602
|
2. Add a "GitHub Actions" publisher:
|
|
603
|
-
- Owner: `
|
|
603
|
+
- Owner: `elizaOS`
|
|
604
604
|
- Repository: `eliza`
|
|
605
605
|
- Workflow: `publish-packages.yml`
|
|
606
606
|
- Environment: (leave blank or set one)
|
|
@@ -615,7 +615,7 @@ This eliminates the need for `PYPI_API_TOKEN` — GitHub Actions authenticates d
|
|
|
615
615
|
|
|
616
616
|
1. **Enroll** at https://developer.apple.com/programs/ ($99/year)
|
|
617
617
|
2. **Create App ID**: Bundle ID `ai.eliza.app`, enable Push Notifications
|
|
618
|
-
3. **Create private certificates repo** `
|
|
618
|
+
3. **Create private certificates repo** `elizaOS/certificates` for Fastlane Match
|
|
619
619
|
4. **Create App Store Connect app**: Platform iOS, Bundle ID `ai.eliza.app`
|
|
620
620
|
|
|
621
621
|
### 8.2 Required GitHub Secrets
|
|
@@ -674,7 +674,7 @@ When releasing a new version, update these files:
|
|
|
674
674
|
| `packaging/snap/snapcraft.yaml` | `version` |
|
|
675
675
|
| `packaging/debian/changelog` | Add new entry at top |
|
|
676
676
|
| `packaging/homebrew/eliza.rb` | `url` + `sha256` (after npm publish) |
|
|
677
|
-
| `packaging/flatpak/ai.
|
|
677
|
+
| `packaging/flatpak/ai.elizaos.App.metainfo.xml` | Add new `<release>` entry |
|
|
678
678
|
| `apps/app/android/app/build.gradle` | `versionCode` + `versionName` (via env vars in CI) |
|
|
679
679
|
|
|
680
680
|
### Version Format Mapping
|
|
@@ -696,10 +696,10 @@ When releasing a new version, update these files:
|
|
|
696
696
|
|---|---|
|
|
697
697
|
| **npm** | `npm install -g elizaai` |
|
|
698
698
|
| **PyPI** | `pip install eliza` |
|
|
699
|
-
| **Homebrew** | `brew install
|
|
699
|
+
| **Homebrew** | `brew install elizaOS/tap/eliza` |
|
|
700
700
|
| **apt** | `sudo apt install eliza` (after adding repo) |
|
|
701
701
|
| **Snap** | `sudo snap install eliza --classic` |
|
|
702
|
-
| **Flatpak** | `flatpak install flathub ai.
|
|
702
|
+
| **Flatpak** | `flatpak install flathub ai.elizaos.App` |
|
|
703
703
|
| **Google Play** | Search "Eliza" on Play Store |
|
|
704
704
|
| **iOS App Store** | Search "Eliza" on App Store |
|
|
705
705
|
| **Mac App Store** | Search "Eliza" on Mac App Store |
|
|
@@ -23,7 +23,6 @@ export declare const createElizaPlugin: () => undefined;
|
|
|
23
23
|
export declare const createIntegrationTelemetrySpan: () => undefined;
|
|
24
24
|
export declare const createZipArchive: () => undefined;
|
|
25
25
|
export declare const CUSTOM_PLUGINS_DIRNAME: never[];
|
|
26
|
-
export declare const DatabaseSync: () => undefined;
|
|
27
26
|
export declare const detectEmbeddingTier: () => undefined;
|
|
28
27
|
export declare const DIRECT_ACCOUNT_PROVIDER_ENV: never[];
|
|
29
28
|
export declare const DIRECT_ACCOUNT_PROVIDER_IDS: never[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elizaos-agent-browser-stub.d.ts","sourceRoot":"","sources":["../../../../../src/platform/elizaos-agent-browser-stub.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,+BAA+B,SAAK,CAAC;AAClD,eAAO,MAAM,uBAAuB,iBAAO,CAAC;AAC5C,eAAO,MAAM,2BAA2B,SAAK,CAAC;AAC9C,eAAO,MAAM,+BAA+B,iBAAO,CAAC;AACpD,eAAO,MAAM,4BAA4B,iBAAO,CAAC;AACjD,eAAO,MAAM,qBAAqB,iBAAO,CAAC;AAC1C,eAAO,MAAM,kCAAkC,iBAAO,CAAC;AACvD,eAAO,MAAM,0BAA0B,iBAAO,CAAC;AAC/C,eAAO,MAAM,gBAAgB,iBAAO,CAAC;AACrC,eAAO,MAAM,wBAAwB,iBAAO,CAAC;AAC7C,eAAO,MAAM,cAAc,iBAAO,CAAC;AACnC,eAAO,MAAM,4BAA4B,iBAAO,CAAC;AACjD,eAAO,MAAM,6BAA6B,iBAAO,CAAC;AAClD,eAAO,MAAM,oBAAoB,iBAAO,CAAC;AACzC,eAAO,MAAM,kBAAkB,iBAAO,CAAC;AACvC,eAAO,MAAM,sBAAsB,iBAAO,CAAC;AAC3C,eAAO,MAAM,6BAA6B,iBAAO,CAAC;AAClD,eAAO,MAAM,6BAA6B,SAAK,CAAC;AAChD,eAAO,MAAM,iBAAiB,SAAK,CAAC;AACpC,eAAO,MAAM,YAAY,SAAK,CAAC;AAC/B,eAAO,MAAM,qBAAqB,SAAK,CAAC;AACxC,eAAO,MAAM,iBAAiB,iBAAO,CAAC;AACtC,eAAO,MAAM,8BAA8B,iBAAO,CAAC;AACnD,eAAO,MAAM,gBAAgB,iBAAO,CAAC;AACrC,eAAO,MAAM,sBAAsB,SAAK,CAAC;AACzC,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"elizaos-agent-browser-stub.d.ts","sourceRoot":"","sources":["../../../../../src/platform/elizaos-agent-browser-stub.ts"],"names":[],"mappings":"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"}
|
|
@@ -39,7 +39,6 @@ export const createElizaPlugin = noop;
|
|
|
39
39
|
export const createIntegrationTelemetrySpan = noop;
|
|
40
40
|
export const createZipArchive = noop;
|
|
41
41
|
export const CUSTOM_PLUGINS_DIRNAME = [];
|
|
42
|
-
export const DatabaseSync = noop;
|
|
43
42
|
export const detectEmbeddingTier = noop;
|
|
44
43
|
export const DIRECT_ACCOUNT_PROVIDER_ENV = [];
|
|
45
44
|
export const DIRECT_ACCOUNT_PROVIDER_IDS = [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ios-runtime-bridge.d.ts","sourceRoot":"","sources":["../../../../../src/platform/ios-runtime-bridge.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ios-runtime-bridge.d.ts","sourceRoot":"","sources":["../../../../../src/platform/ios-runtime-bridge.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,8BAA8B,qCACP,CAAC;AACrC,eAAO,MAAM,6BAA6B,oCAAoC,CAAC;AAW/E,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,+BAA+B,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,CAAC;KAC5E;CACF;AA6OD;;;;;GAKG;AACH,wBAAsB,6BAA6B,IAAI,OAAO,CAAC,OAAO,CAAC,CA6ctE"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
// === Phase 5D: extracted from packages/app/src/main.tsx ===
|
|
2
1
|
// iOS full-Bun smoke harness: when the host build sets the smoke-request
|
|
3
2
|
// flag in localStorage / Capacitor Preferences, this module boots the
|
|
4
3
|
// in-process ElizaBunRuntime, drives a sequence of WebView-fetch and direct
|
|
@@ -14,6 +14,6 @@ import "@elizaos/capacitor-swabble";
|
|
|
14
14
|
import "@elizaos/capacitor-system";
|
|
15
15
|
import "@elizaos/capacitor-talkmode";
|
|
16
16
|
import "@elizaos/capacitor-websiteblocker";
|
|
17
|
-
import "../connectors/capacitor-jsc.
|
|
18
|
-
import "../connectors/capacitor-quickjs.
|
|
17
|
+
import "../connectors/capacitor-jsc.js";
|
|
18
|
+
import "../connectors/capacitor-quickjs.js";
|
|
19
19
|
//# sourceMappingURL=native-plugin-entrypoints.d.ts.map
|
|
@@ -135,6 +135,15 @@ android {
|
|
|
135
135
|
jniLibs {
|
|
136
136
|
useLegacyPackaging = true
|
|
137
137
|
keepDebugSymbols += ["**/libimage_processing_util_jni.so"]
|
|
138
|
+
// The retired llama-cpp-capacitor plugin is dropped from the manifest
|
|
139
|
+
// by default (stubLlamaCpp), so its separate libllama-cpp-arm64.so —
|
|
140
|
+
// a second, unused llama.cpp — is never loaded. Keep that dead 6.6 MB
|
|
141
|
+
// out of the APK too, so libelizainference is the ONLY inference lib
|
|
142
|
+
// shipped. Opt back in (plugin + its lib) with
|
|
143
|
+
// ELIZA_ANDROID_INCLUDE_LLAMA_CPP_CAPACITOR=1.
|
|
144
|
+
if (System.getenv('ELIZA_ANDROID_INCLUDE_LLAMA_CPP_CAPACITOR') != '1') {
|
|
145
|
+
excludes += ["**/libllama-cpp-arm64.so"]
|
|
146
|
+
}
|
|
138
147
|
}
|
|
139
148
|
}
|
|
140
149
|
|
|
@@ -146,7 +155,7 @@ android {
|
|
|
146
155
|
}
|
|
147
156
|
}
|
|
148
157
|
// Bundle the MTP Android llama.cpp stack into the APK so mobile
|
|
149
|
-
// gets Eliza-1/
|
|
158
|
+
// gets Eliza-1/Gemma 4 support across every supported Android ABI
|
|
150
159
|
// (arm64-v8a, x86_64, riscv64). The arm64-v8a slice is mandatory for
|
|
151
160
|
// local-agent capable builds; x86_64 and riscv64 ship when their
|
|
152
161
|
// per-ABI artifacts exist (Wave 2 cross-compiles land them
|
|
@@ -219,25 +228,39 @@ def resolveAndroidLibompForAbi = { String abi ->
|
|
|
219
228
|
return null
|
|
220
229
|
}
|
|
221
230
|
|
|
231
|
+
// NOTE: despite the legacy "ForkLlama" name, this stages the SINGLE canonical
|
|
232
|
+
// fused inference lib — libelizainference.so — together with its own DT_NEEDED
|
|
233
|
+
// runtime siblings (libggml{,-base,-cpu,-vulkan}.so, libllama.so, libllama-common.so,
|
|
234
|
+
// libmtmd.so, libomp.so). Those siblings ARE libelizainference's GPU/CPU backends
|
|
235
|
+
// (the Vulkan variant links them dynamically), NOT a separate "fork" of llama.cpp.
|
|
236
|
+
// There is no second inference library. Do NOT delete this task or its siblings —
|
|
237
|
+
// that breaks on-device inference. (libelizainference also folds in MTP, omnivoice
|
|
238
|
+
// TTS/Kokoro, ASR, VAD, vision; see verify-fused-symbols.mjs for the symbol gate.)
|
|
222
239
|
task copyForkLlamaLib {
|
|
223
240
|
doLast {
|
|
224
241
|
if (project.findProperty('elizaCloudBuild') == 'true') {
|
|
225
242
|
println "[copyForkLlamaLib] skipped for cloud build"
|
|
226
243
|
return
|
|
227
244
|
}
|
|
228
|
-
if (project.findProperty('elizaSkipForkLlamaLib') == 'true' || System.getenv('ELIZA_ANDROID_SKIP_FORK_LLAMA_LIB') == '1') {
|
|
229
|
-
println "[copyForkLlamaLib] skipped by explicit native-lib opt-out"
|
|
230
|
-
return
|
|
231
|
-
}
|
|
232
245
|
boolean stagedArm64 = false
|
|
233
246
|
int totalCopied = 0
|
|
234
247
|
boolean stagedKernels = false
|
|
235
248
|
project.ext.elizaForkLlamaAbis.each { abi ->
|
|
236
249
|
def libDir = resolveForkLlamaLibDir(abi)
|
|
237
250
|
if (!libDir) {
|
|
251
|
+
// No fresh source configured. If the fused lib set is already
|
|
252
|
+
// staged in jniLibs (a prior build, the common dev case), use it
|
|
253
|
+
// as-is — a plain `build:android` "just works" without any flag.
|
|
254
|
+
def alreadyStaged = new File(file("src/main/jniLibs/${abi}"), 'libelizainference.so')
|
|
255
|
+
if (alreadyStaged.isFile()) {
|
|
256
|
+
logger.lifecycle("[copyForkLlamaLib] no source dir for ${abi}; libelizainference.so already staged in jniLibs — using the pre-staged fused lib set")
|
|
257
|
+
if (abi == 'arm64-v8a') stagedArm64 = true
|
|
258
|
+
return
|
|
259
|
+
}
|
|
238
260
|
if (abi == 'arm64-v8a') {
|
|
239
|
-
// arm64-v8a is the mandatory baseline ABI; missing it
|
|
240
|
-
|
|
261
|
+
// arm64-v8a is the mandatory baseline ABI; missing it (and no
|
|
262
|
+
// pre-staged lib) is a hard error.
|
|
263
|
+
throw new GradleException("[copyForkLlamaLib] no fused inference lib for arm64-v8a (not configured, not pre-staged). Run packages/app-core/scripts/aosp/compile-libllama.mjs --target android-arm64-vulkan-fused (the Android cross-compiler; build-llama-cpp-mtp.mjs has no Android targets) or set -Peliza.mtp.android.libdir / ELIZA_MTP_ANDROID_LIBDIR.")
|
|
241
264
|
}
|
|
242
265
|
logger.lifecycle("[copyForkLlamaLib] no fork lib dir for ABI ${abi}; skipping")
|
|
243
266
|
return
|