Skip to content
Merged
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
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Today, Alice ships with:
- **CLI**
- **MCP server**
- **OpenClaw adapter**
- **OpenClaw one-command demo**
- **Importers**
- OpenClaw
- Markdown
Expand All @@ -107,6 +108,12 @@ cp .env.example .env
docker compose up -d
```

Run the OpenClaw end-to-end demo:

```bash
./scripts/use_alice_with_openclaw.sh
```

Check status:

```bash
Expand Down Expand Up @@ -184,6 +191,13 @@ You can:
- use Alice recall and resumption on imported work
- augment OpenClaw workflows through Alice MCP tools

The one-command flow runs:

- before snapshot
- OpenClaw import
- replay/recall checks
- after snapshot

See:

- [docs/integrations/importers.md](docs/integrations/importers.md)
Expand Down