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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ Today, Alice ships with:
- **Alice Core**
- **CLI**
- **MCP server**
- **Hermes integration**
- **OpenClaw adapter**
- **OpenClaw one-command demo**
- **Importers**
Expand Down Expand Up @@ -175,6 +176,12 @@ See:
- [docs/integrations/mcp.md](docs/integrations/mcp.md)
- [docs/integrations/hermes.md](docs/integrations/hermes.md)

Hermes runtime smoke test:

```bash
./scripts/run_hermes_mcp_smoke.py
```

### OpenClaw

Alice includes an OpenClaw integration path for import and augmentation.
Expand Down Expand Up @@ -272,6 +279,7 @@ your AI can only be useful if it can remember, resume, and stay aligned with how
- [Quickstart](docs/quickstart/local-setup-and-first-result.md)
- [Architecture](ARCHITECTURE.md)
- [MCP](docs/integrations/mcp.md)
- [Hermes Guide](docs/integrations/hermes.md)
- [Integrations](docs/integrations/importers.md)
- [OpenClaw Guide](docs/integrations/openclaw.md)
- [Examples](docs/examples/phase9-command-walkthrough.md)
Expand Down