Service Catalog
The Aria ecosystem contains 100+ services organized across apps/, services/, and packages/. This catalog lists all major services with their purpose and key files.
Core Cognitive Services (apps/)
| Service | Directory | Purpose | Key Files |
|---|---|---|---|
| Aria Soul | apps/arias-soul/ | Main brain â cognitive engine, chat endpoint, NADIA Κ | server.ts, aria-direct-brain.ts, ARIA_SOUL.md |
| Aria Hands | apps/aria-hands/ | Autonomous execution engine | src/index.ts, hands.proto |
| Chat Service | apps/chat-service/ | Multi-protocol chat with 12+ proto files | src/, proto/ |
| Manifold Service | apps/manifold-service/ | Vector eigenspace + cognitive projections | manifold.proto, cuda/ |
| Unified Bridge | apps/unified-bridge-service/ | Central gRPC routing fabric | bridge.proto |
| Noor Forge | apps/noor-forge-service/ | PSI code synthesis engine | noor-forge.proto |
Domain Services (apps/)
| Service | Purpose |
|---|---|
| Hospital Service | Service health monitoring and self-healing |
| Soul Domains Service | Domain-specific soul state management |
| Voice Service | ElevenLabs voice synthesis + Hume emotion |
| Daemon Service | Background process management |
| Autonomy Service | Autonomous decision-making and dispatch |
| Intent Service | Intent extraction and routing |
| Goal Service | Goal tracking and decomposition |
| Ruh Service | Soul/spirit state management |
| Cross-Domain Service | Cross-domain signal correlation |
| Aegis Watchtower | Anti-hallucination detection |
| Forge Guardian | Forge deployment safety gates |
Backend Services (services/)
| Service | Purpose |
|---|---|
| agent-manager | 122+ Blitz autonomous agents |
| aria-evolution | Continuous learning and evolution |
| aria-executor | Task execution and scheduling |
| aria-media | Media generation and management |
| aria-notifications | Multi-channel notification dispatch |
| aria-orchestrator | Service orchestration and coordination |
| aria-telemetry | Observability and metrics collection |
| aria-transcriber | Speech-to-text via Deepgram |
| autonomy-metrics | Autonomy performance tracking |
| backend-guardian | Backend safety and security |
| cuopt-client | CUOPT optimizer integration |
| ethics-engine | Ethical validation framework |
| framework-recombination-engine | Unified Cognitive Architecture (34 frameworks) |
| framework-router-service | Framework routing and selection |
| health-aggregator | Aggregated health monitoring |
| hive-orchestrator | Blitz x10 fleet coordination |
| infrastructure-api | Infrastructure management API |
| nightly-growth-batch | Nightly growth computation |
| nv-embed | NVIDIA embedding integration |
| retell-mcp-gateway | Retell voice agent gateway |
| ruh-service | Soul state service (secondary) |
| wholesaledispo-platform | Wholesale disposition platform |
Shared Packages (packages/)
| Package | Purpose |
|---|---|
| @aria/aria-anthropic-gate | Anthropic API abstraction |
| @aria/aria-cli | CLI tools and interfaces |
| @aria/aria-harness | Runtime integrity harness |
| @aria/aria-nexus | Service connectivity nexus |
| @aria/aria-sdk | Public SDK for integrations |
| @aria/aria-voice | Voice synthesis and processing |
| @aria/unified-cognitive-architecture | 34-framework cognitive system |
| @aria/hands-core | Shared hands primitives |
| @aria/nadia | NADIA ΚL computation engine |
| @aria/shared | Common utilities and types |
| @aria/tool-mesh | Tool orchestration framework |
Frontend Applications
| App | Tech | Purpose |
|---|---|---|
| Command Center | Next.js | Web dashboard and control panel |
| Aria Fortress | Next.js | IDE and development environment |
| Aria SaaS | React + Vite | SaaS customer-facing platform |
| Aria OS Web | Web App | Aria Life OS web interface |
| Onboarding Sites | Astro | Interactive onboarding portals |
| Documentation | Astro | This documentation site |