OpenClaw Integration
How b1e55ed connects to the operator layer.Two-Layer Architecture
b1e55ed is an engine, not an interface. It processes signals, runs brain cycles, and generates trade intents. But it doesn’t handle conversation, curation, or operator interaction directly. That’s the operator layer’s job.Integration Points
1. Curator Pipeline (Operator → Engine)
The curator producer accepts structured signals from the operator layer. This is how human intelligence enters the system. Via CLI:2. Brain Control (Operator → Engine)
3. Alerts (Engine → Operator)
The engine emits alert events. The operator layer decides how to deliver them.| Alert | Event Type | Urgency |
|---|---|---|
| Stop hit | alert.stop_triggered | Immediate |
| Target reached | alert.target_hit | Immediate |
| Kill switch escalation | alert.kill_switch | Immediate |
| Regime change | alert.regime_shift | Standard |
| Learning loop update | alert.weights_adjusted | Low |
GET /api/v1/events/stream?domain=alert
4. Agent Interfaces
Agents connect via SSE stream or MCP server.5. Dashboard (Passive Monitoring)
The web dashboard atlocalhost:5051 provides real-time visualization. It reads the same event store — no special integration needed.
Component Status
| Component | Status |
|---|---|
| REST API | ✅ Live |
| Dashboard | ✅ Live |
| Event store | ✅ Live |
| Curator endpoint | ✅ Live |
| SSE event stream | ✅ Live (GET /api/v1/events/stream) |
| MCP server | ✅ Live (POST /api/v1/mcp) |
| Signal attribution | ✅ Live |
| Oracle endpoint | ✅ Live (public, no auth) |
| Provenance check MCP tool | ✅ Live |
| OpenClaw skill package | ⬜ Planned |
| Alert → chat routing | ⬜ Planned |
Integration Patterns
Pattern 1: Headless (API Only)
Pattern 2: Agent-Operated (OpenClaw)
Pattern 3: Multi-Agent
Operator Workspace
If you’re running a b1e55ed instance with OpenClaw, use the operator template:- GitHub template: P-U-C/b1e55ed-operator-template — fork and fill in 3 files
- ClawHub skill:
clawhub install b1e55ed-operator— auto-installs to your workspace - Skills repo: P-U-C/openclaw-skills