SeaClip Documentation

Hub-Spoke AI Agent Orchestration for On-Prem Edge Mesh

Welcome! SeaClip is a self-hosted AI agent orchestration platform built for privacy-first, on-premises deployments. It connects a central hub to edge devices (Raspberry Pi, Jetson, phones, laptops) and coordinates AI agents running locally.

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)

bash
curl -sSL https://raw.githubusercontent.com/t4tarzan/seaclip/main/scripts/install.sh | bash

Manual Install

bash
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.

Next Steps