QUAIG NETWORK — EPISODE

Quaigbot Agent Hub

← Return to Broadcast

Six life verticals orchestrated via a shared message bus

Quaigbot is a personal AI butler that runs agents in the background across six life verticals: Growth (learning pipelines), Health (fitness tracking), Projects (shipping velocity), Planning (calendar + email triage), Day Job (workflow automation), and Social Media (content pipeline to Twitter). Each agent communicates via a shared message bus. The orchestrator coordinates, the scheduler triggers cron jobs, and the dashboard gives you visibility without babysitting.

Built in Python with FastAPI for the dashboard, HTMX for the UI (no heavy JavaScript), SQLite for persistence. Free-first: no paid task queues, no cloud databases. Every vertical lives in its own config file — add a new agent by writing a single Python module and a YAML config. Fable 5 built the full framework from first principles.

Capabilities Demonstrated
multi-agent orchestration
inter-agent messaging bus
cron-based task scheduling
persistent state management
autonomous agent loops
Media
Quaigbot Agent Hub screenshot
Explore Further