Skip to main content

UI

apps/ui/ — the Next.js dashboard. Server actions in src/app/dashboard/*/actions.ts, components in src/components/, hooks in src/hooks/.

Gateway

gateway/ — Dockerfile, entrypoint.sh, files_api.py, daemons in daemons/, lifecycle scripts in scripts/.

Templates

templates/ — one directory per agent role. Each is a starting worktree for new agents.

Migrations

db/migrations/ — ordered SQL files. Schema source of truth.
Read Architecture for how these pieces interact at runtime.