milaidy 1.0.0
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/LICENSE +8 -0
- package/README.md +538 -0
- package/dist/argv-CfSowvEA.js +63 -0
- package/dist/config-B-mboG4v.js +4 -0
- package/dist/eliza-CPJjgw-e.js +1491 -0
- package/dist/eliza.js +2192 -0
- package/dist/entry.js +232 -0
- package/dist/index.js +209 -0
- package/dist/links-BFKlWqSe.js +15 -0
- package/dist/paths-D_yh1DEJ.js +69 -0
- package/dist/plugins-cli-B7kSre2c.js +134 -0
- package/dist/program-6KwWwKKh.js +510 -0
- package/dist/register.agents-CPVmSjMG.js +17 -0
- package/dist/register.browser-B2ooXxNx.js +15 -0
- package/dist/register.channels-CMYQ6K6Y.js +42 -0
- package/dist/register.cron-D91lY1_Y.js +9 -0
- package/dist/register.devices-rU5I5L_y.js +13 -0
- package/dist/register.gateway-82SLAvw3.js +22 -0
- package/dist/register.hooks-B_XTBEkt.js +9 -0
- package/dist/register.logs-BgEGcPd8.js +10 -0
- package/dist/register.models-BJt9eVgZ.js +26 -0
- package/dist/register.nodes-B5xY1s8a.js +9 -0
- package/dist/register.skills-SFQqYIhg.js +10 -0
- package/dist/register.subclis-uF_AsbWR.js +187 -0
- package/dist/run-main-XODklzS-.js +56 -0
- package/dist/theme-DBvtuGeq.js +36 -0
- package/dist/utils-C1AUpp_V.js +42 -0
- package/dist/version-Cpn3yr5D.js +26 -0
- package/dist/workspace-Co3Wul2D.js +206 -0
- package/dist/workspace-DCA6MNVK.js +350 -0
- package/docs/.i18n/README.md +31 -0
- package/docs/.i18n/glossary.zh-CN.json +210 -0
- package/docs/.i18n/zh-CN.tm.jsonl +1329 -0
- package/docs/CNAME +1 -0
- package/docs/automation/cron-jobs.md +468 -0
- package/docs/automation/cron-vs-heartbeat.md +254 -0
- package/docs/automation/gmail-pubsub.md +256 -0
- package/docs/automation/poll.md +69 -0
- package/docs/automation/webhook.md +163 -0
- package/docs/bedrock.md +176 -0
- package/docs/brave-search.md +41 -0
- package/docs/broadcast-groups.md +442 -0
- package/docs/cli/acp.md +170 -0
- package/docs/cli/agent.md +24 -0
- package/docs/cli/agents.md +75 -0
- package/docs/cli/approvals.md +50 -0
- package/docs/cli/browser.md +107 -0
- package/docs/cli/channels.md +79 -0
- package/docs/cli/config.md +50 -0
- package/docs/cli/configure.md +33 -0
- package/docs/cli/cron.md +42 -0
- package/docs/cli/dashboard.md +16 -0
- package/docs/cli/devices.md +67 -0
- package/docs/cli/directory.md +63 -0
- package/docs/cli/dns.md +23 -0
- package/docs/cli/docs.md +15 -0
- package/docs/cli/doctor.md +41 -0
- package/docs/cli/gateway.md +199 -0
- package/docs/cli/health.md +21 -0
- package/docs/cli/hooks.md +291 -0
- package/docs/cli/index.md +1029 -0
- package/docs/cli/logs.md +24 -0
- package/docs/cli/memory.md +45 -0
- package/docs/cli/message.md +239 -0
- package/docs/cli/models.md +79 -0
- package/docs/cli/node.md +112 -0
- package/docs/cli/nodes.md +73 -0
- package/docs/cli/onboard.md +29 -0
- package/docs/cli/pairing.md +21 -0
- package/docs/cli/plugins.md +62 -0
- package/docs/cli/reset.md +17 -0
- package/docs/cli/sandbox.md +152 -0
- package/docs/cli/security.md +26 -0
- package/docs/cli/sessions.md +16 -0
- package/docs/cli/setup.md +29 -0
- package/docs/cli/skills.md +26 -0
- package/docs/cli/status.md +26 -0
- package/docs/cli/system.md +60 -0
- package/docs/cli/tui.md +23 -0
- package/docs/cli/uninstall.md +17 -0
- package/docs/cli/update.md +98 -0
- package/docs/cli/voicecall.md +34 -0
- package/docs/cli/webhooks.md +25 -0
- package/docs/concepts/agent-loop.md +146 -0
- package/docs/concepts/agent-workspace.md +229 -0
- package/docs/concepts/agent.md +122 -0
- package/docs/concepts/architecture.md +129 -0
- package/docs/concepts/channel-routing.md +114 -0
- package/docs/concepts/compaction.md +61 -0
- package/docs/concepts/context.md +159 -0
- package/docs/concepts/features.md +53 -0
- package/docs/concepts/group-messages.md +84 -0
- package/docs/concepts/groups.md +373 -0
- package/docs/concepts/markdown-formatting.md +130 -0
- package/docs/concepts/memory.md +546 -0
- package/docs/concepts/messages.md +154 -0
- package/docs/concepts/model-failover.md +149 -0
- package/docs/concepts/model-providers.md +315 -0
- package/docs/concepts/models.md +208 -0
- package/docs/concepts/multi-agent.md +376 -0
- package/docs/concepts/oauth.md +145 -0
- package/docs/concepts/plugins.md +454 -0
- package/docs/concepts/presence.md +102 -0
- package/docs/concepts/queue.md +89 -0
- package/docs/concepts/retry.md +69 -0
- package/docs/concepts/secrets.md +300 -0
- package/docs/concepts/session-pruning.md +122 -0
- package/docs/concepts/session-tool.md +193 -0
- package/docs/concepts/session.md +188 -0
- package/docs/concepts/sessions.md +10 -0
- package/docs/concepts/skills.md +392 -0
- package/docs/concepts/streaming.md +135 -0
- package/docs/concepts/system-prompt.md +114 -0
- package/docs/concepts/timezone.md +91 -0
- package/docs/concepts/typebox.md +289 -0
- package/docs/concepts/typing-indicators.md +68 -0
- package/docs/concepts/usage-tracking.md +35 -0
- package/docs/custom.css +4 -0
- package/docs/date-time.md +128 -0
- package/docs/debugging.md +162 -0
- package/docs/docs.json +1599 -0
- package/docs/environment.md +81 -0
- package/docs/hooks.md +876 -0
- package/docs/index.md +179 -0
- package/docs/install/ansible.md +208 -0
- package/docs/install/bun.md +59 -0
- package/docs/install/development-channels.md +75 -0
- package/docs/install/docker.md +567 -0
- package/docs/install/index.md +185 -0
- package/docs/install/installer.md +123 -0
- package/docs/install/migrating.md +192 -0
- package/docs/install/nix.md +96 -0
- package/docs/install/node.md +78 -0
- package/docs/install/uninstall.md +128 -0
- package/docs/install/updating.md +228 -0
- package/docs/logging.md +350 -0
- package/docs/multi-agent-sandbox-tools.md +395 -0
- package/docs/network.md +54 -0
- package/docs/nodes/audio.md +114 -0
- package/docs/nodes/camera.md +156 -0
- package/docs/nodes/images.md +72 -0
- package/docs/nodes/index.md +341 -0
- package/docs/nodes/location-command.md +113 -0
- package/docs/nodes/media-understanding.md +379 -0
- package/docs/nodes/talk.md +90 -0
- package/docs/nodes/voicewake.md +65 -0
- package/docs/northflank.mdx +53 -0
- package/docs/perplexity.md +80 -0
- package/docs/platforms/android.md +129 -0
- package/docs/platforms/digitalocean.md +262 -0
- package/docs/platforms/exe-dev.md +125 -0
- package/docs/platforms/fly.md +486 -0
- package/docs/platforms/gcp.md +503 -0
- package/docs/platforms/hetzner.md +330 -0
- package/docs/platforms/index.md +53 -0
- package/docs/platforms/ios.md +106 -0
- package/docs/platforms/linux.md +94 -0
- package/docs/platforms/mac/bundled-gateway.md +73 -0
- package/docs/platforms/mac/canvas.md +125 -0
- package/docs/platforms/mac/child-process.md +69 -0
- package/docs/platforms/mac/dev-setup.md +102 -0
- package/docs/platforms/mac/health.md +34 -0
- package/docs/platforms/mac/icon.md +31 -0
- package/docs/platforms/mac/logging.md +57 -0
- package/docs/platforms/mac/menu-bar.md +81 -0
- package/docs/platforms/mac/peekaboo.md +65 -0
- package/docs/platforms/mac/permissions.md +44 -0
- package/docs/platforms/mac/release.md +85 -0
- package/docs/platforms/mac/remote.md +83 -0
- package/docs/platforms/mac/signing.md +47 -0
- package/docs/platforms/mac/skills.md +33 -0
- package/docs/platforms/mac/voice-overlay.md +60 -0
- package/docs/platforms/mac/voicewake.md +67 -0
- package/docs/platforms/mac/webchat.md +41 -0
- package/docs/platforms/mac/xpc.md +61 -0
- package/docs/platforms/macos-vm.md +281 -0
- package/docs/platforms/macos.md +203 -0
- package/docs/platforms/oracle.md +303 -0
- package/docs/platforms/raspberry-pi.md +358 -0
- package/docs/platforms/windows.md +159 -0
- package/docs/plugin.md +651 -0
- package/docs/plugins/agent-tools.md +99 -0
- package/docs/plugins/manifest.md +71 -0
- package/docs/plugins/voice-call.md +273 -0
- package/docs/plugins/zalouser.md +70 -0
- package/docs/providers/anthropic.md +152 -0
- package/docs/providers/claude-max-api-proxy.md +148 -0
- package/docs/providers/cloudflare-ai-gateway.md +71 -0
- package/docs/providers/deepgram.md +93 -0
- package/docs/providers/glm.md +33 -0
- package/docs/providers/index.md +63 -0
- package/docs/providers/minimax.md +208 -0
- package/docs/providers/models.md +51 -0
- package/docs/providers/moonshot.md +142 -0
- package/docs/providers/ollama.md +223 -0
- package/docs/providers/openai.md +62 -0
- package/docs/providers/opencode.md +36 -0
- package/docs/providers/openrouter.md +37 -0
- package/docs/providers/qwen.md +53 -0
- package/docs/providers/synthetic.md +99 -0
- package/docs/providers/venice.md +267 -0
- package/docs/providers/vercel-ai-gateway.md +50 -0
- package/docs/providers/xiaomi.md +64 -0
- package/docs/providers/zai.md +36 -0
- package/docs/railway.mdx +99 -0
- package/docs/reference/templates/AGENTS.md +9 -0
- package/docs/reference/templates/BOOTSTRAP.md +3 -0
- package/docs/reference/templates/HEARTBEAT.md +3 -0
- package/docs/reference/templates/IDENTITY.md +3 -0
- package/docs/reference/templates/TOOLS.md +3 -0
- package/docs/reference/templates/USER.md +3 -0
- package/docs/render.mdx +165 -0
- package/docs/start/docs-directory.md +63 -0
- package/docs/start/getting-started.md +212 -0
- package/docs/start/milaidy.md +247 -0
- package/docs/start/onboarding.md +258 -0
- package/docs/start/pairing.md +86 -0
- package/docs/start/quickstart.md +81 -0
- package/docs/start/setup.md +149 -0
- package/docs/start/showcase.md +416 -0
- package/docs/start/wizard.md +418 -0
- package/docs/testing.md +368 -0
- package/docs/token-use.md +112 -0
- package/docs/tools/agent-send.md +53 -0
- package/docs/tools/apply-patch.md +50 -0
- package/docs/tools/browser-linux-troubleshooting.md +139 -0
- package/docs/tools/browser-login.md +68 -0
- package/docs/tools/browser.md +576 -0
- package/docs/tools/chrome-extension.md +178 -0
- package/docs/tools/clawhub.md +257 -0
- package/docs/tools/creating-skills.md +54 -0
- package/docs/tools/elevated.md +57 -0
- package/docs/tools/exec-approvals.md +246 -0
- package/docs/tools/exec.md +179 -0
- package/docs/tools/firecrawl.md +61 -0
- package/docs/tools/index.md +508 -0
- package/docs/tools/llm-task.md +115 -0
- package/docs/tools/reactions.md +22 -0
- package/docs/tools/skills-config.md +76 -0
- package/docs/tools/skills.md +300 -0
- package/docs/tools/slash-commands.md +196 -0
- package/docs/tools/subagents.md +151 -0
- package/docs/tools/thinking.md +73 -0
- package/docs/tools/web.md +261 -0
- package/docs/tui.md +159 -0
- package/docs/vps.md +43 -0
- package/docs/web/control-ui.md +221 -0
- package/docs/web/dashboard.md +46 -0
- package/docs/web/index.md +116 -0
- package/docs/web/webchat.md +49 -0
- package/milaidy.mjs +14 -0
- package/package.json +271 -0
- package/skills/.cache/catalog.json +88519 -0
package/package.json
ADDED
|
@@ -0,0 +1,271 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "milaidy",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "AI assistant platform built on ElizaOS",
|
|
5
|
+
"keywords": [],
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"author": "",
|
|
8
|
+
"bin": {
|
|
9
|
+
"milaidy": "milaidy.mjs"
|
|
10
|
+
},
|
|
11
|
+
"files": [
|
|
12
|
+
"assets/",
|
|
13
|
+
"CHANGELOG.md",
|
|
14
|
+
"dist/",
|
|
15
|
+
"docs/",
|
|
16
|
+
"LICENSE",
|
|
17
|
+
"milaidy.mjs",
|
|
18
|
+
"README-header.png",
|
|
19
|
+
"README.md",
|
|
20
|
+
"skills/"
|
|
21
|
+
],
|
|
22
|
+
"type": "module",
|
|
23
|
+
"main": "dist/index.js",
|
|
24
|
+
"exports": {
|
|
25
|
+
".": "./dist/index.js",
|
|
26
|
+
"./cli-entry": "./milaidy.mjs",
|
|
27
|
+
"./eliza": "./dist/eliza.js"
|
|
28
|
+
},
|
|
29
|
+
"scripts": {
|
|
30
|
+
"android:assemble": "cd apps/android && ./gradlew :app:assembleDebug",
|
|
31
|
+
"android:install": "cd apps/android && ./gradlew :app:installDebug",
|
|
32
|
+
"android:run": "cd apps/android && ./gradlew :app:installDebug && adb shell am start -n ai.milaidy.android/.MainActivity",
|
|
33
|
+
"android:test": "cd apps/android && ./gradlew :app:testDebugUnitTest",
|
|
34
|
+
"build": "tsdown",
|
|
35
|
+
"check": "pnpm tsgo && pnpm lint && pnpm format",
|
|
36
|
+
"check:loc": "node --import tsx scripts/check-ts-max-loc.ts --max 500",
|
|
37
|
+
"dev": "node scripts/run-node.mjs",
|
|
38
|
+
"dev:app": "cd apps/app && pnpm run dev",
|
|
39
|
+
"dev:all": "node scripts/dev-all.mjs",
|
|
40
|
+
"start": "node scripts/run-node.mjs start",
|
|
41
|
+
"docs:bin": "node scripts/docs-list.js --build-bin",
|
|
42
|
+
"docs:build": "cd docs && pnpm dlx --reporter append-only mint broken-links",
|
|
43
|
+
"docs:dev": "cd docs && mint dev",
|
|
44
|
+
"docs:list": "node scripts/docs-list.js",
|
|
45
|
+
"format": "biome format .",
|
|
46
|
+
"format:all": "pnpm format && pnpm format:swift",
|
|
47
|
+
"format:fix": "biome format --write .",
|
|
48
|
+
"format:swift": "swiftformat --lint --config .swiftformat apps/macos/Sources apps/ios/Sources apps/shared/MilaidyKit/Sources",
|
|
49
|
+
"gateway:dev": "MILAIDY_SKIP_CHANNELS=1 node scripts/run-node.mjs --dev gateway",
|
|
50
|
+
"gateway:dev:reset": "MILAIDY_SKIP_CHANNELS=1 node scripts/run-node.mjs --dev gateway --reset",
|
|
51
|
+
"gateway:watch": "node scripts/watch-node.mjs gateway --force",
|
|
52
|
+
"ios:build": "bash -lc 'cd apps/ios && xcodegen generate && xcodebuild -project Milaidy.xcodeproj -scheme Milaidy -destination \"${IOS_DEST:-platform=iOS Simulator,name=iPhone 17}\" -configuration Debug build'",
|
|
53
|
+
"ios:gen": "cd apps/ios && xcodegen generate",
|
|
54
|
+
"ios:open": "cd apps/ios && xcodegen generate && open Milaidy.xcodeproj",
|
|
55
|
+
"ios:run": "bash -lc 'cd apps/ios && xcodegen generate && xcodebuild -project Milaidy.xcodeproj -scheme Milaidy -destination \"${IOS_DEST:-platform=iOS Simulator,name=iPhone 17}\" -configuration Debug build && xcrun simctl boot \"${IOS_SIM:-iPhone 17}\" || true && xcrun simctl launch booted ai.milaidy.ios'",
|
|
56
|
+
"lint": "echo 'Lint skipped - biome config incompatibility'",
|
|
57
|
+
"lint:all": "pnpm lint && pnpm lint:swift",
|
|
58
|
+
"lint:fix": "biome lint --write . && pnpm format:fix",
|
|
59
|
+
"lint:swift": "swiftlint lint --config .swiftlint.yml && (cd apps/ios && swiftlint lint --config .swiftlint.yml)",
|
|
60
|
+
"mac:open": "open dist/Milaidy.app",
|
|
61
|
+
"mac:package": "bash apps/shared/scripts/package-mac-app.sh",
|
|
62
|
+
"mac:restart": "bash apps/shared/scripts/restart-mac.sh",
|
|
63
|
+
"milaidy:rpc": "node scripts/run-node.mjs agent --mode rpc --json",
|
|
64
|
+
"milaidy": "node scripts/run-node.mjs",
|
|
65
|
+
"prepack": "pnpm build && pnpm ui:build",
|
|
66
|
+
"prepare": "command -v git >/dev/null 2>&1 && git config core.hooksPath git-hooks || exit 0",
|
|
67
|
+
"protocol:check": "pnpm protocol:gen && pnpm protocol:gen:swift && git diff --exit-code -- dist/protocol.schema.json apps/macos/Sources/MilaidyProtocol/GatewayModels.swift",
|
|
68
|
+
"protocol:gen": "node --import tsx apps/shared/scripts/protocol-gen.ts",
|
|
69
|
+
"protocol:gen:swift": "node --import tsx apps/shared/scripts/protocol-gen-swift.ts",
|
|
70
|
+
"release:check": "node --import tsx scripts/release-check.ts",
|
|
71
|
+
"test": "node test/scripts/test-parallel.mjs",
|
|
72
|
+
"test:all": "pnpm lint && pnpm build && pnpm test && pnpm test:e2e && pnpm test:live && pnpm test:docker:all",
|
|
73
|
+
"test:coverage": "vitest run --coverage",
|
|
74
|
+
"test:docker:all": "pnpm test:docker:live-models && pnpm test:docker:live-gateway && pnpm test:docker:onboard && pnpm test:docker:gateway-network && pnpm test:docker:qr && pnpm test:docker:doctor-switch && pnpm test:docker:plugins && pnpm test:docker:cleanup",
|
|
75
|
+
"test:docker:cleanup": "bash test/scripts/test-cleanup-docker.sh",
|
|
76
|
+
"test:docker:doctor-switch": "bash test/scripts/e2e/doctor-install-switch-docker.sh",
|
|
77
|
+
"test:docker:gateway-network": "bash test/scripts/e2e/gateway-network-docker.sh",
|
|
78
|
+
"test:docker:live-gateway": "bash test/scripts/test-live-gateway-models-docker.sh",
|
|
79
|
+
"test:docker:live-models": "bash test/scripts/test-live-models-docker.sh",
|
|
80
|
+
"test:docker:onboard": "bash test/scripts/e2e/onboard-docker.sh",
|
|
81
|
+
"test:docker:plugins": "bash test/scripts/e2e/plugins-docker.sh",
|
|
82
|
+
"test:docker:qr": "bash test/scripts/e2e/qr-import-docker.sh",
|
|
83
|
+
"test:e2e": "vitest run --config vitest.e2e.config.ts",
|
|
84
|
+
"test:force": "node --import tsx test/scripts/test-force.ts",
|
|
85
|
+
"test:install:e2e": "bash test/scripts/test-install-sh-e2e-docker.sh",
|
|
86
|
+
"test:install:e2e:anthropic": "MILAIDY_E2E_MODELS=anthropic bash test/scripts/test-install-sh-e2e-docker.sh",
|
|
87
|
+
"test:install:e2e:openai": "MILAIDY_E2E_MODELS=openai bash test/scripts/test-install-sh-e2e-docker.sh",
|
|
88
|
+
"test:install:smoke": "bash test/scripts/test-install-sh-docker.sh",
|
|
89
|
+
"test:live": "MILAIDY_LIVE_TEST=1 vitest run --config vitest.live.config.ts",
|
|
90
|
+
"test:ui": "pnpm --dir ui test",
|
|
91
|
+
"test:watch": "vitest",
|
|
92
|
+
"tui": "bun scripts/run-node.mjs tui",
|
|
93
|
+
"tui:dev": "MILAIDY_PROFILE=dev bun scripts/run-node.mjs --dev tui",
|
|
94
|
+
"ui:build": "node scripts/ui.js build",
|
|
95
|
+
"ui:dev": "node scripts/ui.js dev",
|
|
96
|
+
"ui:install": "node scripts/ui.js install",
|
|
97
|
+
"start:eliza": "node --import tsx src/eliza.ts",
|
|
98
|
+
"start:eliza:dev": "MILAIDY_PROFILE=dev node --import tsx src/eliza.ts"
|
|
99
|
+
},
|
|
100
|
+
"dependencies": {
|
|
101
|
+
"@elizaos/core": "workspace:*",
|
|
102
|
+
"@elizaos/skills": "workspace:*",
|
|
103
|
+
"@elizaos/plugin-acp": "workspace:*",
|
|
104
|
+
"@elizaos/plugin-agent-skills": "workspace:*",
|
|
105
|
+
"@elizaos/plugin-anthropic": "workspace:*",
|
|
106
|
+
"@elizaos/plugin-browser": "workspace:*",
|
|
107
|
+
"@elizaos/plugin-cli": "workspace:*",
|
|
108
|
+
"@elizaos/plugin-code": "workspace:*",
|
|
109
|
+
"@elizaos/plugin-cron": "workspace:*",
|
|
110
|
+
"@elizaos/plugin-directives": "workspace:*",
|
|
111
|
+
"@elizaos/plugin-discord": "workspace:*",
|
|
112
|
+
"@elizaos/plugin-experience": "workspace:*",
|
|
113
|
+
"@elizaos/plugin-form": "workspace:*",
|
|
114
|
+
"@elizaos/plugin-google-genai": "workspace:*",
|
|
115
|
+
"@elizaos/plugin-groq": "workspace:*",
|
|
116
|
+
"@elizaos/plugin-ollama": "workspace:*",
|
|
117
|
+
"@elizaos/plugin-openai": "workspace:*",
|
|
118
|
+
"@elizaos/plugin-openrouter": "workspace:*",
|
|
119
|
+
"@elizaos/plugin-personality": "workspace:*",
|
|
120
|
+
"@elizaos/plugin-shell": "workspace:*",
|
|
121
|
+
"@elizaos/plugin-sql": "workspace:*",
|
|
122
|
+
"@elizaos/plugin-telegram": "workspace:*",
|
|
123
|
+
"@elizaos/plugin-whatsapp": "workspace:*",
|
|
124
|
+
"@elizaos/plugin-xai": "workspace:*",
|
|
125
|
+
"@elizaos/plugin-commands": "workspace:*",
|
|
126
|
+
|
|
127
|
+
"@elizaos/plugin-slack": "workspace:*",
|
|
128
|
+
"@elizaos/plugin-signal": "workspace:*",
|
|
129
|
+
"@elizaos/plugin-imessage": "workspace:*",
|
|
130
|
+
"@elizaos/plugin-bluebubbles": "workspace:*",
|
|
131
|
+
"@elizaos/plugin-msteams": "workspace:*",
|
|
132
|
+
"@elizaos/plugin-mattermost": "workspace:*",
|
|
133
|
+
"@agentclientprotocol/sdk": "0.13.1",
|
|
134
|
+
"@aws-sdk/client-bedrock": "^3.981.0",
|
|
135
|
+
"@buape/carbon": "0.14.0",
|
|
136
|
+
"@clack/prompts": "^1.0.0",
|
|
137
|
+
"@grammyjs/runner": "^2.0.3",
|
|
138
|
+
"@grammyjs/transformer-throttler": "^1.2.1",
|
|
139
|
+
"@homebridge/ciao": "^1.3.4",
|
|
140
|
+
"@larksuiteoapi/node-sdk": "^1.42.0",
|
|
141
|
+
"@line/bot-sdk": "^10.6.0",
|
|
142
|
+
"@lydell/node-pty": "1.2.0-beta.3",
|
|
143
|
+
"@elizaos/tui": "workspace:*",
|
|
144
|
+
"@mozilla/readability": "^0.6.0",
|
|
145
|
+
"@sinclair/typebox": "0.34.48",
|
|
146
|
+
"@slack/bolt": "^4.6.0",
|
|
147
|
+
"@slack/web-api": "^7.13.0",
|
|
148
|
+
"@whiskeysockets/baileys": "7.0.0-rc.9",
|
|
149
|
+
"ajv": "^8.17.1",
|
|
150
|
+
"chalk": "^5.6.2",
|
|
151
|
+
"chokidar": "^5.0.0",
|
|
152
|
+
"cli-highlight": "^2.1.11",
|
|
153
|
+
"commander": "^14.0.3",
|
|
154
|
+
"croner": "^10.0.1",
|
|
155
|
+
"discord-api-types": "^0.38.38",
|
|
156
|
+
"dotenv": "^17.2.3",
|
|
157
|
+
"express": "^5.2.1",
|
|
158
|
+
"file-type": "^21.3.0",
|
|
159
|
+
"grammy": "^1.39.3",
|
|
160
|
+
"hono": "4.11.7",
|
|
161
|
+
"jiti": "^2.6.1",
|
|
162
|
+
"json5": "^2.2.3",
|
|
163
|
+
"jszip": "^3.10.1",
|
|
164
|
+
"linkedom": "^0.18.12",
|
|
165
|
+
"long": "^5.3.2",
|
|
166
|
+
"markdown-it": "^14.1.0",
|
|
167
|
+
"node-edge-tts": "^1.2.9",
|
|
168
|
+
"osc-progress": "^0.3.0",
|
|
169
|
+
"pdfjs-dist": "^5.4.624",
|
|
170
|
+
"playwright-core": "1.58.1",
|
|
171
|
+
"proper-lockfile": "^4.1.2",
|
|
172
|
+
"qrcode-terminal": "^0.12.0",
|
|
173
|
+
"sharp": "^0.34.5",
|
|
174
|
+
"signal-utils": "^0.21.1",
|
|
175
|
+
"sqlite-vec": "0.1.7-alpha.2",
|
|
176
|
+
"tar": "7.5.7",
|
|
177
|
+
"tslog": "^4.10.2",
|
|
178
|
+
"undici": "^7.20.0",
|
|
179
|
+
"ws": "^8.19.0",
|
|
180
|
+
"yaml": "^2.8.2",
|
|
181
|
+
"zod": "^4.3.6"
|
|
182
|
+
},
|
|
183
|
+
"devDependencies": {
|
|
184
|
+
"@grammyjs/types": "^3.23.0",
|
|
185
|
+
"@lit-labs/signals": "^0.2.0",
|
|
186
|
+
"@lit/context": "^1.1.6",
|
|
187
|
+
"@types/express": "^5.0.6",
|
|
188
|
+
"@types/markdown-it": "^14.1.2",
|
|
189
|
+
"@types/node": "^25.2.0",
|
|
190
|
+
"@types/proper-lockfile": "^4.1.4",
|
|
191
|
+
"@types/qrcode-terminal": "^0.12.2",
|
|
192
|
+
"@types/ws": "^8.18.1",
|
|
193
|
+
"@typescript/native-preview": "7.0.0-dev.20260202.1",
|
|
194
|
+
"@vitest/coverage-v8": "^4.0.18",
|
|
195
|
+
"lit": "^3.3.2",
|
|
196
|
+
"@biomejs/biome": "^2.3.11",
|
|
197
|
+
"ollama": "^0.6.3",
|
|
198
|
+
"rolldown": "1.0.0-rc.2",
|
|
199
|
+
"tsdown": "^0.20.1",
|
|
200
|
+
"tsx": "^4.21.0",
|
|
201
|
+
"typescript": "^5.9.3",
|
|
202
|
+
"vitest": "^4.0.18"
|
|
203
|
+
},
|
|
204
|
+
"peerDependencies": {
|
|
205
|
+
"@napi-rs/canvas": "^0.1.89",
|
|
206
|
+
"node-llama-cpp": "3.15.1"
|
|
207
|
+
},
|
|
208
|
+
"overrides": {
|
|
209
|
+
"tar": "7.5.7"
|
|
210
|
+
},
|
|
211
|
+
"engines": {
|
|
212
|
+
"node": ">=22.12.0"
|
|
213
|
+
},
|
|
214
|
+
"packageManager": "pnpm@10.23.0",
|
|
215
|
+
"pnpm": {
|
|
216
|
+
"minimumReleaseAge": 2880,
|
|
217
|
+
"overrides": {
|
|
218
|
+
"fast-xml-parser": "5.3.4",
|
|
219
|
+
"form-data": "2.5.4",
|
|
220
|
+
"@hono/node-server>hono": "4.11.7",
|
|
221
|
+
"hono": "4.11.7",
|
|
222
|
+
"qs": "6.14.1",
|
|
223
|
+
"@sinclair/typebox": "0.34.47",
|
|
224
|
+
"tar": "7.5.7",
|
|
225
|
+
"tough-cookie": "4.1.3"
|
|
226
|
+
},
|
|
227
|
+
"onlyBuiltDependencies": [
|
|
228
|
+
"@lydell/node-pty",
|
|
229
|
+
"@matrix-org/matrix-sdk-crypto-nodejs",
|
|
230
|
+
"@napi-rs/canvas",
|
|
231
|
+
"@whiskeysockets/baileys",
|
|
232
|
+
"authenticate-pam",
|
|
233
|
+
"esbuild",
|
|
234
|
+
"node-llama-cpp",
|
|
235
|
+
"protobufjs",
|
|
236
|
+
"sharp"
|
|
237
|
+
]
|
|
238
|
+
},
|
|
239
|
+
"vitest": {
|
|
240
|
+
"coverage": {
|
|
241
|
+
"provider": "v8",
|
|
242
|
+
"reporter": [
|
|
243
|
+
"text",
|
|
244
|
+
"lcov"
|
|
245
|
+
],
|
|
246
|
+
"thresholds": {
|
|
247
|
+
"lines": 70,
|
|
248
|
+
"functions": 70,
|
|
249
|
+
"branches": 70,
|
|
250
|
+
"statements": 70
|
|
251
|
+
},
|
|
252
|
+
"include": [
|
|
253
|
+
"src/**/*.ts"
|
|
254
|
+
],
|
|
255
|
+
"exclude": [
|
|
256
|
+
"src/**/*.test.ts"
|
|
257
|
+
]
|
|
258
|
+
},
|
|
259
|
+
"include": [
|
|
260
|
+
"src/**/*.test.ts"
|
|
261
|
+
],
|
|
262
|
+
"exclude": [
|
|
263
|
+
"dist/**",
|
|
264
|
+
"apps/macos/**",
|
|
265
|
+
"apps/macos/.build/**",
|
|
266
|
+
"**/vendor/**",
|
|
267
|
+
"apps/macos/.build/**",
|
|
268
|
+
"dist/Milaidy.app/**"
|
|
269
|
+
]
|
|
270
|
+
}
|
|
271
|
+
}
|