mirror of
https://github.com/crabwise-ai/crabwalk.git
synced 2026-08-14 09:02:07 +00:00
964 B
964 B
🦀 Crabwalk
Real-time companion monitor for Clawdbot agents.
Watch your AI agents work across WhatsApp, Telegram, Discord, and Slack in a live node graph. See thinking states, tool calls, and response chains as they happen.
Features
- Live activity graph - ReactFlow visualization of agent sessions and action chains
- Multi-platform - Monitor agents across all messaging platforms simultaneously
- Real-time streaming - WebSocket connection to clawdbot gateway
- Action tracing - Expand nodes to inspect tool args and payloads
- Session filtering - Filter by platform, search by recipient
Getting Started
npm install
npm run dev
Open http://localhost:3000/monitor
Requires clawdbot gateway running on ws://127.0.0.1:18789.
Config
Set CLAWDBOT_API_TOKEN env var for gateway authentication.
Stack
TanStack Start, ReactFlow, Framer Motion, tRPC, TanStack DB