mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-30 18:56:16 +00:00
docs(agents): make Kimi Headroom proxy opt-in
Keep Kimi Code on the direct Kimi endpoint by default; document the Headroom proxy as an opt-in via KIMI_BASE_URL env var. Avoids breaking Kimi OAuth/search/fetch services when the proxy is not needed.
This commit is contained in:
parent
dc8994ee49
commit
32e696217c
1 changed files with 3 additions and 3 deletions
|
|
@ -53,9 +53,9 @@ workstation.
|
|||
with `ANTHROPIC_BASE_URL=http://127.0.0.1:8787` for automatic compression.
|
||||
- **Kimi Code proxy**: `headroom-kimi-proxy.service` on port 8789. Routes Kimi
|
||||
Code through Headroom using the OpenAI-compatible Kimi endpoint. Started via
|
||||
systemd user unit; `~/.kimi/config.toml` points `managed:kimi-code` at
|
||||
`http://127.0.0.1:8789`. To bypass temporarily:
|
||||
`KIMI_BASE_URL=https://api.kimi.com/coding/v1 kimi`.
|
||||
systemd user unit. `~/.kimi/config.toml` uses the direct Kimi endpoint by
|
||||
default; to enable compression, run:
|
||||
`KIMI_BASE_URL=http://127.0.0.1:8789 kimi`.
|
||||
- **Memory**: `headroom proxy --memory --learn` enables persistent memory and
|
||||
automatic failure-pattern mining → AGENTS.md updates.
|
||||
- **Project config** lives in `.headroom/` at the repo root.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue