Skip to content

Commit 89c912a

Browse files
HexHexaField
authored andcommitted
docs: add openclaw to zeroclaw migration guide
1 parent 532665f commit 89c912a

File tree

2 files changed

+526
-0
lines changed

2 files changed

+526
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Real-time architecture view showing every module, its subscriptions, and event f
5050

5151
Connects to an AI agent runtime (currently OpenClaw) via authenticated WebSocket with challenge-response device identity. Entity events trigger autonomous agent work; notification events surface for user response. Designed for full backend independence — a native agent core (session store, tool runtime, LLM router, multi-agent orchestration) replaces the external bridge.
5252

53+
For the repo-specific cutover plan, see [`specs/openclaw-to-zeroclaw-migration.md`](specs/openclaw-to-zeroclaw-migration.md).
54+
5355
## Architecture
5456

5557
TypeScript monorepo. SolidJS client, Express server, shared core library. Modules export `init(bus)` and `status()` — nothing else. The event bus is the only integration surface.

0 commit comments

Comments
 (0)