He doesn't run and forget. He knows your state.No ejecuta y olvida: sabe en qué estado estás.
Knows where each agent standsSabe dónde está cada agente
idle, processing, waiting, completed — every machine has its current state, and every step lands on the timeline.
idle, processing, waiting, completed — cada máquina tiene su estado actual y cada paso queda en la línea temporal.
Not flat retriesNo reintentos planos
Up to 3 attempts, with context and delay — and a timeout state when the clock truly runs out.
Hasta 3 intentos, con contexto y espera — y un estado de timeout cuando el reloj de verdad se agota.
Every transition, writtenCada transición, escrita
From "" to idle, from idle to processing: the whole story is queryable — and visual, for Gon's dashboard.
De "" a idle, de idle a processing: toda la historia es consultable — y visual, para el dashboard de Gon.
CRONOS EN VIVO · respuestas reales · 11-09-2026 🧑 state-machine(zalo) → {ok:true, states:5, transitions:4} 🧑 event: "task_received" 🔀 idle → processing 🧑 event: "dependency_pending" 🔀 processing → waiting 🧑 event: "dependency_resolved" 🔀 waiting → completed timeline de tom · tres pasos reales: "" → idle (initialized) idle → processing (task_received) processing → waiting (dependency_pending)
His door is the clock's API.Su puerta es la API del reloj.
Live & publicViva y pública
/v1/event · /v1/states · /v1/timeline — on his Workers URL.
/v1/event · /v1/states · /v1/timeline — en su URL de Workers.
/v1/health ↗One per agentUna por agente
You register the states and transitions once; then it's just events in, state out.
Registras estados y transiciones una vez; después solo entran eventos y sale estado.
For Gon's dashboardPara el dashboard de Gon
The designed flow: Gon draws what Cronos writes. Visual orchestration.
El flujo diseñado: Gon dibuja lo que Cronos escribe. Orquestación visual.
Orchestrate, don't executeOrquestar, no ejecutar
Hermes runs the tasks; Cronos decides when and in which state they move.
Hermes ejecuta las tareas; Cronos decide cuándo y en qué estado se mueven.
The tech crew — complete.La cuadrilla técnica — completa.
Cronos ⏰ ⟷ Nexus 🔀 · Fixer 🔧 · Meca 🛠️ · Hermes 🌐 └── Hermes runs · Nexus routes · Cronos keeps the clock — the crew, finally wholeHermes ejecuta · Nexus enruta · Cronos vigila el reloj — la cuadrilla, por fin entera
Routes the tasksEnruta las tareas
He decides who; Cronos decides when. A natural pair.
Él decide quién; Cronos decide cuándo. Pareja natural.
nexus.cadences.app ↗Patches the codeParchea el código
When a routine fails mid-flight, Fixer answers.
Cuando una rutina falla en vuelo, responde Fixer.
fixer.cadences.app ↗Patches the machinesParchea las máquinas
The physical side of the same craft.
El lado físico del mismo oficio.
meca.cadences.app ↗Runs what's scheduledEjecuta lo agendado
The gateway: Hermes executes, Cronos keeps time.
El gateway: Hermes ejecuta, Cronos lleva el tiempo.
Event in, state out.Entra un evento, sale un estado.
evento → máquina de estados del agente → ¿transición? → nuevo estado + traza en la timeline → dashboard └── and if it gets stuck: timeout → retry (up to 3, with context)y si se atasca: timeout → retry (hasta 3, con contexto)