SeaClip Documentation
Hub-Spoke AI Agent Orchestration for On-Prem Edge Mesh
What is SeaClip?
SeaClip is a hardened fork of Paperclip AI, re-architected for the SpaceClaw / SeaClaw edge-mesh use case. Every compute node and every model run stays within your network.
Edge Mesh Dashboard
Real-time visibility into all spoke devices โ status, telemetry, resource usage
Ollama Integration
Route tasks to local models (llama3, mistral, gemma2) with GPU tracking
Agent Zero Support
Deep integration with Agent Zero sessions, memory sync, and tool calls
Telegram Bridge
Bot-based command interface and push notifications
Multi-Hub Federation
Link multiple SeaClip hubs for cross-site task routing
Budget Control
Per-agent cost tracking with configurable spending limits
Architecture Overview
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ React Dashboard (Vite) โ
โ Edge Mesh ยท Agents ยท Issues ยท Costs โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ Express.js REST API + WebSocket โ
โ Routes ยท Services ยท Adapters โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ PostgreSQL (Drizzle ORM) โ
โ Companies ยท Agents ยท Issues ยท Devices โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ Adapters โ
โ SeaClaw ยท Ollama ยท Agent Zero โ
โ Telegram ยท Process ยท HTTP โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ โ โ
โโโโโดโโโโ โโโโโโดโโโโโ โโโโโโดโโโโโ
โ Pi โ โ Jetson โ โ Phone โ
โ Spoke โ โ Spoke โ โ Spoke โ
โโโโโโโโโ โโโโโโโโโโโ โโโโโโโโโโโ
The hub is the central server โ it holds state, runs the dashboard, and dispatches tasks.
Each spoke is an edge device that runs agents, sending heartbeats and telemetry back to the hub.
Quick Start
One-Line Install (Hub)
curl -sSL https://raw.githubusercontent.com/t4tarzan/seaclip/main/scripts/install.sh | bash
Manual Install
git clone https://github.com/t4tarzan/seaclip.git
cd seaclip
pnpm install
pnpm dev
See the Hub Installation Guide for detailed instructions.
Editions
| Edition | Description |
|---|---|
| v1-simple | Base SeaClip โ edge mesh, Ollama, Agent Zero, Telegram, hub federation. Minimal dependencies. |
| v2-enhanced | Full feature set โ adds BMAD profiles (9 agents), Grammar Shield, Pixel Office, GMeet UI, Git-Agent workflow. |