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/docs/docs.json
ADDED
|
@@ -0,0 +1,1599 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://mintlify.com/docs.json",
|
|
3
|
+
"name": "Milaidy",
|
|
4
|
+
"theme": "mint",
|
|
5
|
+
"icons": {
|
|
6
|
+
"library": "lucide"
|
|
7
|
+
},
|
|
8
|
+
"logo": {
|
|
9
|
+
"light": "/assets/pixel-icon.svg",
|
|
10
|
+
"dark": "/assets/pixel-icon.svg"
|
|
11
|
+
},
|
|
12
|
+
"fonts": {
|
|
13
|
+
"body": {
|
|
14
|
+
"family": "Fragment Mono"
|
|
15
|
+
},
|
|
16
|
+
"heading": {
|
|
17
|
+
"family": "DM Sans"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"favicon": "/assets/pixel-icon.svg",
|
|
21
|
+
"colors": {
|
|
22
|
+
"primary": "#FF5A36",
|
|
23
|
+
"dark": "#FF5A36",
|
|
24
|
+
"light": "#FF8A6B"
|
|
25
|
+
},
|
|
26
|
+
"navbar": {
|
|
27
|
+
"links": [
|
|
28
|
+
{
|
|
29
|
+
"label": "GitHub",
|
|
30
|
+
"href": "https://github.com/milaidy/milaidy",
|
|
31
|
+
"icon": "github"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"label": "Releases",
|
|
35
|
+
"href": "https://github.com/milaidy/milaidy/releases",
|
|
36
|
+
"icon": "package"
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"redirects": [
|
|
41
|
+
{
|
|
42
|
+
"source": "/cron",
|
|
43
|
+
"destination": "/cron-jobs"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"source": "/model",
|
|
47
|
+
"destination": "/models"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"source": "/model/",
|
|
51
|
+
"destination": "/models"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"source": "/messages",
|
|
55
|
+
"destination": "/concepts/messages"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"source": "/context",
|
|
59
|
+
"destination": "/concepts/context"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"source": "/compaction",
|
|
63
|
+
"destination": "/concepts/compaction"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"source": "/minimax",
|
|
67
|
+
"destination": "/providers/minimax"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"source": "/xiaomi",
|
|
71
|
+
"destination": "/providers/xiaomi"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"source": "/openai",
|
|
75
|
+
"destination": "/providers/openai"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"source": "/openai/",
|
|
79
|
+
"destination": "/providers/openai"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"source": "/anthropic",
|
|
83
|
+
"destination": "/providers/anthropic"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"source": "/anthropic/",
|
|
87
|
+
"destination": "/providers/anthropic"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"source": "/moonshot",
|
|
91
|
+
"destination": "/providers/moonshot"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"source": "/openrouter",
|
|
95
|
+
"destination": "/providers/openrouter"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"source": "/opencode",
|
|
99
|
+
"destination": "/providers/opencode"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"source": "/mattermost",
|
|
103
|
+
"destination": "/channels/mattermost"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"source": "/line",
|
|
107
|
+
"destination": "/channels/line"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"source": "/glm",
|
|
111
|
+
"destination": "/providers/glm"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"source": "/zai",
|
|
115
|
+
"destination": "/providers/zai"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"source": "/message",
|
|
119
|
+
"destination": "/cli/message"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"source": "/providers/discord",
|
|
123
|
+
"destination": "/channels/discord"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"source": "/providers/googlechat",
|
|
127
|
+
"destination": "/channels/googlechat"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"source": "/providers/grammy",
|
|
131
|
+
"destination": "/channels/grammy"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"source": "/providers/imessage",
|
|
135
|
+
"destination": "/channels/imessage"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"source": "/providers/location",
|
|
139
|
+
"destination": "/channels/location"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"source": "/providers/mattermost",
|
|
143
|
+
"destination": "/channels/mattermost"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"source": "/providers/msteams",
|
|
147
|
+
"destination": "/channels/msteams"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"source": "/providers/line",
|
|
151
|
+
"destination": "/channels/line"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"source": "/providers/signal",
|
|
155
|
+
"destination": "/channels/signal"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"source": "/providers/slack",
|
|
159
|
+
"destination": "/channels/slack"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"source": "/providers/telegram",
|
|
163
|
+
"destination": "/channels/telegram"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"source": "/providers/troubleshooting",
|
|
167
|
+
"destination": "/channels/troubleshooting"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"source": "/providers/zalo",
|
|
171
|
+
"destination": "/channels/zalo"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"source": "/providers/whatsapp",
|
|
175
|
+
"destination": "/channels/whatsapp"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"source": "/sandbox",
|
|
179
|
+
"destination": "/cli/sandbox"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"source": "/sandboxing",
|
|
183
|
+
"destination": "/gateway/sandboxing"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"source": "/AGENTS.default",
|
|
187
|
+
"destination": "/reference/AGENTS.default"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"source": "/RELEASING",
|
|
191
|
+
"destination": "/reference/RELEASING"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"source": "/agent",
|
|
195
|
+
"destination": "/concepts/agent"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"source": "/agent-loop",
|
|
199
|
+
"destination": "/concepts/agent-loop"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"source": "/agent-send",
|
|
203
|
+
"destination": "/tools/agent-send"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"source": "/agent-workspace",
|
|
207
|
+
"destination": "/concepts/agent-workspace"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"source": "/android",
|
|
211
|
+
"destination": "/platforms/android"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"source": "/architecture",
|
|
215
|
+
"destination": "/concepts/architecture"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"source": "/audio",
|
|
219
|
+
"destination": "/nodes/audio"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"source": "/background-process",
|
|
223
|
+
"destination": "/gateway/background-process"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"source": "/bash",
|
|
227
|
+
"destination": "/tools/exec"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"source": "/tools/bash",
|
|
231
|
+
"destination": "/tools/exec"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"source": "/bonjour",
|
|
235
|
+
"destination": "/gateway/bonjour"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"source": "/browser",
|
|
239
|
+
"destination": "/tools/browser"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"source": "/browser-linux-troubleshooting",
|
|
243
|
+
"destination": "/tools/browser-linux-troubleshooting"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"source": "/bun",
|
|
247
|
+
"destination": "/install/bun"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"source": "/auth-monitoring",
|
|
251
|
+
"destination": "/automation/auth-monitoring"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"source": "/camera",
|
|
255
|
+
"destination": "/nodes/camera"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"source": "/clawd",
|
|
259
|
+
"destination": "/start/milaidy"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"source": "/start/clawd",
|
|
263
|
+
"destination": "/start/milaidy"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"source": "/start/clawd/",
|
|
267
|
+
"destination": "/start/milaidy"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"source": "/clawhub",
|
|
271
|
+
"destination": "/tools/clawhub"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"source": "/clawdhub",
|
|
275
|
+
"destination": "/tools/clawhub"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"source": "/tools/clawdhub",
|
|
279
|
+
"destination": "/tools/clawhub"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"source": "/configuration",
|
|
283
|
+
"destination": "/gateway/configuration"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"source": "/control-ui",
|
|
287
|
+
"destination": "/web/control-ui"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"source": "/cron-jobs",
|
|
291
|
+
"destination": "/automation/cron-jobs"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"source": "/cron-vs-heartbeat",
|
|
295
|
+
"destination": "/automation/cron-vs-heartbeat"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"source": "/dashboard",
|
|
299
|
+
"destination": "/web/dashboard"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"source": "/device-models",
|
|
303
|
+
"destination": "/reference/device-models"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"source": "/discord",
|
|
307
|
+
"destination": "/channels/discord"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"source": "/discovery",
|
|
311
|
+
"destination": "/gateway/discovery"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"source": "/docker",
|
|
315
|
+
"destination": "/install/docker"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"source": "/doctor",
|
|
319
|
+
"destination": "/gateway/doctor"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"source": "/elevated",
|
|
323
|
+
"destination": "/tools/elevated"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"source": "/faq",
|
|
327
|
+
"destination": "/help/faq"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"source": "/gateway-lock",
|
|
331
|
+
"destination": "/gateway/gateway-lock"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"source": "/getting-started",
|
|
335
|
+
"destination": "/start/getting-started"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"source": "/gmail-pubsub",
|
|
339
|
+
"destination": "/automation/gmail-pubsub"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"source": "/grammy",
|
|
343
|
+
"destination": "/channels/grammy"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"source": "/group-messages",
|
|
347
|
+
"destination": "/concepts/group-messages"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"source": "/groups",
|
|
351
|
+
"destination": "/concepts/groups"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"source": "/health",
|
|
355
|
+
"destination": "/gateway/health"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"source": "/heartbeat",
|
|
359
|
+
"destination": "/gateway/heartbeat"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"source": "/hubs",
|
|
363
|
+
"destination": "/start/hubs"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"source": "/images",
|
|
367
|
+
"destination": "/nodes/images"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"source": "/imessage",
|
|
371
|
+
"destination": "/channels/imessage"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"source": "/ios",
|
|
375
|
+
"destination": "/platforms/ios"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"source": "/linux",
|
|
379
|
+
"destination": "/platforms/linux"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"source": "/location",
|
|
383
|
+
"destination": "/channels/location"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"source": "/location-command",
|
|
387
|
+
"destination": "/nodes/location-command"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"source": "/lore",
|
|
391
|
+
"destination": "/start/lore"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"source": "/mac/bun",
|
|
395
|
+
"destination": "/platforms/mac/bundled-gateway"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"source": "/platforms/mac/bun",
|
|
399
|
+
"destination": "/platforms/mac/bundled-gateway"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"source": "/mac/canvas",
|
|
403
|
+
"destination": "/platforms/mac/canvas"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"source": "/mac/child-process",
|
|
407
|
+
"destination": "/platforms/mac/child-process"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"source": "/mac/dev-setup",
|
|
411
|
+
"destination": "/platforms/mac/dev-setup"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"source": "/mac/health",
|
|
415
|
+
"destination": "/platforms/mac/health"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"source": "/mac/icon",
|
|
419
|
+
"destination": "/platforms/mac/icon"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"source": "/mac/logging",
|
|
423
|
+
"destination": "/platforms/mac/logging"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"source": "/mac/menu-bar",
|
|
427
|
+
"destination": "/platforms/mac/menu-bar"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"source": "/mac/peekaboo",
|
|
431
|
+
"destination": "/platforms/mac/peekaboo"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"source": "/mac/permissions",
|
|
435
|
+
"destination": "/platforms/mac/permissions"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"source": "/mac/release",
|
|
439
|
+
"destination": "/platforms/mac/release"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"source": "/mac/remote",
|
|
443
|
+
"destination": "/platforms/mac/remote"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"source": "/mac/signing",
|
|
447
|
+
"destination": "/platforms/mac/signing"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"source": "/mac/skills",
|
|
451
|
+
"destination": "/platforms/mac/skills"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"source": "/mac/voice-overlay",
|
|
455
|
+
"destination": "/platforms/mac/voice-overlay"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"source": "/mac/voicewake",
|
|
459
|
+
"destination": "/platforms/mac/voicewake"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"source": "/mac/webchat",
|
|
463
|
+
"destination": "/platforms/mac/webchat"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"source": "/mac/xpc",
|
|
467
|
+
"destination": "/platforms/mac/xpc"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"source": "/macos",
|
|
471
|
+
"destination": "/platforms/macos"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"source": "/model-failover",
|
|
475
|
+
"destination": "/concepts/model-failover"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"source": "/models",
|
|
479
|
+
"destination": "/concepts/models"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"source": "/multi-agent",
|
|
483
|
+
"destination": "/concepts/multi-agent"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"source": "/nix",
|
|
487
|
+
"destination": "/install/nix"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"source": "/onboarding",
|
|
491
|
+
"destination": "/start/onboarding"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"source": "/onboarding-config-protocol",
|
|
495
|
+
"destination": "/experiments/onboarding-config-protocol"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"source": "/pairing",
|
|
499
|
+
"destination": "/start/pairing"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"source": "/plans/cron-add-hardening",
|
|
503
|
+
"destination": "/experiments/plans/cron-add-hardening"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"source": "/plans/group-policy-hardening",
|
|
507
|
+
"destination": "/experiments/plans/group-policy-hardening"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"source": "/poll",
|
|
511
|
+
"destination": "/automation/poll"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"source": "/presence",
|
|
515
|
+
"destination": "/concepts/presence"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"source": "/proposals/model-config",
|
|
519
|
+
"destination": "/experiments/proposals/model-config"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"source": "/provider-routing",
|
|
523
|
+
"destination": "/concepts/channel-routing"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"source": "/concepts/provider-routing",
|
|
527
|
+
"destination": "/concepts/channel-routing"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"source": "/queue",
|
|
531
|
+
"destination": "/concepts/queue"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"source": "/remote",
|
|
535
|
+
"destination": "/gateway/remote"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"source": "/remote-gateway-readme",
|
|
539
|
+
"destination": "/gateway/remote-gateway-readme"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"source": "/research/memory",
|
|
543
|
+
"destination": "/experiments/research/memory"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"source": "/rpc",
|
|
547
|
+
"destination": "/reference/rpc"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"source": "/security",
|
|
551
|
+
"destination": "/gateway/security"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"source": "/session",
|
|
555
|
+
"destination": "/concepts/session"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"source": "/session-tool",
|
|
559
|
+
"destination": "/concepts/session-tool"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"source": "/sessions",
|
|
563
|
+
"destination": "/concepts/sessions"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"source": "/setup",
|
|
567
|
+
"destination": "/start/setup"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"source": "/showcase",
|
|
571
|
+
"destination": "/start/showcase"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"source": "/signal",
|
|
575
|
+
"destination": "/channels/signal"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"source": "/skills",
|
|
579
|
+
"destination": "/tools/skills"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"source": "/skills-config",
|
|
583
|
+
"destination": "/tools/skills-config"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"source": "/slack",
|
|
587
|
+
"destination": "/channels/slack"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"source": "/slash-commands",
|
|
591
|
+
"destination": "/tools/slash-commands"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"source": "/subagents",
|
|
595
|
+
"destination": "/tools/subagents"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"source": "/tailscale",
|
|
599
|
+
"destination": "/gateway/tailscale"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"source": "/talk",
|
|
603
|
+
"destination": "/nodes/talk"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"source": "/telegram",
|
|
607
|
+
"destination": "/channels/telegram"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"source": "/templates/AGENTS",
|
|
611
|
+
"destination": "/reference/templates/AGENTS"
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"source": "/templates/BOOT",
|
|
615
|
+
"destination": "/reference/templates/BOOT"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"source": "/templates/BOOTSTRAP",
|
|
619
|
+
"destination": "/reference/templates/BOOTSTRAP"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"source": "/templates/HEARTBEAT",
|
|
623
|
+
"destination": "/reference/templates/HEARTBEAT"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"source": "/templates/IDENTITY",
|
|
627
|
+
"destination": "/reference/templates/IDENTITY"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"source": "/templates/TOOLS",
|
|
631
|
+
"destination": "/reference/templates/TOOLS"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"source": "/templates/USER",
|
|
635
|
+
"destination": "/reference/templates/USER"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"source": "/test",
|
|
639
|
+
"destination": "/reference/test"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"source": "/thinking",
|
|
643
|
+
"destination": "/tools/thinking"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"source": "/timezone",
|
|
647
|
+
"destination": "/concepts/timezone"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"source": "/troubleshooting",
|
|
651
|
+
"destination": "/gateway/troubleshooting"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"source": "/web/tui",
|
|
655
|
+
"destination": "/tui"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"source": "/typebox",
|
|
659
|
+
"destination": "/concepts/typebox"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"source": "/updating",
|
|
663
|
+
"destination": "/install/updating"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"source": "/voicewake",
|
|
667
|
+
"destination": "/nodes/voicewake"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"source": "/webchat",
|
|
671
|
+
"destination": "/web/webchat"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"source": "/webhook",
|
|
675
|
+
"destination": "/automation/webhook"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"source": "/whatsapp",
|
|
679
|
+
"destination": "/channels/whatsapp"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"source": "/windows",
|
|
683
|
+
"destination": "/platforms/windows"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"source": "/wizard",
|
|
687
|
+
"destination": "/start/wizard"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"source": "/start/faq",
|
|
691
|
+
"destination": "/help/faq"
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"source": "/oauth",
|
|
695
|
+
"destination": "/concepts/oauth"
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"source": "/plugins",
|
|
699
|
+
"destination": "/plugin"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"source": "/install/railway",
|
|
703
|
+
"destination": "/railway"
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"source": "/install/northflank",
|
|
707
|
+
"destination": "/northflank"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"source": "/install/northflank/",
|
|
711
|
+
"destination": "/northflank"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"source": "/gcp",
|
|
715
|
+
"destination": "/platforms/gcp"
|
|
716
|
+
}
|
|
717
|
+
],
|
|
718
|
+
"navigation": {
|
|
719
|
+
"languages": [
|
|
720
|
+
{
|
|
721
|
+
"language": "en",
|
|
722
|
+
"tabs": [
|
|
723
|
+
{
|
|
724
|
+
"tab": "Get started",
|
|
725
|
+
"groups": [
|
|
726
|
+
{
|
|
727
|
+
"group": "Overview",
|
|
728
|
+
"pages": ["index", "concepts/features", "start/showcase", "start/lore"]
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"group": "Installation",
|
|
732
|
+
"pages": [
|
|
733
|
+
"install/index",
|
|
734
|
+
"install/installer",
|
|
735
|
+
"install/docker",
|
|
736
|
+
"install/bun",
|
|
737
|
+
"install/nix",
|
|
738
|
+
"install/ansible",
|
|
739
|
+
"install/development-channels",
|
|
740
|
+
"install/updating",
|
|
741
|
+
"install/uninstall"
|
|
742
|
+
]
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"group": "Setup",
|
|
746
|
+
"pages": [
|
|
747
|
+
"start/getting-started",
|
|
748
|
+
"start/quickstart",
|
|
749
|
+
"start/wizard",
|
|
750
|
+
"start/setup",
|
|
751
|
+
"start/onboarding",
|
|
752
|
+
"start/pairing",
|
|
753
|
+
"start/milaidy",
|
|
754
|
+
"start/hubs",
|
|
755
|
+
"start/docs-directory"
|
|
756
|
+
]
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"group": "Platforms",
|
|
760
|
+
"pages": [
|
|
761
|
+
"platforms/index",
|
|
762
|
+
"platforms/macos",
|
|
763
|
+
"platforms/linux",
|
|
764
|
+
"platforms/windows",
|
|
765
|
+
"platforms/android",
|
|
766
|
+
"platforms/ios"
|
|
767
|
+
]
|
|
768
|
+
}
|
|
769
|
+
]
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"tab": "Channels",
|
|
773
|
+
"groups": [
|
|
774
|
+
{
|
|
775
|
+
"group": "Overview",
|
|
776
|
+
"pages": ["channels/index"]
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"group": "Messaging platforms",
|
|
780
|
+
"pages": [
|
|
781
|
+
"channels/whatsapp",
|
|
782
|
+
"channels/telegram",
|
|
783
|
+
"channels/grammy",
|
|
784
|
+
"channels/discord",
|
|
785
|
+
"channels/slack",
|
|
786
|
+
"channels/feishu",
|
|
787
|
+
"channels/googlechat",
|
|
788
|
+
"channels/mattermost",
|
|
789
|
+
"channels/signal",
|
|
790
|
+
"channels/imessage",
|
|
791
|
+
"channels/msteams",
|
|
792
|
+
"channels/line",
|
|
793
|
+
"channels/matrix",
|
|
794
|
+
"channels/zalo",
|
|
795
|
+
"channels/zalouser"
|
|
796
|
+
]
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"group": "Configuration",
|
|
800
|
+
"pages": [
|
|
801
|
+
"concepts/group-messages",
|
|
802
|
+
"concepts/groups",
|
|
803
|
+
"broadcast-groups",
|
|
804
|
+
"concepts/channel-routing",
|
|
805
|
+
"channels/location",
|
|
806
|
+
"channels/troubleshooting"
|
|
807
|
+
]
|
|
808
|
+
}
|
|
809
|
+
]
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"tab": "Agents",
|
|
813
|
+
"groups": [
|
|
814
|
+
{
|
|
815
|
+
"group": "Fundamentals",
|
|
816
|
+
"pages": [
|
|
817
|
+
"concepts/architecture",
|
|
818
|
+
"concepts/agent",
|
|
819
|
+
"concepts/agent-loop",
|
|
820
|
+
"concepts/system-prompt",
|
|
821
|
+
"concepts/context",
|
|
822
|
+
"concepts/agent-workspace",
|
|
823
|
+
"concepts/oauth"
|
|
824
|
+
]
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"group": "Sessions and memory",
|
|
828
|
+
"pages": [
|
|
829
|
+
"concepts/session",
|
|
830
|
+
"concepts/sessions",
|
|
831
|
+
"concepts/session-pruning",
|
|
832
|
+
"concepts/session-tool",
|
|
833
|
+
"concepts/memory",
|
|
834
|
+
"concepts/compaction"
|
|
835
|
+
]
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"group": "Multi-agent",
|
|
839
|
+
"pages": ["concepts/multi-agent", "concepts/presence"]
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"group": "Messages and delivery",
|
|
843
|
+
"pages": [
|
|
844
|
+
"concepts/messages",
|
|
845
|
+
"concepts/streaming",
|
|
846
|
+
"concepts/retry",
|
|
847
|
+
"concepts/queue"
|
|
848
|
+
]
|
|
849
|
+
}
|
|
850
|
+
]
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"tab": "Tools",
|
|
854
|
+
"groups": [
|
|
855
|
+
{
|
|
856
|
+
"group": "Overview",
|
|
857
|
+
"pages": ["tools/index"]
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"group": "Built-in tools",
|
|
861
|
+
"pages": [
|
|
862
|
+
"tools/llm-task",
|
|
863
|
+
"tools/exec",
|
|
864
|
+
"tools/web",
|
|
865
|
+
"tools/apply-patch",
|
|
866
|
+
"tools/elevated",
|
|
867
|
+
"tools/thinking",
|
|
868
|
+
"tools/reactions"
|
|
869
|
+
]
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"group": "Browser",
|
|
873
|
+
"pages": [
|
|
874
|
+
"tools/browser",
|
|
875
|
+
"tools/browser-login",
|
|
876
|
+
"tools/chrome-extension",
|
|
877
|
+
"tools/browser-linux-troubleshooting"
|
|
878
|
+
]
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"group": "Agent coordination",
|
|
882
|
+
"pages": ["tools/agent-send", "tools/subagents", "multi-agent-sandbox-tools"]
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"group": "Skills and extensions",
|
|
886
|
+
"pages": [
|
|
887
|
+
"tools/slash-commands",
|
|
888
|
+
"tools/skills",
|
|
889
|
+
"tools/skills-config",
|
|
890
|
+
"tools/clawhub",
|
|
891
|
+
"plugin",
|
|
892
|
+
"plugins/voice-call",
|
|
893
|
+
"plugins/zalouser"
|
|
894
|
+
]
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"group": "Automation",
|
|
898
|
+
"pages": [
|
|
899
|
+
"hooks",
|
|
900
|
+
"automation/cron-jobs",
|
|
901
|
+
"automation/cron-vs-heartbeat",
|
|
902
|
+
"automation/webhook",
|
|
903
|
+
"automation/gmail-pubsub",
|
|
904
|
+
"automation/poll",
|
|
905
|
+
"automation/auth-monitoring"
|
|
906
|
+
]
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"group": "Media and devices",
|
|
910
|
+
"pages": [
|
|
911
|
+
"nodes/index",
|
|
912
|
+
"nodes/images",
|
|
913
|
+
"nodes/audio",
|
|
914
|
+
"nodes/camera",
|
|
915
|
+
"nodes/talk",
|
|
916
|
+
"nodes/voicewake",
|
|
917
|
+
"nodes/location-command"
|
|
918
|
+
]
|
|
919
|
+
}
|
|
920
|
+
]
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"tab": "Models",
|
|
924
|
+
"groups": [
|
|
925
|
+
{
|
|
926
|
+
"group": "Overview",
|
|
927
|
+
"pages": ["providers/index", "providers/models", "concepts/models"]
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"group": "Configuration",
|
|
931
|
+
"pages": ["concepts/model-providers", "concepts/model-failover"]
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"group": "Providers",
|
|
935
|
+
"pages": [
|
|
936
|
+
"providers/anthropic",
|
|
937
|
+
"providers/openai",
|
|
938
|
+
"providers/openrouter",
|
|
939
|
+
"bedrock",
|
|
940
|
+
"providers/vercel-ai-gateway",
|
|
941
|
+
"providers/moonshot",
|
|
942
|
+
"providers/minimax",
|
|
943
|
+
"providers/opencode",
|
|
944
|
+
"providers/glm",
|
|
945
|
+
"providers/zai",
|
|
946
|
+
"providers/synthetic"
|
|
947
|
+
]
|
|
948
|
+
}
|
|
949
|
+
]
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"tab": "Infrastructure",
|
|
953
|
+
"groups": [
|
|
954
|
+
{
|
|
955
|
+
"group": "Gateway",
|
|
956
|
+
"pages": [
|
|
957
|
+
"gateway/index",
|
|
958
|
+
{
|
|
959
|
+
"group": "Configuration and operations",
|
|
960
|
+
"pages": [
|
|
961
|
+
"gateway/configuration",
|
|
962
|
+
"gateway/configuration-examples",
|
|
963
|
+
"gateway/authentication",
|
|
964
|
+
"gateway/health",
|
|
965
|
+
"gateway/heartbeat",
|
|
966
|
+
"gateway/doctor",
|
|
967
|
+
"gateway/logging",
|
|
968
|
+
"gateway/gateway-lock",
|
|
969
|
+
"gateway/background-process",
|
|
970
|
+
"gateway/multiple-gateways",
|
|
971
|
+
"gateway/troubleshooting"
|
|
972
|
+
]
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"group": "Security and sandboxing",
|
|
976
|
+
"pages": [
|
|
977
|
+
"gateway/security/index",
|
|
978
|
+
"gateway/sandboxing",
|
|
979
|
+
"gateway/sandbox-vs-tool-policy-vs-elevated"
|
|
980
|
+
]
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"group": "Protocols and APIs",
|
|
984
|
+
"pages": [
|
|
985
|
+
"gateway/protocol",
|
|
986
|
+
"gateway/bridge-protocol",
|
|
987
|
+
"gateway/openai-http-api",
|
|
988
|
+
"gateway/tools-invoke-http-api",
|
|
989
|
+
"gateway/cli-backends",
|
|
990
|
+
"gateway/local-models"
|
|
991
|
+
]
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"group": "Networking and discovery",
|
|
995
|
+
"pages": [
|
|
996
|
+
"gateway/network-model",
|
|
997
|
+
"gateway/pairing",
|
|
998
|
+
"gateway/discovery",
|
|
999
|
+
"gateway/bonjour"
|
|
1000
|
+
]
|
|
1001
|
+
}
|
|
1002
|
+
]
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"group": "Remote access and deployment",
|
|
1006
|
+
"pages": [
|
|
1007
|
+
"gateway/remote",
|
|
1008
|
+
"gateway/remote-gateway-readme",
|
|
1009
|
+
"gateway/tailscale",
|
|
1010
|
+
"platforms/fly",
|
|
1011
|
+
"platforms/hetzner",
|
|
1012
|
+
"platforms/gcp",
|
|
1013
|
+
"platforms/macos-vm",
|
|
1014
|
+
"platforms/exe-dev",
|
|
1015
|
+
"railway",
|
|
1016
|
+
"render",
|
|
1017
|
+
"northflank"
|
|
1018
|
+
]
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"group": "Security",
|
|
1022
|
+
"pages": ["security/formal-verification"]
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"group": "Web interfaces",
|
|
1026
|
+
"pages": ["web/index", "web/control-ui", "web/dashboard", "web/webchat", "tui"]
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"group": "macOS companion app",
|
|
1030
|
+
"pages": [
|
|
1031
|
+
"platforms/mac/dev-setup",
|
|
1032
|
+
"platforms/mac/menu-bar",
|
|
1033
|
+
"platforms/mac/voicewake",
|
|
1034
|
+
"platforms/mac/voice-overlay",
|
|
1035
|
+
"platforms/mac/webchat",
|
|
1036
|
+
"platforms/mac/canvas",
|
|
1037
|
+
"platforms/mac/child-process",
|
|
1038
|
+
"platforms/mac/health",
|
|
1039
|
+
"platforms/mac/icon",
|
|
1040
|
+
"platforms/mac/logging",
|
|
1041
|
+
"platforms/mac/permissions",
|
|
1042
|
+
"platforms/mac/remote",
|
|
1043
|
+
"platforms/mac/signing",
|
|
1044
|
+
"platforms/mac/release",
|
|
1045
|
+
"platforms/mac/bundled-gateway",
|
|
1046
|
+
"platforms/mac/xpc",
|
|
1047
|
+
"platforms/mac/skills",
|
|
1048
|
+
"platforms/mac/peekaboo"
|
|
1049
|
+
]
|
|
1050
|
+
}
|
|
1051
|
+
]
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"tab": "Reference",
|
|
1055
|
+
"groups": [
|
|
1056
|
+
{
|
|
1057
|
+
"group": "CLI commands",
|
|
1058
|
+
"pages": [
|
|
1059
|
+
"cli/index",
|
|
1060
|
+
"cli/agent",
|
|
1061
|
+
"cli/agents",
|
|
1062
|
+
"cli/approvals",
|
|
1063
|
+
"cli/browser",
|
|
1064
|
+
"cli/channels",
|
|
1065
|
+
"cli/configure",
|
|
1066
|
+
"cli/cron",
|
|
1067
|
+
"cli/dashboard",
|
|
1068
|
+
"cli/directory",
|
|
1069
|
+
"cli/dns",
|
|
1070
|
+
"cli/docs",
|
|
1071
|
+
"cli/doctor",
|
|
1072
|
+
"cli/gateway",
|
|
1073
|
+
"cli/health",
|
|
1074
|
+
"cli/hooks",
|
|
1075
|
+
"cli/logs",
|
|
1076
|
+
"cli/memory",
|
|
1077
|
+
"cli/message",
|
|
1078
|
+
"cli/models",
|
|
1079
|
+
"cli/nodes",
|
|
1080
|
+
"cli/onboard",
|
|
1081
|
+
"cli/pairing",
|
|
1082
|
+
"cli/plugins",
|
|
1083
|
+
"cli/reset",
|
|
1084
|
+
"cli/sandbox",
|
|
1085
|
+
"cli/security",
|
|
1086
|
+
"cli/sessions",
|
|
1087
|
+
"cli/setup",
|
|
1088
|
+
"cli/skills",
|
|
1089
|
+
"cli/status",
|
|
1090
|
+
"cli/system",
|
|
1091
|
+
"cli/tui",
|
|
1092
|
+
"cli/uninstall",
|
|
1093
|
+
"cli/update",
|
|
1094
|
+
"cli/voicecall"
|
|
1095
|
+
]
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"group": "RPC and API",
|
|
1099
|
+
"pages": ["reference/rpc", "reference/device-models"]
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
"group": "Templates",
|
|
1103
|
+
"pages": [
|
|
1104
|
+
"reference/AGENTS.default",
|
|
1105
|
+
"reference/templates/AGENTS",
|
|
1106
|
+
"reference/templates/BOOT",
|
|
1107
|
+
"reference/templates/BOOTSTRAP",
|
|
1108
|
+
"reference/templates/HEARTBEAT",
|
|
1109
|
+
"reference/templates/IDENTITY",
|
|
1110
|
+
"reference/templates/TOOLS",
|
|
1111
|
+
"reference/templates/USER"
|
|
1112
|
+
]
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"group": "Technical reference",
|
|
1116
|
+
"pages": [
|
|
1117
|
+
"concepts/typebox",
|
|
1118
|
+
"concepts/markdown-formatting",
|
|
1119
|
+
"concepts/typing-indicators",
|
|
1120
|
+
"concepts/usage-tracking",
|
|
1121
|
+
"concepts/timezone",
|
|
1122
|
+
"token-use"
|
|
1123
|
+
]
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"group": "Project",
|
|
1127
|
+
"pages": ["reference/credits"]
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"group": "Release notes",
|
|
1131
|
+
"pages": ["reference/RELEASING", "reference/test"]
|
|
1132
|
+
}
|
|
1133
|
+
]
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"tab": "Help",
|
|
1137
|
+
"groups": [
|
|
1138
|
+
{
|
|
1139
|
+
"group": "Help",
|
|
1140
|
+
"pages": ["help/index", "help/troubleshooting", "help/faq"]
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"group": "Environment and debugging",
|
|
1144
|
+
"pages": [
|
|
1145
|
+
"environment",
|
|
1146
|
+
"debugging",
|
|
1147
|
+
"testing",
|
|
1148
|
+
"reference/session-management-compaction"
|
|
1149
|
+
]
|
|
1150
|
+
}
|
|
1151
|
+
]
|
|
1152
|
+
}
|
|
1153
|
+
]
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"language": "zh-Hans",
|
|
1157
|
+
"tabs": [
|
|
1158
|
+
{
|
|
1159
|
+
"tab": "Get started",
|
|
1160
|
+
"groups": [
|
|
1161
|
+
{
|
|
1162
|
+
"group": "Overview",
|
|
1163
|
+
"pages": ["zh-CN/index", "zh-CN/start/showcase", "zh-CN/start/lore"]
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"group": "Installation",
|
|
1167
|
+
"pages": [
|
|
1168
|
+
"zh-CN/install/index",
|
|
1169
|
+
"zh-CN/install/installer",
|
|
1170
|
+
"zh-CN/install/docker",
|
|
1171
|
+
"zh-CN/install/bun",
|
|
1172
|
+
"zh-CN/install/nix",
|
|
1173
|
+
"zh-CN/install/ansible",
|
|
1174
|
+
"zh-CN/install/development-channels",
|
|
1175
|
+
"zh-CN/install/updating",
|
|
1176
|
+
"zh-CN/install/uninstall"
|
|
1177
|
+
]
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"group": "Setup",
|
|
1181
|
+
"pages": [
|
|
1182
|
+
"zh-CN/start/getting-started",
|
|
1183
|
+
"zh-CN/start/wizard",
|
|
1184
|
+
"zh-CN/start/setup",
|
|
1185
|
+
"zh-CN/start/onboarding",
|
|
1186
|
+
"zh-CN/start/pairing",
|
|
1187
|
+
"zh-CN/start/milaidy",
|
|
1188
|
+
"zh-CN/start/hubs"
|
|
1189
|
+
]
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"group": "Platforms",
|
|
1193
|
+
"pages": [
|
|
1194
|
+
"zh-CN/platforms/index",
|
|
1195
|
+
"zh-CN/platforms/macos",
|
|
1196
|
+
"zh-CN/platforms/linux",
|
|
1197
|
+
"zh-CN/platforms/windows",
|
|
1198
|
+
"zh-CN/platforms/android",
|
|
1199
|
+
"zh-CN/platforms/ios"
|
|
1200
|
+
]
|
|
1201
|
+
}
|
|
1202
|
+
]
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"tab": "Channels",
|
|
1206
|
+
"groups": [
|
|
1207
|
+
{
|
|
1208
|
+
"group": "Overview",
|
|
1209
|
+
"pages": ["zh-CN/channels/index"]
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"group": "Messaging platforms",
|
|
1213
|
+
"pages": [
|
|
1214
|
+
"zh-CN/channels/whatsapp",
|
|
1215
|
+
"zh-CN/channels/telegram",
|
|
1216
|
+
"zh-CN/channels/grammy",
|
|
1217
|
+
"zh-CN/channels/discord",
|
|
1218
|
+
"zh-CN/channels/slack",
|
|
1219
|
+
"zh-CN/channels/feishu",
|
|
1220
|
+
"zh-CN/channels/googlechat",
|
|
1221
|
+
"zh-CN/channels/mattermost",
|
|
1222
|
+
"zh-CN/channels/signal",
|
|
1223
|
+
"zh-CN/channels/imessage",
|
|
1224
|
+
"zh-CN/channels/msteams",
|
|
1225
|
+
"zh-CN/channels/line",
|
|
1226
|
+
"zh-CN/channels/matrix",
|
|
1227
|
+
"zh-CN/channels/zalo",
|
|
1228
|
+
"zh-CN/channels/zalouser"
|
|
1229
|
+
]
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"group": "Configuration",
|
|
1233
|
+
"pages": [
|
|
1234
|
+
"zh-CN/concepts/group-messages",
|
|
1235
|
+
"zh-CN/concepts/groups",
|
|
1236
|
+
"zh-CN/broadcast-groups",
|
|
1237
|
+
"zh-CN/concepts/channel-routing",
|
|
1238
|
+
"zh-CN/channels/location",
|
|
1239
|
+
"zh-CN/channels/troubleshooting"
|
|
1240
|
+
]
|
|
1241
|
+
}
|
|
1242
|
+
]
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"tab": "Agents",
|
|
1246
|
+
"groups": [
|
|
1247
|
+
{
|
|
1248
|
+
"group": "Fundamentals",
|
|
1249
|
+
"pages": [
|
|
1250
|
+
"zh-CN/concepts/architecture",
|
|
1251
|
+
"zh-CN/concepts/agent",
|
|
1252
|
+
"zh-CN/concepts/agent-loop",
|
|
1253
|
+
"zh-CN/concepts/system-prompt",
|
|
1254
|
+
"zh-CN/concepts/context",
|
|
1255
|
+
"zh-CN/concepts/agent-workspace",
|
|
1256
|
+
"zh-CN/concepts/oauth"
|
|
1257
|
+
]
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"group": "Sessions and memory",
|
|
1261
|
+
"pages": [
|
|
1262
|
+
"zh-CN/concepts/session",
|
|
1263
|
+
"zh-CN/concepts/sessions",
|
|
1264
|
+
"zh-CN/concepts/session-pruning",
|
|
1265
|
+
"zh-CN/concepts/session-tool",
|
|
1266
|
+
"zh-CN/concepts/memory",
|
|
1267
|
+
"zh-CN/concepts/compaction"
|
|
1268
|
+
]
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"group": "Multi-agent",
|
|
1272
|
+
"pages": ["zh-CN/concepts/multi-agent", "zh-CN/concepts/presence"]
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"group": "Messages and delivery",
|
|
1276
|
+
"pages": [
|
|
1277
|
+
"zh-CN/concepts/messages",
|
|
1278
|
+
"zh-CN/concepts/streaming",
|
|
1279
|
+
"zh-CN/concepts/retry",
|
|
1280
|
+
"zh-CN/concepts/queue"
|
|
1281
|
+
]
|
|
1282
|
+
}
|
|
1283
|
+
]
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"tab": "Tools",
|
|
1287
|
+
"groups": [
|
|
1288
|
+
{
|
|
1289
|
+
"group": "Overview",
|
|
1290
|
+
"pages": ["zh-CN/tools/index"]
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
"group": "Built-in tools",
|
|
1294
|
+
"pages": [
|
|
1295
|
+
"zh-CN/tools/llm-task",
|
|
1296
|
+
"zh-CN/tools/exec",
|
|
1297
|
+
"zh-CN/tools/web",
|
|
1298
|
+
"zh-CN/tools/apply-patch",
|
|
1299
|
+
"zh-CN/tools/elevated",
|
|
1300
|
+
"zh-CN/tools/thinking",
|
|
1301
|
+
"zh-CN/tools/reactions"
|
|
1302
|
+
]
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"group": "Browser",
|
|
1306
|
+
"pages": [
|
|
1307
|
+
"zh-CN/tools/browser",
|
|
1308
|
+
"zh-CN/tools/browser-login",
|
|
1309
|
+
"zh-CN/tools/chrome-extension",
|
|
1310
|
+
"zh-CN/tools/browser-linux-troubleshooting"
|
|
1311
|
+
]
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"group": "Agent coordination",
|
|
1315
|
+
"pages": [
|
|
1316
|
+
"zh-CN/tools/agent-send",
|
|
1317
|
+
"zh-CN/tools/subagents",
|
|
1318
|
+
"zh-CN/multi-agent-sandbox-tools"
|
|
1319
|
+
]
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"group": "Skills and extensions",
|
|
1323
|
+
"pages": [
|
|
1324
|
+
"zh-CN/tools/slash-commands",
|
|
1325
|
+
"zh-CN/tools/skills",
|
|
1326
|
+
"zh-CN/tools/skills-config",
|
|
1327
|
+
"zh-CN/tools/clawhub",
|
|
1328
|
+
"zh-CN/plugin",
|
|
1329
|
+
"zh-CN/plugins/voice-call",
|
|
1330
|
+
"zh-CN/plugins/zalouser"
|
|
1331
|
+
]
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"group": "Automation",
|
|
1335
|
+
"pages": [
|
|
1336
|
+
"zh-CN/hooks",
|
|
1337
|
+
"zh-CN/automation/cron-jobs",
|
|
1338
|
+
"zh-CN/automation/cron-vs-heartbeat",
|
|
1339
|
+
"zh-CN/automation/webhook",
|
|
1340
|
+
"zh-CN/automation/gmail-pubsub",
|
|
1341
|
+
"zh-CN/automation/poll",
|
|
1342
|
+
"zh-CN/automation/auth-monitoring"
|
|
1343
|
+
]
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
"group": "Media and devices",
|
|
1347
|
+
"pages": [
|
|
1348
|
+
"zh-CN/nodes/index",
|
|
1349
|
+
"zh-CN/nodes/images",
|
|
1350
|
+
"zh-CN/nodes/audio",
|
|
1351
|
+
"zh-CN/nodes/camera",
|
|
1352
|
+
"zh-CN/nodes/talk",
|
|
1353
|
+
"zh-CN/nodes/voicewake",
|
|
1354
|
+
"zh-CN/nodes/location-command"
|
|
1355
|
+
]
|
|
1356
|
+
}
|
|
1357
|
+
]
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"tab": "Models",
|
|
1361
|
+
"groups": [
|
|
1362
|
+
{
|
|
1363
|
+
"group": "Overview",
|
|
1364
|
+
"pages": [
|
|
1365
|
+
"zh-CN/providers/index",
|
|
1366
|
+
"zh-CN/providers/models",
|
|
1367
|
+
"zh-CN/concepts/models"
|
|
1368
|
+
]
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"group": "Configuration",
|
|
1372
|
+
"pages": ["zh-CN/concepts/model-providers", "zh-CN/concepts/model-failover"]
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"group": "Providers",
|
|
1376
|
+
"pages": [
|
|
1377
|
+
"zh-CN/providers/anthropic",
|
|
1378
|
+
"zh-CN/providers/openai",
|
|
1379
|
+
"zh-CN/providers/openrouter",
|
|
1380
|
+
"zh-CN/bedrock",
|
|
1381
|
+
"zh-CN/providers/vercel-ai-gateway",
|
|
1382
|
+
"zh-CN/providers/moonshot",
|
|
1383
|
+
"zh-CN/providers/minimax",
|
|
1384
|
+
"zh-CN/providers/opencode",
|
|
1385
|
+
"zh-CN/providers/glm",
|
|
1386
|
+
"zh-CN/providers/zai",
|
|
1387
|
+
"zh-CN/providers/synthetic"
|
|
1388
|
+
]
|
|
1389
|
+
}
|
|
1390
|
+
]
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"tab": "Infrastructure",
|
|
1394
|
+
"groups": [
|
|
1395
|
+
{
|
|
1396
|
+
"group": "Gateway",
|
|
1397
|
+
"pages": [
|
|
1398
|
+
"zh-CN/gateway/index",
|
|
1399
|
+
{
|
|
1400
|
+
"group": "Configuration and operations",
|
|
1401
|
+
"pages": [
|
|
1402
|
+
"zh-CN/gateway/configuration",
|
|
1403
|
+
"zh-CN/gateway/configuration-examples",
|
|
1404
|
+
"zh-CN/gateway/authentication",
|
|
1405
|
+
"zh-CN/gateway/health",
|
|
1406
|
+
"zh-CN/gateway/heartbeat",
|
|
1407
|
+
"zh-CN/gateway/doctor",
|
|
1408
|
+
"zh-CN/gateway/logging",
|
|
1409
|
+
"zh-CN/gateway/gateway-lock",
|
|
1410
|
+
"zh-CN/gateway/background-process",
|
|
1411
|
+
"zh-CN/gateway/multiple-gateways",
|
|
1412
|
+
"zh-CN/gateway/troubleshooting"
|
|
1413
|
+
]
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"group": "Security and sandboxing",
|
|
1417
|
+
"pages": [
|
|
1418
|
+
"zh-CN/gateway/security/index",
|
|
1419
|
+
"zh-CN/gateway/sandboxing",
|
|
1420
|
+
"zh-CN/gateway/sandbox-vs-tool-policy-vs-elevated"
|
|
1421
|
+
]
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"group": "Protocols and APIs",
|
|
1425
|
+
"pages": [
|
|
1426
|
+
"zh-CN/gateway/protocol",
|
|
1427
|
+
"zh-CN/gateway/bridge-protocol",
|
|
1428
|
+
"zh-CN/gateway/openai-http-api",
|
|
1429
|
+
"zh-CN/gateway/tools-invoke-http-api",
|
|
1430
|
+
"zh-CN/gateway/cli-backends",
|
|
1431
|
+
"zh-CN/gateway/local-models"
|
|
1432
|
+
]
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"group": "Networking and discovery",
|
|
1436
|
+
"pages": [
|
|
1437
|
+
"zh-CN/gateway/pairing",
|
|
1438
|
+
"zh-CN/gateway/discovery",
|
|
1439
|
+
"zh-CN/gateway/bonjour"
|
|
1440
|
+
]
|
|
1441
|
+
}
|
|
1442
|
+
]
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"group": "Remote access and deployment",
|
|
1446
|
+
"pages": [
|
|
1447
|
+
"zh-CN/gateway/remote",
|
|
1448
|
+
"zh-CN/gateway/remote-gateway-readme",
|
|
1449
|
+
"zh-CN/gateway/tailscale",
|
|
1450
|
+
"zh-CN/platforms/fly",
|
|
1451
|
+
"zh-CN/platforms/hetzner",
|
|
1452
|
+
"zh-CN/platforms/gcp",
|
|
1453
|
+
"zh-CN/platforms/macos-vm",
|
|
1454
|
+
"zh-CN/platforms/exe-dev",
|
|
1455
|
+
"zh-CN/railway",
|
|
1456
|
+
"zh-CN/render",
|
|
1457
|
+
"zh-CN/northflank"
|
|
1458
|
+
]
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"group": "Security",
|
|
1462
|
+
"pages": ["zh-CN/security/formal-verification"]
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"group": "Web interfaces",
|
|
1466
|
+
"pages": [
|
|
1467
|
+
"zh-CN/web/index",
|
|
1468
|
+
"zh-CN/web/control-ui",
|
|
1469
|
+
"zh-CN/web/dashboard",
|
|
1470
|
+
"zh-CN/web/webchat",
|
|
1471
|
+
"zh-CN/tui"
|
|
1472
|
+
]
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"group": "macOS companion app",
|
|
1476
|
+
"pages": [
|
|
1477
|
+
"zh-CN/platforms/mac/dev-setup",
|
|
1478
|
+
"zh-CN/platforms/mac/menu-bar",
|
|
1479
|
+
"zh-CN/platforms/mac/voicewake",
|
|
1480
|
+
"zh-CN/platforms/mac/voice-overlay",
|
|
1481
|
+
"zh-CN/platforms/mac/webchat",
|
|
1482
|
+
"zh-CN/platforms/mac/canvas",
|
|
1483
|
+
"zh-CN/platforms/mac/child-process",
|
|
1484
|
+
"zh-CN/platforms/mac/health",
|
|
1485
|
+
"zh-CN/platforms/mac/icon",
|
|
1486
|
+
"zh-CN/platforms/mac/logging",
|
|
1487
|
+
"zh-CN/platforms/mac/permissions",
|
|
1488
|
+
"zh-CN/platforms/mac/remote",
|
|
1489
|
+
"zh-CN/platforms/mac/signing",
|
|
1490
|
+
"zh-CN/platforms/mac/release",
|
|
1491
|
+
"zh-CN/platforms/mac/bundled-gateway",
|
|
1492
|
+
"zh-CN/platforms/mac/xpc",
|
|
1493
|
+
"zh-CN/platforms/mac/skills",
|
|
1494
|
+
"zh-CN/platforms/mac/peekaboo"
|
|
1495
|
+
]
|
|
1496
|
+
}
|
|
1497
|
+
]
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"tab": "Reference",
|
|
1501
|
+
"groups": [
|
|
1502
|
+
{
|
|
1503
|
+
"group": "CLI commands",
|
|
1504
|
+
"pages": [
|
|
1505
|
+
"zh-CN/cli/index",
|
|
1506
|
+
"zh-CN/cli/agent",
|
|
1507
|
+
"zh-CN/cli/agents",
|
|
1508
|
+
"zh-CN/cli/approvals",
|
|
1509
|
+
"zh-CN/cli/browser",
|
|
1510
|
+
"zh-CN/cli/channels",
|
|
1511
|
+
"zh-CN/cli/configure",
|
|
1512
|
+
"zh-CN/cli/cron",
|
|
1513
|
+
"zh-CN/cli/dashboard",
|
|
1514
|
+
"zh-CN/cli/directory",
|
|
1515
|
+
"zh-CN/cli/dns",
|
|
1516
|
+
"zh-CN/cli/docs",
|
|
1517
|
+
"zh-CN/cli/doctor",
|
|
1518
|
+
"zh-CN/cli/gateway",
|
|
1519
|
+
"zh-CN/cli/health",
|
|
1520
|
+
"zh-CN/cli/hooks",
|
|
1521
|
+
"zh-CN/cli/logs",
|
|
1522
|
+
"zh-CN/cli/memory",
|
|
1523
|
+
"zh-CN/cli/message",
|
|
1524
|
+
"zh-CN/cli/models",
|
|
1525
|
+
"zh-CN/cli/nodes",
|
|
1526
|
+
"zh-CN/cli/onboard",
|
|
1527
|
+
"zh-CN/cli/pairing",
|
|
1528
|
+
"zh-CN/cli/plugins",
|
|
1529
|
+
"zh-CN/cli/reset",
|
|
1530
|
+
"zh-CN/cli/sandbox",
|
|
1531
|
+
"zh-CN/cli/security",
|
|
1532
|
+
"zh-CN/cli/sessions",
|
|
1533
|
+
"zh-CN/cli/setup",
|
|
1534
|
+
"zh-CN/cli/skills",
|
|
1535
|
+
"zh-CN/cli/status",
|
|
1536
|
+
"zh-CN/cli/system",
|
|
1537
|
+
"zh-CN/cli/tui",
|
|
1538
|
+
"zh-CN/cli/uninstall",
|
|
1539
|
+
"zh-CN/cli/update",
|
|
1540
|
+
"zh-CN/cli/voicecall"
|
|
1541
|
+
]
|
|
1542
|
+
},
|
|
1543
|
+
{
|
|
1544
|
+
"group": "RPC and API",
|
|
1545
|
+
"pages": ["zh-CN/reference/rpc", "zh-CN/reference/device-models"]
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"group": "Templates",
|
|
1549
|
+
"pages": [
|
|
1550
|
+
"zh-CN/reference/AGENTS.default",
|
|
1551
|
+
"zh-CN/reference/templates/AGENTS",
|
|
1552
|
+
"zh-CN/reference/templates/BOOT",
|
|
1553
|
+
"zh-CN/reference/templates/BOOTSTRAP",
|
|
1554
|
+
"zh-CN/reference/templates/HEARTBEAT",
|
|
1555
|
+
"zh-CN/reference/templates/IDENTITY",
|
|
1556
|
+
"zh-CN/reference/templates/TOOLS",
|
|
1557
|
+
"zh-CN/reference/templates/USER"
|
|
1558
|
+
]
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"group": "Technical reference",
|
|
1562
|
+
"pages": [
|
|
1563
|
+
"zh-CN/concepts/typebox",
|
|
1564
|
+
"zh-CN/concepts/markdown-formatting",
|
|
1565
|
+
"zh-CN/concepts/typing-indicators",
|
|
1566
|
+
"zh-CN/concepts/usage-tracking",
|
|
1567
|
+
"zh-CN/concepts/timezone",
|
|
1568
|
+
"zh-CN/token-use"
|
|
1569
|
+
]
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
"group": "Release notes",
|
|
1573
|
+
"pages": ["zh-CN/reference/RELEASING", "zh-CN/reference/test"]
|
|
1574
|
+
}
|
|
1575
|
+
]
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
"tab": "Help",
|
|
1579
|
+
"groups": [
|
|
1580
|
+
{
|
|
1581
|
+
"group": "Help",
|
|
1582
|
+
"pages": ["zh-CN/help/index", "zh-CN/help/troubleshooting", "zh-CN/help/faq"]
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"group": "Environment and debugging",
|
|
1586
|
+
"pages": [
|
|
1587
|
+
"zh-CN/environment",
|
|
1588
|
+
"zh-CN/debugging",
|
|
1589
|
+
"zh-CN/testing",
|
|
1590
|
+
"zh-CN/reference/session-management-compaction"
|
|
1591
|
+
]
|
|
1592
|
+
}
|
|
1593
|
+
]
|
|
1594
|
+
}
|
|
1595
|
+
]
|
|
1596
|
+
}
|
|
1597
|
+
]
|
|
1598
|
+
}
|
|
1599
|
+
}
|