Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ An OpenClaw memory and evolution management tool — a cross-platform desktop ap

ClawScope is a local-first desktop control plane: React renders the memory, configuration, and evolution workspaces; Tauri IPC forwards UI actions into the Rust command layer; and Rust talks to OpenClaw Gateway over WebSocket to access agents, memory, configuration, and evolution targets. Local JSON storage only keeps connection identity, endpoints, audit history, and snapshots for reconnect, traceability, and rollback.

![ClawScope system architecture](public/images/diagrams/clawscope-system-architecture.svg)
![ClawScope system architecture](public/images/diagrams/clawscope-system-architecture-en.svg)

## Quick Start

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ An OpenClaw memory and evolution management tool — a cross-platform desktop ap

ClawScope is a local-first desktop control plane: React renders the memory, configuration, and evolution workspaces; Tauri IPC forwards UI actions into the Rust command layer; and Rust talks to OpenClaw Gateway over WebSocket to access agents, memory, configuration, and evolution targets. Local JSON storage only keeps connection identity, endpoints, audit history, and snapshots for reconnect, traceability, and rollback.

![ClawScope system architecture](public/images/diagrams/clawscope-system-architecture.svg)
![ClawScope system architecture](public/images/diagrams/clawscope-system-architecture-en.svg)

## Quick Start

Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ OpenClaw 记忆与进化管理工具 — 基于 Tauri 2 + Rust 构建的跨平

ClawScope 是一个本地优先的桌面控制面:React 负责记忆、配置、进化等工作视图,Tauri IPC 将界面动作转发到 Rust 命令层,Rust 侧再通过 OpenClaw Gateway 的 WebSocket 协议访问 Agent、记忆、配置与进化目标。本地 JSON 存储只保存连接身份、端点、审计历史与快照,用于重连、追踪和回滚。

![ClawScope 系统架构图](public/images/diagrams/clawscope-system-architecture.svg)
![ClawScope 系统架构图](public/images/diagrams/clawscope-system-architecture-zh.svg)

## 快速开始

Expand Down
217 changes: 217 additions & 0 deletions public/images/diagrams/clawscope-system-architecture-en.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading