@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
|
@@ -1,231 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "x",
|
|
3
|
-
"name": "X (Twitter)",
|
|
4
|
-
"description": "X (formerly Twitter) connector for posts, mentions, replies, DMs, and timeline interactions through the elizaOS plugin-x runtime.",
|
|
5
|
-
"npmName": "@elizaos/plugin-x",
|
|
6
|
-
"version": "2.0.0-beta.0",
|
|
7
|
-
"source": "bundled",
|
|
8
|
-
"tags": ["connector", "social", "social-chat", "twitter", "x", "dm"],
|
|
9
|
-
"config": {
|
|
10
|
-
"TWITTER_AUTH_MODE": {
|
|
11
|
-
"type": "select",
|
|
12
|
-
"required": false,
|
|
13
|
-
"sensitive": false,
|
|
14
|
-
"default": "broker",
|
|
15
|
-
"label": "Auth Mode",
|
|
16
|
-
"help": "How the connector authenticates with X. Use 'broker' to log in via Eliza Cloud OAuth, 'oauth' to do OAuth2 PKCE locally, or 'env' to provide developer API keys directly.",
|
|
17
|
-
"advanced": false,
|
|
18
|
-
"options": [
|
|
19
|
-
{
|
|
20
|
-
"value": "broker",
|
|
21
|
-
"label": "Eliza Cloud (recommended)"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"value": "oauth",
|
|
25
|
-
"label": "OAuth2 PKCE (self-hosted)"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"value": "env",
|
|
29
|
-
"label": "Developer tokens"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
},
|
|
33
|
-
"TWITTER_CLIENT_ID": {
|
|
34
|
-
"type": "string",
|
|
35
|
-
"required": false,
|
|
36
|
-
"sensitive": false,
|
|
37
|
-
"label": "OAuth Client ID",
|
|
38
|
-
"help": "X/Twitter OAuth2 client ID for TWITTER_AUTH_MODE=oauth.",
|
|
39
|
-
"advanced": false,
|
|
40
|
-
"visible": {
|
|
41
|
-
"key": "TWITTER_AUTH_MODE",
|
|
42
|
-
"equals": "oauth"
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
"TWITTER_REDIRECT_URI": {
|
|
46
|
-
"type": "url",
|
|
47
|
-
"required": false,
|
|
48
|
-
"sensitive": false,
|
|
49
|
-
"label": "Redirect URI",
|
|
50
|
-
"help": "OAuth2 redirect URI for TWITTER_AUTH_MODE=oauth. A loopback URL is recommended for local auth.",
|
|
51
|
-
"advanced": false,
|
|
52
|
-
"visible": {
|
|
53
|
-
"key": "TWITTER_AUTH_MODE",
|
|
54
|
-
"equals": "oauth"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
"TWITTER_SCOPES": {
|
|
58
|
-
"type": "string",
|
|
59
|
-
"required": false,
|
|
60
|
-
"sensitive": false,
|
|
61
|
-
"default": "tweet.read tweet.write users.read offline.access",
|
|
62
|
-
"label": "OAuth Scopes",
|
|
63
|
-
"help": "Space-separated OAuth2 scopes requested by plugin-twitter.",
|
|
64
|
-
"advanced": true,
|
|
65
|
-
"visible": {
|
|
66
|
-
"key": "TWITTER_AUTH_MODE",
|
|
67
|
-
"equals": "oauth"
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
"TWITTER_API_KEY": {
|
|
71
|
-
"type": "secret",
|
|
72
|
-
"required": false,
|
|
73
|
-
"sensitive": true,
|
|
74
|
-
"label": "API Key",
|
|
75
|
-
"help": "X/Twitter API key for TWITTER_AUTH_MODE=env.",
|
|
76
|
-
"advanced": false,
|
|
77
|
-
"visible": {
|
|
78
|
-
"key": "TWITTER_AUTH_MODE",
|
|
79
|
-
"equals": "env"
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
"TWITTER_API_SECRET_KEY": {
|
|
83
|
-
"type": "secret",
|
|
84
|
-
"required": false,
|
|
85
|
-
"sensitive": true,
|
|
86
|
-
"label": "API Secret",
|
|
87
|
-
"help": "X/Twitter API secret key for TWITTER_AUTH_MODE=env.",
|
|
88
|
-
"advanced": false,
|
|
89
|
-
"visible": {
|
|
90
|
-
"key": "TWITTER_AUTH_MODE",
|
|
91
|
-
"equals": "env"
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
"TWITTER_ACCESS_TOKEN": {
|
|
95
|
-
"type": "secret",
|
|
96
|
-
"required": false,
|
|
97
|
-
"sensitive": true,
|
|
98
|
-
"label": "Access Token",
|
|
99
|
-
"help": "OAuth 1.0a access token for TWITTER_AUTH_MODE=env.",
|
|
100
|
-
"advanced": false,
|
|
101
|
-
"visible": {
|
|
102
|
-
"key": "TWITTER_AUTH_MODE",
|
|
103
|
-
"equals": "env"
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
"TWITTER_ACCESS_TOKEN_SECRET": {
|
|
107
|
-
"type": "secret",
|
|
108
|
-
"required": false,
|
|
109
|
-
"sensitive": true,
|
|
110
|
-
"label": "Access Token Secret",
|
|
111
|
-
"help": "OAuth 1.0a access token secret for TWITTER_AUTH_MODE=env.",
|
|
112
|
-
"advanced": false,
|
|
113
|
-
"visible": {
|
|
114
|
-
"key": "TWITTER_AUTH_MODE",
|
|
115
|
-
"equals": "env"
|
|
116
|
-
}
|
|
117
|
-
},
|
|
118
|
-
"TWITTER_BROKER_URL": {
|
|
119
|
-
"type": "url",
|
|
120
|
-
"required": false,
|
|
121
|
-
"sensitive": false,
|
|
122
|
-
"default": "https://www.elizacloud.ai/api/v1/twitter",
|
|
123
|
-
"label": "Broker URL",
|
|
124
|
-
"help": "Eliza Cloud X (Twitter) broker base URL. Override only to point at a self-hosted broker; otherwise leave the default.",
|
|
125
|
-
"advanced": true,
|
|
126
|
-
"visible": {
|
|
127
|
-
"key": "TWITTER_AUTH_MODE",
|
|
128
|
-
"equals": "broker"
|
|
129
|
-
}
|
|
130
|
-
},
|
|
131
|
-
"TWITTER_BROKER_TOKEN": {
|
|
132
|
-
"type": "secret",
|
|
133
|
-
"required": false,
|
|
134
|
-
"sensitive": true,
|
|
135
|
-
"label": "Broker Token (optional)",
|
|
136
|
-
"help": "Cloud auth token used to identify this agent to the broker. Defaults to ELIZAOS_CLOUD_API_KEY when unset, so most users can leave this blank.",
|
|
137
|
-
"advanced": true,
|
|
138
|
-
"visible": {
|
|
139
|
-
"key": "TWITTER_AUTH_MODE",
|
|
140
|
-
"equals": "broker"
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
|
-
"TWITTER_ENABLE_POST": {
|
|
144
|
-
"type": "boolean",
|
|
145
|
-
"required": false,
|
|
146
|
-
"sensitive": false,
|
|
147
|
-
"default": false,
|
|
148
|
-
"label": "Enable Posting",
|
|
149
|
-
"help": "Allow the connector to publish posts.",
|
|
150
|
-
"advanced": false
|
|
151
|
-
},
|
|
152
|
-
"TWITTER_ENABLE_REPLIES": {
|
|
153
|
-
"type": "boolean",
|
|
154
|
-
"required": false,
|
|
155
|
-
"sensitive": false,
|
|
156
|
-
"default": true,
|
|
157
|
-
"label": "Enable Replies",
|
|
158
|
-
"help": "Allow the connector to reply to mentions and conversations.",
|
|
159
|
-
"advanced": false
|
|
160
|
-
},
|
|
161
|
-
"TWITTER_ENABLE_ACTIONS": {
|
|
162
|
-
"type": "boolean",
|
|
163
|
-
"required": false,
|
|
164
|
-
"sensitive": false,
|
|
165
|
-
"default": false,
|
|
166
|
-
"label": "Enable Likes/Reposts",
|
|
167
|
-
"help": "Allow engagement actions such as likes, reposts, and quote posts.",
|
|
168
|
-
"advanced": false
|
|
169
|
-
},
|
|
170
|
-
"TWITTER_TARGET_USERS": {
|
|
171
|
-
"type": "string",
|
|
172
|
-
"required": false,
|
|
173
|
-
"sensitive": false,
|
|
174
|
-
"label": "Target Users",
|
|
175
|
-
"help": "Comma-separated usernames to interact with. Leave empty to use the plugin defaults.",
|
|
176
|
-
"advanced": true
|
|
177
|
-
},
|
|
178
|
-
"TWITTER_DRY_RUN": {
|
|
179
|
-
"type": "boolean",
|
|
180
|
-
"required": false,
|
|
181
|
-
"sensitive": false,
|
|
182
|
-
"default": false,
|
|
183
|
-
"label": "Dry Run",
|
|
184
|
-
"help": "Log intended X/Twitter actions without publishing them.",
|
|
185
|
-
"advanced": true
|
|
186
|
-
}
|
|
187
|
-
},
|
|
188
|
-
"render": {
|
|
189
|
-
"visible": true,
|
|
190
|
-
"pinTo": [],
|
|
191
|
-
"style": "setup-panel",
|
|
192
|
-
"icon": "Twitter",
|
|
193
|
-
"group": "connector",
|
|
194
|
-
"groupOrder": 1,
|
|
195
|
-
"actions": ["enable", "configure", "setup-guide"]
|
|
196
|
-
},
|
|
197
|
-
"resources": {
|
|
198
|
-
"homepage": "https://github.com/elizaos-plugins/plugin-x#readme",
|
|
199
|
-
"repository": "https://github.com/elizaos-plugins/plugin-x",
|
|
200
|
-
"setupGuideUrl": "https://github.com/elizaos-plugins/plugin-x#readme"
|
|
201
|
-
},
|
|
202
|
-
"dependsOn": [],
|
|
203
|
-
"kind": "connector",
|
|
204
|
-
"subtype": "social",
|
|
205
|
-
"auth": {
|
|
206
|
-
"kind": "oauth",
|
|
207
|
-
"credentialKeys": [
|
|
208
|
-
"TWITTER_AUTH_MODE",
|
|
209
|
-
"TWITTER_CLIENT_ID",
|
|
210
|
-
"TWITTER_REDIRECT_URI",
|
|
211
|
-
"TWITTER_API_KEY",
|
|
212
|
-
"TWITTER_ACCESS_TOKEN",
|
|
213
|
-
"TWITTER_BROKER_URL",
|
|
214
|
-
"TWITTER_BROKER_TOKEN"
|
|
215
|
-
]
|
|
216
|
-
},
|
|
217
|
-
"accounts": {
|
|
218
|
-
"owner": {
|
|
219
|
-
"supported": true,
|
|
220
|
-
"authKind": "oauth-cloud",
|
|
221
|
-
"credentialKeys": ["TWITTER_BROKER_URL", "TWITTER_BROKER_TOKEN"],
|
|
222
|
-
"notes": "The user's own X account, connected via Eliza Cloud OAuth so the agent can post / reply / DM on the user's behalf."
|
|
223
|
-
},
|
|
224
|
-
"agent": {
|
|
225
|
-
"supported": true,
|
|
226
|
-
"authKind": "oauth-cloud",
|
|
227
|
-
"credentialKeys": ["TWITTER_BROKER_URL", "TWITTER_BROKER_TOKEN"],
|
|
228
|
-
"notes": "A separate X account that represents the agent's own identity. Same OAuth flow, different X account at the OAuth screen."
|
|
229
|
-
}
|
|
230
|
-
}
|
|
231
|
-
}
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "zalo",
|
|
3
|
-
"name": "Zalo",
|
|
4
|
-
"description": "Zalo connector for official account messaging and support workflows.",
|
|
5
|
-
"npmName": "@elizaos/plugin-zalo",
|
|
6
|
-
"version": "2.0.0-beta.0",
|
|
7
|
-
"source": "bundled",
|
|
8
|
-
"tags": ["connector", "messaging", "zalo", "chat", "social", "social-chat"],
|
|
9
|
-
"config": {
|
|
10
|
-
"ZALO_APP_ID": {
|
|
11
|
-
"type": "string",
|
|
12
|
-
"required": false,
|
|
13
|
-
"sensitive": false,
|
|
14
|
-
"label": "App Id",
|
|
15
|
-
"help": "Application/client ID",
|
|
16
|
-
"advanced": false
|
|
17
|
-
},
|
|
18
|
-
"ZALO_ENABLED": {
|
|
19
|
-
"type": "boolean",
|
|
20
|
-
"required": false,
|
|
21
|
-
"sensitive": false,
|
|
22
|
-
"label": "Enabled",
|
|
23
|
-
"help": "Enable or disable this feature",
|
|
24
|
-
"advanced": false
|
|
25
|
-
},
|
|
26
|
-
"ZALO_PROXY_URL": {
|
|
27
|
-
"type": "url",
|
|
28
|
-
"required": false,
|
|
29
|
-
"sensitive": false,
|
|
30
|
-
"label": "Proxy Url",
|
|
31
|
-
"help": "Proxy URL",
|
|
32
|
-
"advanced": false
|
|
33
|
-
},
|
|
34
|
-
"ZALO_SECRET_KEY": {
|
|
35
|
-
"type": "secret",
|
|
36
|
-
"required": true,
|
|
37
|
-
"sensitive": true,
|
|
38
|
-
"label": "Secret Key",
|
|
39
|
-
"help": "Secret for Zalo Secret Key",
|
|
40
|
-
"advanced": false
|
|
41
|
-
},
|
|
42
|
-
"ZALO_USE_POLLING": {
|
|
43
|
-
"type": "boolean",
|
|
44
|
-
"required": false,
|
|
45
|
-
"sensitive": false,
|
|
46
|
-
"label": "Use Polling",
|
|
47
|
-
"help": "Use polling instead of webhooks",
|
|
48
|
-
"advanced": false
|
|
49
|
-
},
|
|
50
|
-
"ZALO_WEBHOOK_URL": {
|
|
51
|
-
"type": "url",
|
|
52
|
-
"required": false,
|
|
53
|
-
"sensitive": false,
|
|
54
|
-
"label": "Webhook Url",
|
|
55
|
-
"help": "Webhook URL",
|
|
56
|
-
"advanced": false
|
|
57
|
-
},
|
|
58
|
-
"ZALO_ACCESS_TOKEN": {
|
|
59
|
-
"type": "secret",
|
|
60
|
-
"required": true,
|
|
61
|
-
"sensitive": true,
|
|
62
|
-
"label": "Access Token",
|
|
63
|
-
"help": "Access token for Zalo",
|
|
64
|
-
"advanced": false
|
|
65
|
-
},
|
|
66
|
-
"ZALO_WEBHOOK_PATH": {
|
|
67
|
-
"type": "file-path",
|
|
68
|
-
"required": false,
|
|
69
|
-
"sensitive": false,
|
|
70
|
-
"label": "Webhook Path",
|
|
71
|
-
"help": "Webhook path",
|
|
72
|
-
"advanced": false
|
|
73
|
-
},
|
|
74
|
-
"ZALO_WEBHOOK_PORT": {
|
|
75
|
-
"type": "number",
|
|
76
|
-
"required": false,
|
|
77
|
-
"sensitive": false,
|
|
78
|
-
"label": "Webhook Port",
|
|
79
|
-
"help": "Port number",
|
|
80
|
-
"advanced": false,
|
|
81
|
-
"min": 1,
|
|
82
|
-
"max": 65535
|
|
83
|
-
},
|
|
84
|
-
"ZALO_REFRESH_TOKEN": {
|
|
85
|
-
"type": "secret",
|
|
86
|
-
"required": false,
|
|
87
|
-
"sensitive": true,
|
|
88
|
-
"label": "Refresh Token",
|
|
89
|
-
"help": "Refresh token for Zalo",
|
|
90
|
-
"advanced": false
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
"render": {
|
|
94
|
-
"visible": false,
|
|
95
|
-
"pinTo": [],
|
|
96
|
-
"style": "setup-panel",
|
|
97
|
-
"icon": "Circle",
|
|
98
|
-
"group": "connector",
|
|
99
|
-
"groupOrder": 1,
|
|
100
|
-
"actions": ["enable", "configure", "setup-guide"]
|
|
101
|
-
},
|
|
102
|
-
"resources": {
|
|
103
|
-
"setupGuideUrl": "https://docs.eliza.ai/plugin-setup-guide#zalo-vietnam-messaging"
|
|
104
|
-
},
|
|
105
|
-
"dependsOn": [],
|
|
106
|
-
"kind": "connector",
|
|
107
|
-
"subtype": "messaging",
|
|
108
|
-
"auth": {
|
|
109
|
-
"kind": "token",
|
|
110
|
-
"credentialKeys": ["ZALO_ACCESS_TOKEN"]
|
|
111
|
-
}
|
|
112
|
-
}
|
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "zalouser",
|
|
3
|
-
"name": "Zalouser",
|
|
4
|
-
"description": "Zalo personal-account connector for one-to-one messaging workflows.",
|
|
5
|
-
"npmName": "@elizaos/plugin-zalouser",
|
|
6
|
-
"version": "2.0.0-beta.0",
|
|
7
|
-
"source": "bundled",
|
|
8
|
-
"tags": [
|
|
9
|
-
"connector",
|
|
10
|
-
"messaging",
|
|
11
|
-
"zalo",
|
|
12
|
-
"personal-account",
|
|
13
|
-
"social",
|
|
14
|
-
"social-chat",
|
|
15
|
-
"zalouser"
|
|
16
|
-
],
|
|
17
|
-
"config": {
|
|
18
|
-
"ZALOUSER_IMEI": {
|
|
19
|
-
"type": "string",
|
|
20
|
-
"required": false,
|
|
21
|
-
"sensitive": false,
|
|
22
|
-
"label": "Imei",
|
|
23
|
-
"help": "Device IMEI identifier",
|
|
24
|
-
"advanced": false
|
|
25
|
-
},
|
|
26
|
-
"ZALOUSER_ENABLED": {
|
|
27
|
-
"type": "boolean",
|
|
28
|
-
"required": false,
|
|
29
|
-
"sensitive": false,
|
|
30
|
-
"label": "Enabled",
|
|
31
|
-
"help": "Enable or disable this feature",
|
|
32
|
-
"advanced": false
|
|
33
|
-
},
|
|
34
|
-
"ZALOUSER_PROFILES": {
|
|
35
|
-
"type": "string",
|
|
36
|
-
"required": false,
|
|
37
|
-
"sensitive": false,
|
|
38
|
-
"label": "Profiles",
|
|
39
|
-
"help": "Profile configuration",
|
|
40
|
-
"advanced": false
|
|
41
|
-
},
|
|
42
|
-
"ZALOUSER_DM_POLICY": {
|
|
43
|
-
"type": "string",
|
|
44
|
-
"required": false,
|
|
45
|
-
"sensitive": false,
|
|
46
|
-
"label": "Dm Policy",
|
|
47
|
-
"help": "DM policy (e.g. allow, deny, allowlist)",
|
|
48
|
-
"advanced": false
|
|
49
|
-
},
|
|
50
|
-
"ZALOUSER_USER_AGENT": {
|
|
51
|
-
"type": "string",
|
|
52
|
-
"required": false,
|
|
53
|
-
"sensitive": false,
|
|
54
|
-
"label": "User Agent",
|
|
55
|
-
"help": "User agent string",
|
|
56
|
-
"advanced": false
|
|
57
|
-
},
|
|
58
|
-
"ZALOUSER_COOKIE_PATH": {
|
|
59
|
-
"type": "file-path",
|
|
60
|
-
"required": false,
|
|
61
|
-
"sensitive": false,
|
|
62
|
-
"label": "Cookie Path",
|
|
63
|
-
"help": "Directory/file path",
|
|
64
|
-
"advanced": false
|
|
65
|
-
},
|
|
66
|
-
"ZALOUSER_GROUP_POLICY": {
|
|
67
|
-
"type": "string",
|
|
68
|
-
"required": false,
|
|
69
|
-
"sensitive": false,
|
|
70
|
-
"label": "Group Policy",
|
|
71
|
-
"help": "Group message policy (e.g. allow, deny)",
|
|
72
|
-
"advanced": false
|
|
73
|
-
},
|
|
74
|
-
"ZALOUSER_LISTEN_TIMEOUT": {
|
|
75
|
-
"type": "number",
|
|
76
|
-
"required": false,
|
|
77
|
-
"sensitive": false,
|
|
78
|
-
"label": "Listen Timeout",
|
|
79
|
-
"help": "Timeout value",
|
|
80
|
-
"advanced": false,
|
|
81
|
-
"min": 0,
|
|
82
|
-
"unit": "ms"
|
|
83
|
-
},
|
|
84
|
-
"ZALOUSER_ALLOWED_THREADS": {
|
|
85
|
-
"type": "string",
|
|
86
|
-
"required": false,
|
|
87
|
-
"sensitive": false,
|
|
88
|
-
"label": "Allowed Threads",
|
|
89
|
-
"help": "Comma-separated allowed channel/room list",
|
|
90
|
-
"advanced": false
|
|
91
|
-
},
|
|
92
|
-
"ZALOUSER_DEFAULT_PROFILE": {
|
|
93
|
-
"type": "string",
|
|
94
|
-
"required": false,
|
|
95
|
-
"sensitive": false,
|
|
96
|
-
"label": "Default Profile",
|
|
97
|
-
"help": "Profile configuration",
|
|
98
|
-
"advanced": false
|
|
99
|
-
}
|
|
100
|
-
},
|
|
101
|
-
"render": {
|
|
102
|
-
"visible": false,
|
|
103
|
-
"pinTo": [],
|
|
104
|
-
"style": "setup-panel",
|
|
105
|
-
"icon": "Circle",
|
|
106
|
-
"group": "connector",
|
|
107
|
-
"groupOrder": 1,
|
|
108
|
-
"actions": ["enable", "configure", "setup-guide"]
|
|
109
|
-
},
|
|
110
|
-
"resources": {
|
|
111
|
-
"homepage": "https://github.com/elizaos/eliza#readme",
|
|
112
|
-
"repository": "https://github.com/elizaos/eliza",
|
|
113
|
-
"setupGuideUrl": "https://docs.eliza.ai/plugin-setup-guide#zalo-user-personal"
|
|
114
|
-
},
|
|
115
|
-
"dependsOn": [],
|
|
116
|
-
"kind": "connector",
|
|
117
|
-
"subtype": "messaging",
|
|
118
|
-
"auth": {
|
|
119
|
-
"kind": "token",
|
|
120
|
-
"credentialKeys": []
|
|
121
|
-
}
|
|
122
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "agent-orchestrator",
|
|
3
|
-
"name": "Agent Orchestrator",
|
|
4
|
-
"description": "Task-agent orchestration plugin - spawn and manage open-ended CLI task agents via PTY",
|
|
5
|
-
"npmName": "@elizaos/core",
|
|
6
|
-
"version": "2.0.0-beta.0",
|
|
7
|
-
"source": "bundled",
|
|
8
|
-
"tags": [
|
|
9
|
-
"orchestrator",
|
|
10
|
-
"agents",
|
|
11
|
-
"tasks",
|
|
12
|
-
"orchestration",
|
|
13
|
-
"agent-orchestrator",
|
|
14
|
-
"agent"
|
|
15
|
-
],
|
|
16
|
-
"config": {},
|
|
17
|
-
"render": {
|
|
18
|
-
"visible": true,
|
|
19
|
-
"pinTo": [],
|
|
20
|
-
"style": "card",
|
|
21
|
-
"icon": "Target",
|
|
22
|
-
"group": "agents",
|
|
23
|
-
"groupOrder": 7,
|
|
24
|
-
"actions": ["enable", "configure"]
|
|
25
|
-
},
|
|
26
|
-
"resources": {
|
|
27
|
-
"homepage": "https://github.com/elizaos/eliza#readme",
|
|
28
|
-
"repository": "https://github.com/elizaos/eliza"
|
|
29
|
-
},
|
|
30
|
-
"dependsOn": [],
|
|
31
|
-
"kind": "plugin",
|
|
32
|
-
"subtype": "agents"
|
|
33
|
-
}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "agent-skills",
|
|
3
|
-
"name": "Agent Skills",
|
|
4
|
-
"description": "Agent Skills plugin for elizaOS - implement the Agent Skills specification with progressive disclosure",
|
|
5
|
-
"npmName": "@elizaos/plugin-agent-skills",
|
|
6
|
-
"version": "2.0.0-beta.0",
|
|
7
|
-
"source": "bundled",
|
|
8
|
-
"tags": [
|
|
9
|
-
"agent-skills",
|
|
10
|
-
"clawhub",
|
|
11
|
-
"otto",
|
|
12
|
-
"skills",
|
|
13
|
-
"agents",
|
|
14
|
-
"progressive-disclosure",
|
|
15
|
-
"agent"
|
|
16
|
-
],
|
|
17
|
-
"config": {
|
|
18
|
-
"SKILLS_DIR": {
|
|
19
|
-
"type": "file-path",
|
|
20
|
-
"required": false,
|
|
21
|
-
"sensitive": false,
|
|
22
|
-
"label": "Dir",
|
|
23
|
-
"help": "Directory to install and load skills from (default: ./skills)",
|
|
24
|
-
"advanced": false
|
|
25
|
-
},
|
|
26
|
-
"SKILLS_AUTO_LOAD": {
|
|
27
|
-
"type": "boolean",
|
|
28
|
-
"required": false,
|
|
29
|
-
"sensitive": false,
|
|
30
|
-
"label": "Auto Load",
|
|
31
|
-
"help": "Automatically load installed skills on startup",
|
|
32
|
-
"advanced": false
|
|
33
|
-
},
|
|
34
|
-
"SKILLS_REGISTRY": {
|
|
35
|
-
"type": "string",
|
|
36
|
-
"required": false,
|
|
37
|
-
"sensitive": false,
|
|
38
|
-
"label": "Registry",
|
|
39
|
-
"help": "Skill registry URL (default: https://clawhub.ai)",
|
|
40
|
-
"advanced": false
|
|
41
|
-
},
|
|
42
|
-
"BUNDLED_SKILLS_DIRS": {
|
|
43
|
-
"type": "string",
|
|
44
|
-
"required": false,
|
|
45
|
-
"sensitive": false,
|
|
46
|
-
"label": "Skills Dirs",
|
|
47
|
-
"help": "Comma-separated list of directories containing bundled (read-only) skills",
|
|
48
|
-
"advanced": false
|
|
49
|
-
},
|
|
50
|
-
"OTTO_BUNDLED_SKILLS_DIR": {
|
|
51
|
-
"type": "file-path",
|
|
52
|
-
"required": false,
|
|
53
|
-
"sensitive": false,
|
|
54
|
-
"label": "Bundled Skills Dir",
|
|
55
|
-
"help": "Legacy: Single directory containing Otto bundled skills",
|
|
56
|
-
"advanced": false
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
"render": {
|
|
60
|
-
"visible": true,
|
|
61
|
-
"pinTo": [],
|
|
62
|
-
"style": "card",
|
|
63
|
-
"icon": "Wrench",
|
|
64
|
-
"group": "agents",
|
|
65
|
-
"groupOrder": 7,
|
|
66
|
-
"actions": ["enable", "configure"]
|
|
67
|
-
},
|
|
68
|
-
"resources": {},
|
|
69
|
-
"dependsOn": [],
|
|
70
|
-
"kind": "plugin",
|
|
71
|
-
"subtype": "agents"
|
|
72
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "anthropic",
|
|
3
|
-
"name": "Anthropic",
|
|
4
|
-
"description": "Anthropic model provider for Claude chat and reasoning models.",
|
|
5
|
-
"npmName": "@elizaos/plugin-anthropic",
|
|
6
|
-
"version": "2.0.0-beta.0",
|
|
7
|
-
"source": "bundled",
|
|
8
|
-
"tags": ["ai-provider", "llm", "anthropic", "chat"],
|
|
9
|
-
"config": {
|
|
10
|
-
"ANTHROPIC_API_KEY": {
|
|
11
|
-
"type": "secret",
|
|
12
|
-
"required": true,
|
|
13
|
-
"sensitive": true,
|
|
14
|
-
"label": "Api Key",
|
|
15
|
-
"help": "API key used to authenticate requests to Anthropic services",
|
|
16
|
-
"advanced": false
|
|
17
|
-
},
|
|
18
|
-
"ANTHROPIC_SMALL_MODEL": {
|
|
19
|
-
"type": "string",
|
|
20
|
-
"required": false,
|
|
21
|
-
"sensitive": false,
|
|
22
|
-
"default": "claude-haiku-4-5-20251001",
|
|
23
|
-
"label": "Small Model",
|
|
24
|
-
"help": "Override the default Anthropic small model identifier used by the plugin",
|
|
25
|
-
"placeholder": "e.g., gpt-4o, claude-sonnet-4-20250514",
|
|
26
|
-
"advanced": false
|
|
27
|
-
},
|
|
28
|
-
"ANTHROPIC_LARGE_MODEL": {
|
|
29
|
-
"type": "string",
|
|
30
|
-
"required": false,
|
|
31
|
-
"sensitive": false,
|
|
32
|
-
"default": "claude-opus-4-7",
|
|
33
|
-
"label": "Large Model",
|
|
34
|
-
"help": "Override the default Anthropic large model identifier used by the plugin",
|
|
35
|
-
"placeholder": "e.g., gpt-4o, claude-sonnet-4-20250514",
|
|
36
|
-
"advanced": false
|
|
37
|
-
},
|
|
38
|
-
"ANTHROPIC_EXPERIMENTAL_TELEMETRY": {
|
|
39
|
-
"type": "boolean",
|
|
40
|
-
"required": false,
|
|
41
|
-
"sensitive": false,
|
|
42
|
-
"default": "False",
|
|
43
|
-
"label": "Experimental Telemetry",
|
|
44
|
-
"help": "Enable experimental telemetry features for enhanced debugging and usage analytics.",
|
|
45
|
-
"advanced": true
|
|
46
|
-
},
|
|
47
|
-
"ANTHROPIC_BROWSER_BASE_URL": {
|
|
48
|
-
"type": "url",
|
|
49
|
-
"required": false,
|
|
50
|
-
"sensitive": false,
|
|
51
|
-
"label": "Browser Base Url",
|
|
52
|
-
"help": "Browser-only proxy endpoint base URL for Anthropic requests (no secrets in the client).",
|
|
53
|
-
"advanced": false
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
"render": {
|
|
57
|
-
"visible": true,
|
|
58
|
-
"pinTo": [],
|
|
59
|
-
"style": "card",
|
|
60
|
-
"icon": "Brain",
|
|
61
|
-
"group": "ai-provider",
|
|
62
|
-
"groupOrder": 0,
|
|
63
|
-
"actions": ["enable", "configure"]
|
|
64
|
-
},
|
|
65
|
-
"resources": {
|
|
66
|
-
"homepage": "https://github.com/elizaos-plugins/plugin-anthropic#readme",
|
|
67
|
-
"repository": "https://github.com/elizaos-plugins/plugin-anthropic",
|
|
68
|
-
"setupGuideUrl": "https://docs.eliza.ai/plugin-setup-guide#anthropic"
|
|
69
|
-
},
|
|
70
|
-
"dependsOn": [],
|
|
71
|
-
"kind": "plugin",
|
|
72
|
-
"subtype": "ai-provider"
|
|
73
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "app-control",
|
|
3
|
-
"name": "App Control",
|
|
4
|
-
"description": "Launch, close, and list running Eliza apps from agent chat. Backed by the /api/apps/* HTTP surface.",
|
|
5
|
-
"npmName": "@elizaos/plugin-app-control",
|
|
6
|
-
"version": "2.0.0-beta.0",
|
|
7
|
-
"source": "bundled",
|
|
8
|
-
"tags": ["apps", "control", "core-addon"],
|
|
9
|
-
"config": {},
|
|
10
|
-
"render": {
|
|
11
|
-
"visible": true,
|
|
12
|
-
"pinTo": [],
|
|
13
|
-
"style": "card",
|
|
14
|
-
"icon": "LayoutGrid",
|
|
15
|
-
"group": "automation",
|
|
16
|
-
"groupOrder": 10,
|
|
17
|
-
"actions": ["enable"]
|
|
18
|
-
},
|
|
19
|
-
"resources": {},
|
|
20
|
-
"dependsOn": [],
|
|
21
|
-
"kind": "plugin",
|
|
22
|
-
"subtype": "automation"
|
|
23
|
-
}
|