Generated by Code IQ · v1.0

rowboat
Knowledge Tutorial

Rowboat is an open-source, local-first AI coworker that turns your file system into a structured Knowledge Graph stored in plain Markdown. It features an intelligent Agent Runtime that executes tasks and manages context, a Copilot meta-agent that helps users build and modify assistant configurations using natural language, and a real-time Event Stream system to visualize the AI's thought process and tool interactions.

6
Chapters
-
Subsystems
Rabbit Holes
▶ Start Reading ⎇ View on GitHub
System Architecture

How the pieces fit

rowboat is organized as connected concepts and components. Start broad, then drill down chapter by chapter.

⚙️
Project & Workflow Model (The Blueprint)
Project & Workflow Model (The Blueprint)
⚙️
Knowledge Graph & File System (The Memory)
Knowledge Graph & File System (The Memory)
👥
Agent Runtime (The Engine)
Agent Runtime (The Engine)
🔧
Tooling & MCP Integrations (The Hands)
Tooling & MCP Integrations (The Hands)
⚙️
Event Stream (The Nervous System)
Event Stream (The Nervous System)
👥
Copilot (The Builder Agent)
Copilot (The Builder Agent)
rowboat — bash
open tutorial
◆ Scanning numbered chapters
◆ Building navigation and Mermaid diagrams
◆ Generating chapter and subsystem pages
✓ 6 chapter pages built
✓ Theme toggle enabled
Repository Overview

Intro and Architecture Diagram

Rowboat is an open-source, local-first AI coworker that turns your file system into a structured Knowledge Graph stored in plain Markdown. It features an intelligent Agent Runtime that executes tasks and manages context, a Copilot meta-agent that helps users build and modify assistant configurations using natural language, and a real-time Event Stream system to visualize the AI's thought process and tool interactions.

Source Repository: https://github.com/rowboatlabs/rowboat

flowchart TD A0["Agent Runtime (The Engine)"] A1["Knowledge Graph & File System (The Memory)"] A2["Project & Workflow Model (The Blueprint)"] A3["Copilot (The Builder Agent)"] A4["Event Stream (The Nervous System)"] A5["Tooling & MCP Integrations (The Hands)"] A0 -->|"Instantiates agents defined in"| A2 A0 -->|"Reads and writes context to"| A1 A0 -->|"Executes capabilities of"| A5 A0 -->|"Publishes execution logs to"| A4 A3 -->|"Drafts and modifies"| A2 A3 -->|"Discovers and configures"| A5 A2 -->|"Stores configuration for"| A5
Tutorial Chapters

All 6 chapters

Follow sequentially or jump to any topic. Start with Project & Workflow Model (The Blueprint).

About This Project

Generated by Code IQ

This tutorial was automatically generated by Code IQ and rendered with the shared tutorial site builder. It can be produced for any repository tutorial folder that follows the numbered markdown chapter layout.

View Code IQ ↗
python build_site.py '/home/runner/work/Code-IQ/Code-IQ/output/rowboat'

// → 6 chapters
// → source: rowboatlabs/rowboat