diff --git a/README.md b/README.md index d0380d0..69a07de 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Today, Alice ships with: - **CLI** - **MCP server** - **OpenClaw adapter** +- **OpenClaw one-command demo** - **Importers** - OpenClaw - Markdown @@ -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 @@ -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)