PicoClaw is the low-resource worker bridge track
This track is for small Go-based runtimes, edge deployments, and daemon-style agents that need conservative memory, reconnect, and local state behavior while staying SysRelay-compatible.
Source Metadata
Delivery stage
Worker Runtime
Packaging
Source and shared assets
Validation
Source review validation
Source README
src/claws/picoclaw-go/README.md
Inbox transport
The bridge is expected to start with polling and move to push only when the link quality allows it.
Minimal persistence
Local delivery state is intentionally narrow so dedupe and ACK recovery work without heavy storage assumptions.
Edge-oriented runtime
The intended shape is a simple local command channel for constrained worker environments and bridge-style processes.
Current Responsibilities
Poll or long-poll SysRelay inbox on unstable links.
Optionally upgrade to WebSocket push on healthy links.
Persist minimal delivery state for dedupe and ACK recovery.
Expose a simple local command channel for the PicoClaw runtime.