Realm Capabilities Reference¶
Comprehensive technical documentation of F3L1X essential realms.
Essential Realms (13 Active)¶
f3l1x-dashboard (Port 8000)¶
Purpose: Command center for AI orchestration
| Capability | Description |
|---|---|
| Terminal Streaming | WebSocket-based Claude Code output streaming |
| Marketplace UI | Browse and purchase Herald Network tools |
| Project Management | Multi-realm coordination |
| Real-time Status | Live ecosystem health monitoring |
Key Endpoints:
- /ws/terminal/{session_id}/ - Terminal WebSocket
- /ws/notifications/ - Real-time alerts
- /api/projects/ - Project management
herald (Port 8014)¶
Purpose: Message broker, authentication gateway, and tool marketplace
| Capability | Description |
|---|---|
| JWT Authentication | OAuth2 token generation and validation |
| Device Flow | CLI authentication for desktop apps |
| Tool Catalog | MCP tool registry with pricing |
| x402 Integration | Payment protocol for paid tools |
| WebSocket Auth | Real-time authentication validation |
Key Endpoints:
- /api/auth/token/ - JWT token generation
- /api/auth/device/ - Device flow authentication
- /api/tools/ - Tool catalog (402 responses for paid tools)
- /ws/auth/ - WebSocket authentication
sov-ai (Port 8017)¶
Purpose: Local AI infrastructure with Ollama integration
| Capability | Description |
|---|---|
| Local Inference | Run AI models on your hardware |
| MCP Tools | Expose AI capabilities as MCP tools |
| Model Management | List, load, and manage Ollama models |
| Zero Cloud | No external API dependencies |
MCP Tools:
- summarize - Text summarization
- classify - Text classification
- extract - Entity extraction
- inference - Raw Ollama inference
- list_models - Available models
- ollama_health - Health check
Supported Models: qwen2.5:7b, llama3:8b, codellama:7b
pipeline-go (Port 8023)¶
Purpose: CI/CD methodology and documentation standards
| Capability | Description |
|---|---|
| Methodology Dashboard | Browse methodology documentation |
| Backup System | Automated backup management |
| Testing Integration | TDD workflow enforcement |
| Session Protocol | Pre/post session validation |
Key Features:
- Django 6.0+ patterns
- HackSoftware directory structure
- Agent SDK integration
- Subagent isolation patterns
transcriber (Port 8019)¶
Purpose: Voice-to-text transcription with local Whisper
| Capability | Description |
|---|---|
| Local Processing | Whisper-based transcription |
| Multiple Formats | WAV, MP3, M4A support |
| Real-time | Live transcription capability |
| Privacy | No audio leaves your machine |
doc-u-me (Port 8005)¶
Purpose: Documentation indexer and blocker tracker
| Capability | Description |
|---|---|
| Document Indexing | Indexes all markdown files across the realm ecosystem |
| Blocker Tracking | Extract unchecked Next Steps as blockers |
| Search | Full-text documentation search |
| Code Linking | Link docs to referenced code files |
Commands:
- scan - Index all markdown files
- status - Documentation health
- blockers - List unfinished work
- search - Find relevant docs
402-payment (Port 8086)¶
Purpose: x402 payment protocol implementation
| Capability | Description |
|---|---|
| USDC Payments | Instant settlement on Base L2 |
| 70/20/10 Split | Creator/Platform/Validator revenue |
| Payment Verification | Cryptographic proof validation |
| Micropayments | Sub-cent transaction support |
login-master (Port 8043)¶
Purpose: Supabase SSO and authentication
| Capability | Description |
|---|---|
| Google OAuth | Social login integration |
| Supabase Integration | JWT token management |
| Session Management | Cross-realm authentication |
| Device Activation | Desktop app licensing |
realm-spawn (Port 8029)¶
Purpose: Realm scaffolding and generation
| Capability | Description |
|---|---|
| Template Generation | Create new realms from templates |
| Ecosystem Integration | Auto-register with Herald |
| Port Assignment | Automatic port allocation |
| CLAUDE.md Setup | Generate project instructions |
mr-greet (Port 8078)¶
Purpose: Session greeting and initialization
| Capability | Description |
|---|---|
| Service Startup | Start essential services |
| Status Check | Verify ecosystem health |
| Blocker Display | Show pending work items |
| Context Recovery | Resume from previous session |
Command: /hello or "hello f3l1x"
worker-bee (Port 8082)¶
Purpose: Ecosystem health verification and session logging
| Capability | Description |
|---|---|
| Health Checks | Verify all realm status |
| Session Logging | Capture session activity |
| Handoff Generation | Create session summaries |
| Ecosystem Status | Full system overview |
Command: /worker-bee or /cya
explore-kid (Port 8031)¶
Purpose: Token-efficient codebase exploration
| Capability | Description |
|---|---|
| Structure Discovery | Map codebase architecture |
| Token Optimization | Reduce Claude Code token usage |
| Pattern Detection | Identify code patterns |
| Context Compression | Efficient context loading |
new-site (Port 8003)¶
Purpose: Public website (f3l1x.tech)
| Capability | Description |
|---|---|
| Documentation Hub | /docs/ with searchable content |
| Marketplace | Tool discovery and pricing |
| Authentication | Google OAuth integration |
| Downloads | Alpha access distribution |
Port Registry Summary¶
| Port | Realm | Status |
|---|---|---|
| 8000 | f3l1x-dashboard | Active |
| 8003 | new-site | Active |
| 8005 | doc-u-me | Active |
| 8014 | herald | Active |
| 8017 | sov-ai | Active |
| 8019 | transcriber | Active |
| 8023 | pipeline-go | Active |
| 8029 | realm-spawn | Active |
| 8031 | explore-kid | Active |
| 8043 | login-master | Active |
| 8078 | mr-greet | Active |
| 8082 | worker-bee | Active |
| 8086 | 402-payment | Active |
Architecture Overview¶
User Request
↓
f3l1x-dashboard (8000)
↓
herald (8014) ←→ login-master (8043)
↓
[Tool Selection]
↓
┌───────────────────────────────────┐
│ 402-payment (8086) ← Paid tools │
└───────────────────────────────────┘
↓
[Tool Execution]
↓
sov-ai (8017) / transcriber (8019) / other realms
↓
Response → User
Support¶
- Email: hello@f3l1x.tech