Quick Start
http://localhost:3001.
Docker Compose Configuration
Architecture
In Docker mode, Siclaw runs withLocalSpawner:
- Gateway serves the Web UI, API, and WebSocket connections
- AgentBox instances run in-process (same container)
- SQLite (sql.js) for session data, node:sqlite for memory
Channels
Connect messaging platforms by setting environment variables:Persistence
Mount a volume to/app/.siclaw to persist:
- Session history
- Investigation memory
- Skill configurations
- Cron job definitions