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
docs: bring the README in line with what actually ships
The repo grew from five projects to nine over several sessions and the docs
lagged behind in three places:
- The integrations table listed only openclaw-os and OpenUI. Added Fabric,
Caveman, Ponytail and Ruflo, and retitled it to make clear these are mounted
into every agent rather than run as services.
- The architecture diagram predated claude-code, the embed proxies and the whole
mounted layer. Redrawn to show all six services with their real ports, the
proxies that let openclaw/hermes render inside the Hub, and the Docker entry
point.
- `aios updates` (agent-supervised upstream updates) was missing from the command
reference entirely, and `aios update` didn't mention that it now re-mounts
skills too.
Also updated the GitHub repo metadata to match: description now says nine
projects rather than five, homepage points at the Pages root instead of /docs,
and 20 topics added for discoverability (the API caps it at 20).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+33-22Lines changed: 33 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,37 +117,47 @@ aios url # open the Control Room
117
117
|**claude-code**| Claude Code as an OpenAI-compatible API |`8000`|[codingworkflow/claude-code-api](https://github.com/codingworkflow/claude-code-api)|
118
118
|**LifeOS**| Shared identity + skills mounted into the agents | — |[danielmiessler/LifeOS](https://github.com/danielmiessler/LifeOS)|
119
119
120
-
Plus two integrations that glue it together:
120
+
Plus the integrations that glue it together — these aren't services, they're mounted into every agent:
121
121
122
122
|| Role | Upstream |
123
123
|---|---|---|
124
124
|**AIOS Hub**| The Control Room — unified dashboard + interconnect (`:8787`) |*(this repo)*|
125
125
|**openclaw-os**| openclaw's generative-UI **dashboard** (a plugin, not an agent) |[thesys](https://github.com/thesysdev/openclaw-os)|
126
126
|**OpenUI**| Generative-UI standard, mounted into every agent |[openui.com](https://www.openui.com)|
127
+
|**Fabric**|**255 task patterns** run on your own model — `summarize`, `extract_wisdom`, … |[danielmiessler/fabric](https://github.com/danielmiessler/fabric)|
Single source of truth: aios.config.yaml + .env → rendered into each project
159
+
Single control surface: aios <command> → state in .aios/aios.db
160
+
Or run the whole thing: docker compose up -d
151
161
```
152
162
153
163
## ✨ What you get
@@ -173,7 +183,8 @@ Plus two integrations that glue it together:
173
183
|`aios restart [svc…\|all]`| Force a clean respawn (picks up new code after an update). `aios update` does this automatically. |
174
184
|`aios status`| Table of each service: state, port, PID, health. |
175
185
|`aios doctor`| Diagnose tools, config, deps and ports — with the exact fix for each. |
176
-
|`aios update [--check]`|`git pull` + reinstall changed deps + re-render. `--check` just reports if updates exist (also auto-checked on start). |
186
+
|`aios update [--check]`|`git pull` + reinstall changed deps + re-render + re-mount skills. `--check` just reports if updates exist (also auto-checked on start). |
187
+
|`aios updates [--apply P]`|**Supervised** upstream updates — an agent reviews the commits and returns SAFE/RISKY/BLOCK before anything is applied; `--rollback P` restores a previous version. |
177
188
|`aios autostart enable\|disable`| Run The AI OS on login/boot (Startup shortcut on Windows, systemd/`.bashrc` on Linux/WSL). |
178
189
|`aios exec <cmd>`| Run a command through the agents' own **guardrailed, audited** shell. |
179
190
|`aios channels`| List the **28 messaging channels** the gateway can bridge, and which are configured. |
0 commit comments