Architecture
An overview of how Nexus is structured and how its components interact.
This page is under construction. Full content coming soon.
Overview
Nexus is built around a project-scoped knowledge graph stored in Supabase. Each project contains:
- Sessions — execution history and agent work logs
- ADRs — Architecture Decision Records
- Tasks — trackable work items
- Documents — ingested research and reference material
- Dispatches — routed coordination between agents and humans
Agents interact with the platform exclusively via the nexus-mcp MCP server. There is no direct database access from agents.