runtime config: document GLM/Kimi worker providers
ci / gates (push) Has been cancelled
ci / rust (push) Has been cancelled
ci / sandbox-k8s (push) Has been cancelled
ci / frontend (push) Has been cancelled
ci / e2e (push) Has been cancelled

ZeroClaw already supports glm + moonshot (Kimi) as model providers; document the
pattern to run a topology worker on them (env model+key, agent on the alias,
role->alias via ZEROCLAW_AGENT_MAP).

Co-Authored-By: Claude Opus 4.8 <[email protected]>
This commit is contained in:
Omar Sobh
2026-06-17 04:18:33 -07:00
co-authored by Claude Opus 4.8
parent 2ec8832ef6
commit cbbe197a6d
@@ -42,6 +42,24 @@ mcp_config = "/zeroclaw-data/clawmates-mcp.json"
# model_provider = "claude_cli.door" # model_provider = "claude_cli.door"
# risk_profile = "toolfree" # risk_profile = "toolfree"
# --- Extra worker LLMs: GLM (Zhipu) and Kimi (Moonshot) ---
# Both are first-class ZeroClaw providers (glm, moonshot; alias "kimi"). To run a
# topology WORKER on them, set model + key via env (TOML sub-tables parse empty)
# and point an agent at the alias. The orchestrator's role→alias map
# (ZEROCLAW_AGENT_MAP) then selects e.g. researcher=worker_kimi, analyst=worker_glm.
# ZEROCLAW_providers__models__glm__default__model=glm-4.6
# ZEROCLAW_providers__models__glm__default__api_key=<GLM key>
# ZEROCLAW_providers__models__moonshot__default__model=kimi-k2-0905-preview
# ZEROCLAW_providers__models__moonshot__default__api_key=<Kimi key>
# [providers.models.glm.default]
# [providers.models.moonshot.default]
# [agents.worker_glm]
# model_provider = "glm.default"
# risk_profile = "toolfree"
# [agents.worker_kimi]
# model_provider = "moonshot.default"
# risk_profile = "toolfree"
# Tool-free profile — agents can only reason + call the MCP door (tools inject # Tool-free profile — agents can only reason + call the MCP door (tools inject
# AFTER this allowlist filter). `level = "full"` removes ZeroClaw's OWN approval # AFTER this allowlist filter). `level = "full"` removes ZeroClaw's OWN approval
# prompts so the agent is autonomous; governance happens at the Clawmates door # prompts so the agent is autonomous; governance happens at the Clawmates door