Skip to content

rotprods/OCULOPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

418 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCULOPS — Autonomous Growth Operating System (V10)

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.

Arquitectura Cuantica ReAct

OCULOPS V10 opera bajo el paradigma de "Liquidez de Inteligencia Bajo Demanda":

  • Serverless Agents: Los agentes no existen hasta que el CORTEX Router los 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.

Canonical Documentation

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

Estructura del Sistema

  • /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)

Pipelines Activos

  1. CORTEX Pipeline: ATLAS → HUNTER → STRATEGIST → OUTREACH (cloud via Supabase edge functions)
  2. Unified GTM: Proceso automatico desde scrapeo hasta email de choque
  3. LEARNER Cycle: Embedding → Critic → Gradient → routing optimization (closed feedback loop)
  4. Evolution Universe: Visualizacion 3D en tiempo real del flujo de agentes (Omnicenter :38808)

Quick Start

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)

Comandos Rapidos

  • 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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors