CONOperator console (Next.js)Operator console (Next.js)
Primary control-plane experience for pilots and demos; uses cookie-based JWT to `/api/v1/*` (see `apps/web/middleware.ts`).
LiveExecution activeInterface
Tenant-scoped operator UI: interactions list, command & execution views, overview metrics, connectors, approvals, interaction detail, and this Agent Overview map.
Agent profile →
MARMarketing OS (MERCURY module surface)Marketing OS (MERCURY module surface)
Primary operator workspace for governed marketing operations; MERCURY domain agent manifests in integration topology.
LiveExecution activeInterface
Commercial Marketing module UI: tenant-scoped campaigns, content items, strategy workspace, MERCURY intelligence — backed by Prisma (`MarketingCampaign`, `MarketingProfile`, etc.) and `/api/v1/marketing/*` routes.
MERCURYMarketingModuleCommercial
Open product story →
SALSales OS (AUCTOR module surface)Sales OS (AUCTOR module surface)
Primary operator workspace for governed sales and pipeline intelligence; AUCTOR domain agent manifests in integration topology.
LiveExecution activeInterface
Commercial Sales module UI: accounts, opportunities, outbound sales campaigns — backed by Prisma (`SalesAccount`, `SalesOpportunity`, `SalesCampaign`, …) and sales API routes.
AUCTORSalesModuleCommercial
Open product story →
GROGrowth Command CenterGrowth Command Center
Single pane for demand-to-revenue posture when one or both commercial modules are active.
LiveExecution activeInterface
Combined MERCURY + AUCTOR growth operating surface: ATLAS strategic synthesis, TERMINUS maturity, MERCURY↔AUCTOR handoff events — `GET /api/v1/growth/command-center`.
GrowthMERCURYAUCTORATLAS
Open product story →
APIAPI ingress & identity boundaryAPI ingress & identity boundary
Single controlled ingress for the TypeScript kernel; aligns with API-first posture.
LiveExecution activeGateway
Fastify `/api/v1` surface with Zod validation, tenant resolution, and RBAC — fronted by Next middleware for JWT.
Agent profile →
SENSENTINELSENTINEL
Gateway for POST /interactions: validates payload, attaches trace context, and hands off to ATLAS + policy.
LiveExecution activeOrchestration
Interaction entry, validation, and framing for governed requests.
Agent profile →
ATLATLASATLAS
Classifies operation (e.g. MONETA_ANOMALY_SCAN), coordinates policy evaluation inputs, persists interaction status.
LiveExecution activeOrchestration
Orchestration: classify Golden Path operation and persist pre-execution state.
Agent profile →
APPApproval queueApproval queue
`ApprovalRequest` rows with PENDING/APPROVED/REJECTED; bridges console Approvals page and execution pauses.
LiveExecution activeOrchestration
Human-in-the-loop decisions before sensitive execution or dispatch.
Agent profile →
POLPolicy enginePolicy engine
Produces ALLOW / DENY / REQUIRE_APPROVAL / … with traceable rule ids.
LiveExecution activeOrchestration
Deterministic policy evaluation for tenant operations.
Agent profile →
ORAORACLEORACLE
Orchestrates parallel, auditable retrieval (ephemeral seekers) and evidence pack assembly before deterministic MONETA execution.
LiveExecution activeExecution stages
Evidence agent with Swarm Intelligence: spawns short-lived seekers to retrieve governed data from inside the tenant boundary and from approved external surfaces, then materializes evidence for downstream execution.
EvidenceORACLEGolden Path
Agent profile →
KINKinematics engineKinematics engine
Converts pose frames into stride, cadence, symmetry, confidence, and calibration-aware diagnostics without placeholder scoring shortcuts.
LiveExecution activeExecution stages
Deterministic 3D movement analysis engine for RTW: ingests pose landmarks, computes gait metrics, and emits governed evidence used by readiness and policy flows.
RTWGaitIQKinematicsEvidence-first
Open product story →
MONMONETAMONETA
Produces structured scan outcomes and recommendations for operator review.
LiveExecution activeExecution stages
Domain agent: deterministic finance anomaly scan on governed evidence.
Domain agentMONETAFinance anomalies
Agent profile →
ASSASSESSASSESS
Surfaces risk level, summary, and recommended action prior to NUNTIUS.
LiveExecution activeExecution stages
Pipeline risk assessment after MONETA — assessed posture before communications drafting (execution `ExecutionJobStage.JANUS` namespace).
Agent profile →
NUNNUNTIUSNUNTIUS
Prepares channel / audience / message drafts; may require explicit approval for dispatch.
LiveExecution activeExecution stages
Drafts governed outbound communications; never sends without approval path.
Agent profile →
VIGVIGILIAVIGILIA
Governance read — not anomaly detection (per operator console).
LiveExecution activeExecution stages
Control posture: exposure / containment across prior stages and approval state.
Agent profile →
TEMTEMPUSTEMPUS
Short remediation steps / plan status — not a full task system.
LiveExecution activeExecution stages
Action plan: governs what happens next from prior stages + approvals.
Agent profile →
DISDISPATCHDISPATCH
Materializes `OutboundDispatch` rows and obeys tenant + env gates for live send.
LiveExecution activeExecution stages
Outbound dispatch stage: dry-run default, live send multiply gated.
Agent profile →
FEEFEEDBACKFEEDBACK
Persists operator feedback linked to interactions / workflows per policy.
LiveExecution activeOrchestration
Structured human correction capture on meaningful outputs.
Agent profile →
AUDAUDITAUDIT
`AuditEvent` rows with actor + tenant attribution.
LiveExecution activeOrchestration
Traceability plane for meaningful actions (and selected reads per policy).
Agent profile →
GLOGlobal ATLAS (knowledge records)Global ATLAS (knowledge records)
Platform-scoped sanitized knowledge review lane complementing tenant-local ATLAS artifacts.
In buildObservingVision / platform
Reviewed cross-tenant knowledge candidates parked by SUPER_ADMIN; approve parks only and never auto-pushes to tenants.
Global ATLASObservingPlatform scopeNo auto-promote
Agent profile →
TENTenant ATLAS (knowledge artifacts)Tenant ATLAS (knowledge artifacts)
Structured knowledge scoped to `tenantId` for retrieval, reuse, and governed deprecation without Global ATLAS promotion.
LiveObservingIntegration
Tenant-scoped knowledge artifacts for ORACLE retrieval and continuous learning — distinct from MNEMOSYNE memory and ATLAS orchestration.
Tenant ATLASKnowledge artifactsORACLE retrievalTenant scope
Agent profile →
TERTERMINUSTERMINUS
Surfaces execution-substrate posture without substituting architecture validation (catalog-terminus-validator).
LiveObservingVision / platform
ExecutionJob substrate observer: queues, leases, approvals adjacency, and messaging fabric counters for the tenant runtime.
Agent profile →
TOPTopology liteTopology lite
Observability / dependency clarity for operators across declared and live graphs.
LiveObservingVision / platform
Declared platform architecture + tenant operational topology observer with models/learning command surface inventory.
Agent profile →
MCPMCP-compatible capability wrappersMCP-compatible capability wrappers
Standardize tool / capability access with governance hooks.
In buildObservingVision / platform
Typed registry of capability contracts with tenant-scoped upsert and platform catalog reads.
Agent profile →
LEALearning governance (global promotion)Learning governance (global promotion)
Observing governance lane for tenant-local learning candidates and promotion evidence packets.
In buildObservingVision / platform
Tenant learning governance posture plus explicit promotion packets; approve/revoke never auto-promotes cross-tenant.
Learning governanceObservingPromotion packetsNo auto-promote
Agent profile →
TELTelemetry planeTelemetry plane
Operational metrics for governed capability invocations and agent posture.
In buildObservingVision / platform
Tenant-scoped capability invocation telemetry and computed agent SLO summaries.
Agent profile →
WORWORKFLOW (persisted execution)WORKFLOW (persisted execution)
Implements the kernel rule: workflow state is durable and inspectable.
LiveExecution activeOrchestration
Deterministic execution state persisted in PostgreSQL — not prompt-held state.
Agent profile →
RESRESPONSE (operator-facing outcome)RESPONSE (operator-facing outcome)
Golden Path narrative step after workflow — surfaces trace, evidence, MONETA, stages.
In buildExecution activeOrchestration
Structured response payload to operators / API clients after governed execution.
Agent profile →
TENTenant scope (multi-tenant boundary)Tenant scope (multi-tenant boundary)
Makes the tenant visible on 2D/3D maps next to commercial modules (MERCURY, AUCTOR) and Growth Command.
LiveExecution activeData
Logical boundary for `tenantId`-scoped data and APIs: resolved from JWT/membership at ingress and enforced on every query — topology links this node to Marketing OS, Sales OS, and Growth Command as module surfaces that run inside a tenant.
TenantIsolationMarketingSales
Open product story →
PERPostgreSQL + Prisma persistencePostgreSQL + Prisma persistence
Durable substrate for deterministic workflows — no prompt-held state for meaningful platform facts.
LiveExecution activeData
Canonical storage for tenant data, workflow runs, evidence, jobs, approvals, audit, and outbound dispatch.
Agent profile →
INTIntegration & runtime boundariesIntegration & runtime boundaries
Operational glue between kernel stages and external systems — governed and auditable.
LiveExecution activeIntegration
Async worker, PostgreSQL connector, outbound adapters (Resend / log-only), and command/read models.
Agent profile →
STRSTRATA (strategic signals)STRATA (strategic signals)
Read model / analytics plane — not an execution stage and not LLM-generated.
LiveObservingIntegration
Cross-interaction strategic signal analysis: scans recent completed MONETA workflow outputs in-window and emits typed STRATA signals (severity, recommendation, supporting interaction ids).
Signal layerSTRATADeterministicCross-run
Agent profile →
HELHELIOS (executive synthesis)HELIOS (executive synthesis)
Boardroom-facing synthesis — templates only; produces priority, headline, recommended actions, and supporting interaction ids.
LiveAdvisoryIntegration
Leadership intelligence layer: merges STRATA signals with command-layer posture (approvals, execution jobs, dispatch, risk summaries) into a deterministic executive brief.
Executive synthesisHELIOSLeadership intelligence
Agent profile →
STRStrategic Review (leadership workflow)Strategic Review (leadership workflow)
Bridges executive briefings into trackable operator work (acknowledge, close, reopen, assign) without altering Golden Path execution semantics.
LiveExecution activeOrchestration
Lightweight governed artifacts for leadership follow-through: queue items with owner, due date, escalation posture, and lifecycle audits — created or deduped from HELIOS when priority warrants review.
Governed workflowStrategic ReviewLeadership queue
Agent profile →
TERTerminus (architecture validation)Terminus (architecture validation)
Read-only governance signal for operators and boards; complements roadmap vision nodes.
LiveObservingIntegration
Deterministic validation of declared Agent Overview topology and catalog against Prisma `ExecutionJobStage` and leadership-chain rules — explains drift; does not auto-fix.
Architecture governanceTerminusValidationNon-mutating
Agent profile →
JANJANUSJANUS
Readiness validation, governance gating, transition control, and oversight across orchestration → leadership → execution. Retains constitutional AI/ISMS themes, cites allowlisted public sources, surfaces operator & Sentinel insights, and refreshes the corpus weekly. Supports (does not replace) human certification workflows.
LiveAdvisoryIntegration
AI governance and compliance intelligence for readiness evidence, control assurance, and governed operator guidance.
JANUSGovernanceComplianceISO 42001
Agent profile →
AEGAEGISAEGIS
Surfaces contradictory or weakly supported leadership paths through a tenant-scoped assurance snapshot for operator review.
LiveObservingIntegration
Decision assurance and validation intelligence: deterministic, read-only checks over STRATA, HELIOS, Strategic Review, and JANUS governance posture — observing only; no execution or policy override.
AEGISDecision assuranceLeadershipObserving
Agent profile →
MNEMNEMOSYNEMNEMOSYNE
Separates tenant-local context authority from broader memory scope; supports trust-aware integrity narratives alongside learning vision and governance artifacts.
LiveObservingIntegration
Context and memory governance intelligence: tenant-bound MNEMOSYNE memory records with provenance, retention, deprecation, and deletion receipts — not per-interaction retrieval (ORACLE) and never cross-tenant.
MNEMOSYNEMemory governanceContextTenant scope
Agent profile →
HERHERMESHERMES
Surfaces handoff, SLA, and bottleneck posture for operator review without substituting ATLAS orchestration.
LiveObservingIntegration
System coordination and flow intelligence: tenant-scoped, read-only flow-health observations over execution jobs, incidents, and remediation signals.
HERMESFlow coordinationObservingIntegration
Agent profile →
MERMERCURYMERCURY
Growth intelligence adjacent to read models and outbound paths; message send remains NUNTIUS; orchestration remains ATLAS.
LiveAdvisoryIntegration
Marketing and growth intelligence: tenant-scoped MERCURY domain agent — pairs with the Marketing OS module (Prisma `Marketing*` models, `/console/marketing`, marketing APIs) for campaigns, content, and signals; topology node remains the integration anchor.
MERCURYGrowthMarketing module
Open product story →
CONCONCORDIACONCORDIA
Separates customer success intelligence from executive synthesis (HELIOS) and from domain execution (MONETA) while staying tenant-scoped.
LiveObservingIntegration
Customer success intelligence: tenant-scoped customer-health narratives composed from CRM, messaging, finance, and incident signals — observing with explicit missing-source posture.
CONCORDIACustomer successObservingIntegration
Agent profile →
AUCAUCTORAUCTOR
Commercial pipeline posture alongside execution outputs; not a full external CRM — governed APIs and connectors (e.g. HubSpot) as configured.
LiveAdvisoryIntegration
Sales and pipeline intelligence: tenant-scoped AUCTOR domain agent — pairs with the Sales OS module (Prisma `Sales*` models, `/console/sales`, sales APIs) for accounts, opportunities, and outbound sales campaigns.
AUCTORSalesPipelineSales module
Open product story →
MINMINERVAMINERVA
Owns the support-operations narrative — operator/service adjacency without sending outbound comms.
LiveObservingIntegration
Support intelligence: tenant-scoped triage read models from messaging, incidents, and connector-job evidence — distinct from NUNTIUS send authority.
MINERVASupportObservingService
Agent profile →
PROPROMETHEUSPROMETHEUS
Bridges signal layer toward opportunity narratives for leadership follow-through; complements AEGIS assurance without duplicating it.
LiveObservingIntegration
Innovation and strategic opportunity intelligence: evidence-backed opportunity hypotheses from STRATA, HELIOS, finance, and Strategic Review signals.
PROMETHEUSInnovationStrategyObserving
Agent profile →
DOMAdditional domain packsAdditional domain packs
Expand governed verticals without forking the OS kernel — observes entitlement posture only.
LiveObservingVision / platform
Commercial module SKU + plan pack inventory observer for Sales, Marketing, Finance, and GaitIQ verticals.
Agent profile →