Skip to main content

Company Architecture

Scope: High-level view of how SuperPortia is organized — ships, agents, and systems

For detailed technical architecture diagrams, see Architecture (Resources).

Overview

SuperPortia operates as a distributed system across physical machines (ships) connected through a shared cloud brain:

Three pillars

PillarWhatWhere
Universal Brain (UB)Shared knowledge baseCloud UB (Cloudflare D1)
Work Order SystemTask managementCloud UB API
Agent MessagingInter-agent communicationCloud UB mailbox

Key architectural decisions

DecisionChoiceWhy
Single vs distributed UBSingle Cloud UBEliminates knowledge fragmentation
Agent frameworkDual lines (Claude + LangGraph)Mutual disaster recovery
Task systemWO with state machineAudit trail, RBAC, accountability
Config managementCLAUDE.md + Rules + HooksProgressive disclosure, version-controlled
DeploymentCloudflare Workers + PagesGlobal edge, cost-effective

PageRelationship
Architecture (Resources)Detailed technical diagrams
About WishiaCompany background
Fleet deploymentShip-specific details