You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting-started/installation.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Install GoClaw directly on your machine. You manage Go, PostgreSQL, and the bina
20
20
21
21
### Step 1: Install PostgreSQL + pgvector
22
22
23
-
GoClaw requires **PostgreSQL 15+** with the **pgvector** extension (for vector similarity search in memory and skills).
23
+
GoClaw requires **PostgreSQL 15+** with the **pgvector** extension (for vector similarity search in memory and skills). Docker deployments use **PostgreSQL 18** with pgvector (`pgvector/pgvector:pg18` image).
| Dashboard | Basic web UI | Full management dashboard |
24
24
25
25
## Config Mapping
@@ -81,10 +81,19 @@ Additional context files for advanced features:
81
81
|`MEMORY.md`| Long-term curated memory |
82
82
|`DELEGATION.md`| Delegation instructions for sub-agents |
83
83
|`TEAM.md`| Team coordination rules |
84
-
|`AVAILABILITY.md`| Agent availability schedule |
84
+
85
+
GoClaw supports both agent-level (shared) and per-user context file overrides. The file names listed are conventions, not requirements.
85
86
86
87
**Key difference:** OpenClaw stores these on the filesystem. GoClaw stores them in PostgreSQL with per-user scoping — each user can have their own version of context files for the same agent.
Copy file name to clipboardExpand all lines: getting-started/quick-start.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ On first login, the dashboard automatically navigates to the **Setup Wizard**. T
19
19
2.**Create your first agent** — give it a name, system prompt, and select the provider/model from above.
20
20
3.**Connect a channel** (optional) — link Telegram, Discord, WhatsApp, Zalo, Larksuite, or Slack.
21
21
22
+
> **Tip:** You can click **"Skip setup and go to dashboard"** at the top of the wizard to skip it entirely and configure everything manually later. The Channel step (step 3) also has a **Skip** button if you don't need Telegram/Discord/etc. yet — you can always add channels later.
23
+
22
24
After completing the wizard, you're ready to chat.
Copy file name to clipboardExpand all lines: getting-started/web-dashboard-tour.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ Enable and configure messaging channels:
99
99
-**WhatsApp** — Connection QR code
100
100
-**Zalo** — App credentials
101
101
-**Zalo Personal** — Personal Zalo account integration
102
-
-**Larksuite** — App ID and secret
102
+
-**Feishu / Lark** — App ID and secret
103
103
-**Slack** — Bot token, workspace settings
104
104
105
105
#### Nodes
@@ -175,7 +175,7 @@ Delegation history across all agents — track which agents delegated tasks to o
175
175
176
176
#### Usage
177
177
178
-
Usage metrics and cost tracking — monitor token consumption, API calls, and costs per agent/channel.
178
+
Usage metrics and cost tracking — monitor token consumption, API calls, and costs per agent/channel. Accessed via the **Usage** tab on the Overview page, not a separate sidebar item.
Copy file name to clipboardExpand all lines: vi/getting-started/installation.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Cài GoClaw trực tiếp trên máy. Bạn tự quản lý Go, PostgreSQL và b
22
22
23
23
### Bước 1: Cài PostgreSQL + pgvector
24
24
25
-
GoClaw yêu cầu **PostgreSQL 15+** với extension **pgvector** (dùng cho tìm kiếm vector trong memory và skills).
25
+
GoClaw yêu cầu **PostgreSQL 15+** với extension **pgvector** (dùng cho tìm kiếm vector trong memory và skills). Triển khai qua Docker sử dụng **PostgreSQL 18** với pgvector (image `pgvector/pgvector:pg18`).
0 commit comments