T0-D0 — Project Overview
T0-D0 is a personal AI agent system built on dolejsek.cz. It consists of a network of specialised agents that manage knowledge, monitor projects, publish content, and surface what matters — so Tomas doesn't have to chase information himself.
The system is built in public. Every chapter is documented, every decision is logged, every sprint produces a working deployment.
Role model: Jarvis from Iron Man. Always on, always aware, no orchestrator above the primary agent.
Tech stack: Django 4.2, Python 3.12, Google Gemini 2.5 Flash, SQLite + sqlite-vec, shared hosting with Passenger WSGI (cPanel).
Code base: GitHub Repository
The Agents
| Agent | Type | Chapter | Role | Status |
|---|---|---|---|---|
| Teo | assistant | I | Personal conductor. Chief of staff. Morning briefings. | ✅ LIVE |
| Vega | librarian | III | Wiki owner. Gatekeeper. Visitor guide on wiki pages. | ✅ LIVE |
| Dash | project_agent | IV | Trading bot specialist. Proactive market watcher. | ✅ LIVE |
| Arthur | publisher | V | Novelist. Writes books in series. Self-edits. Learns craft. | ✅ LIVE |
| Stanley | multimedia | XI | Audio narration, video composition, YouTube publishing. | Planned |
Chapter Progress
| Chapter | Focus | Status |
|---|---|---|
| I | Teo — foundation, memory, personality | ✅ Complete |
| II | Wiki — knowledge base infrastructure | ✅ Complete |
| III | Vega — librarian agent | ✅ Complete |
| IV | Dash — trading bot agent | ✅ Complete |
| V | Arthur — novelist agent + Bookstore | ✅ Complete |
| VI | Database & Vector Infrastructure | ✅ Complete |
| VII | Historical Indexing & Pipeline Automation | ✅ Complete |
| VIII | Semantic Retrieval Engine | Next |
| IX | Arthur Prompt Injection & UI Integration | Planned |
| X | Production Buffer & EPUB Compilation | Planned |
| XI | Multimedia Pipeline & YouTube (Stanley) | Planned |