Appearance
Service Map
The ARC Platform composes services into profiles — think, reason, and ultra-instinct — each building on the previous tier. Start with think for core infrastructure, add reason for AI capabilities, and ultra-instinct for the full platform (coming soon).
| Service | Codename | Port(s) | Description |
|---|---|---|---|
| gateway | Heimdall | 80, 8090 | API gateway — routes all inbound HTTP traffic (Traefik) |
| messaging | Flash | 4222, 8222 | Ephemeral message broker for agent-to-agent communication (NATS) |
| streaming | Dr. Strange | 6650, 8082 | Durable event streaming with replay (Apache Pulsar) |
| cache | Sonic | 6379 | Sub-millisecond key-value cache for sessions and rate limits (Redis) |
| persistence | Oracle | 5432 | Relational long-term memory with vector search (PostgreSQL + pgvector) |
| cortex | Cortex | 8801 | Platform bootstrap service — workspace init and health orchestration |
| friday-collector | Friday Collector | 4317 | OTEL collector — receives traces and metrics from all services |
| reasoner | Sherlock | 8802 | LLM reasoning engine with RAG and streaming (LangGraph) |
| otel | Friday | 3301, 8080 | Observability UI — traces, metrics, dashboards (SigNoz + ClickHouse) |
| realtime | Daredevil | 7880–7882 | WebRTC media routing for low-latency voice and video (LiveKit) |
| vault | Nick Fury | 8200 | Secrets manager — dynamic secrets and encryption-as-a-service (OpenBao) |
| flags | Mystique | 4242 | Feature flags with OpenFeature compatibility (Unleash) |
| storage | Tardis | 9000, 9001 | S3-compatible object storage for artifacts and model weights (MinIO) |
| voice | Scarlett | 8803 | Voice agent — STT, LLM, TTS pipeline with WebRTC support |
Profiles
| Profile | Services | Use case |
|---|---|---|
think | gateway, messaging, streaming, cache, persistence, cortex, friday-collector | Core infrastructure — minimal footprint |
reason | think + reasoner + voice + growing | AI development — reasoning and voice, more services being added |
ultra-instinct | Coming soon | Full platform with all capabilities |
DgtalBug