Update nexus: fix conflicts and sync local changes

This commit is contained in:
Shen Wei
2026-04-26 12:06:50 +08:00
parent 191797c01b
commit f09834b5a5
2443 changed files with 254323 additions and 255154 deletions

View File

@@ -1,34 +1,34 @@
# OpenClaw Integration
OpenClaw agents are installed as workspaces containing `SOUL.md`, `AGENTS.md`,
and `IDENTITY.md` files. The installer copies each workspace into
`~/.openclaw/agency-agents/` and registers it when the `openclaw` CLI is
available.
Before installing, generate the OpenClaw workspaces:
```bash
./scripts/convert.sh --tool openclaw
```
## Install
```bash
./scripts/install.sh --tool openclaw
```
## Activate an Agent
After installation, agents are available by `agentId` in OpenClaw sessions.
If the OpenClaw gateway is already running, restart it after installation:
```bash
openclaw gateway restart
```
## Regenerate
```bash
./scripts/convert.sh --tool openclaw
```
# OpenClaw Integration
OpenClaw agents are installed as workspaces containing `SOUL.md`, `AGENTS.md`,
and `IDENTITY.md` files. The installer copies each workspace into
`~/.openclaw/agency-agents/` and registers it when the `openclaw` CLI is
available.
Before installing, generate the OpenClaw workspaces:
```bash
./scripts/convert.sh --tool openclaw
```
## Install
```bash
./scripts/install.sh --tool openclaw
```
## Activate an Agent
After installation, agents are available by `agentId` in OpenClaw sessions.
If the OpenClaw gateway is already running, restart it after installation:
```bash
openclaw gateway restart
```
## Regenerate
```bash
./scripts/convert.sh --tool openclaw
```