Autonomous AI agency OS for lead generation, CRM, content, market intelligence, and client outreach. Local-first sovereign runtime, 24/7 on Mac Mini M2 Pro.
OCULOPS V10 opera bajo el paradigma de "Liquidez de Inteligencia Bajo Demanda":
- Serverless Agents: Los agentes no existen hasta que el
CORTEX Routerlos invoca. Soporta +400 agentes simultaneos. - Protocolo ReAct: Cada agente lleva incorporado un bucle de razonamiento (Ollama/qwen3) que le permite auto-corregir errores durante la ejecucion.
- Hardware Soberano: Inferencia local al 100% con coste $0.00.
- Quantum State: Vectores Bayesianos de 4 estados (healthy/degraded/failing/unknown) por agente.
- CORTEX v3.2.0: Orquestador unico con 7-layer classifier, 33 @triggers, circuit breakers, governance gates.
| Doc | What It Covers |
|---|---|
| SYSTEM.md | Architecture, 42 processes, 13 agents, ports, memory stores, governance |
| OPERATOR.md | Cold start, PM2 commands, credentials, deploy, emergency procedures |
| DEVELOPMENT.md | Design system, file structure, modules, hooks, working rules |
/src/— React 19 + Vite 7 frontend (23+ modules lazy-loaded)/supabase/— 46 tables, 40+ edge functions (13 agent functions)/apps/agent-fleet/— PM2 ecosystem, CORTEX, LEARNER, agents/docs/— Session logs, audit-v318, phase9 consolidation plan/electron/— Desktop app (Electron 35)
- CORTEX Pipeline: ATLAS → HUNTER → STRATEGIST → OUTREACH (cloud via Supabase edge functions)
- Unified GTM: Proceso automatico desde scrapeo hasta email de choque
- LEARNER Cycle: Embedding → Critic → Gradient → routing optimization (closed feedback loop)
- Evolution Universe: Visualizacion 3D en tiempo real del flujo de agentes (Omnicenter :38808)
pm2 start apps/agent-fleet/ecosystem.config.cjs # Start all 42 processes
curl -s http://127.0.0.1:38811/health # CORTEX health check
curl -s http://127.0.0.1:38811/quantum_state # Agent Bayesian health vectors
npm run dev # Frontend dev server (:5173)- Ver Mente:
open http://localhost:38808(Omnicenter command center) - Lanzar Tarea:
curl -X POST http://127.0.0.1:38811/task -H "Content-Type: application/json" -d '{"agent":"atlas","brief":"scan Madrid"}' - Auditar RAG:
tail -20 ~/AGENCY_OS/LOGS/learner.log - Estado de Agentes:
curl -s http://127.0.0.1:38811/heartbeat | python3 -m json.tool
Powered by Rotech's Mac Mini M2 Pro | Operator: Roberto Ortega | 2026