docs: add base gateway configuration for local development

This commit is contained in:
Abhimanyu Saharan
2026-02-10 19:03:53 +05:30
parent 01888062a6
commit ac3b4db89f
3 changed files with 169 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ Mission Control can call into an OpenClaw Gateway over WebSockets.
- Client: `backend/app/integrations/openclaw_gateway.py`
- Known methods/events: `backend/app/integrations/openclaw_gateway_protocol.py`
- Protocol doc: `docs/openclaw_gateway_ws.md`
- Base gateway config (getting started): `docs/openclaw_gateway_base_config.md`
## Request flows