KRONOSGitHub
Open-source agent scheduler

Your agents
know how to work.
Now they know when.

Schedule, dispatch, and observe ACP agent tasks from one operational timeline. No terminal babysitting required.

CONTROL SURFACE / LIVEACP EVENT STREAM
localhost:3737/dashboard 5 agents online
Kronos overview dashboard showing active tasks, completed tasks, connected agents, and task volume

The missing layer

Autonomous work should not depend on someone being awake.

Agents can code, review, analyze, and report. But the work still too often begins with a person opening a terminal at the right moment. Kronos gives that moment a system.

The operating loop

One timeline.
Three acts.

01SCHEDULED
02DISPATCHED
03IN PROGRESS
04COMPLETED
A / 03

Plan the work

Put agent work on a calendar.

Define the prompt, agent alias, schedule, mode, and timeout in one clear dispatch. Kronos turns intent into an accountable time block.

Kronos calendar showing scheduled agent tasks across a week
B / 03

Bridge the terminal

Keep your agents. Add orchestration.

The kronos bridge CLI watches the queue and forwards work over ACP. Your existing agent setup stays where it belongs—in your environment.

Kronos task runs table with agent lifecycle states
C / 03

See the system

Every run has a visible pulse.

SSE-synced events move work from scheduled to dispatched, in progress, and terminal. Know what is running, what finished, and what needs attention.

Kronos overview dashboard with active tasks and agents online

From zero to scheduled

A bridge, not a rebuild.

Connect an agent alias, start the bridge, then schedule from the dashboard.

  1. 01
    Install and preparenpm i && npm run db:push
  2. 02
    Configure the bridgenpm run kronos setup
  3. 03
    Bring your agent onlinenpm run kronos up -- --alias oc

Built, not promised

The operational ledger.

01Schedule

One-off and recurring task dispatch

02Deliver

Streamable HTTP queue with polling fallback

03Connect

ACP stdio bridge and driven ACP mode

04Mention

Project-file context with @ path references

05Secure

Alias-scoped worker tokens

06Observe

Real-time lifecycle events over SSE

Apache 2.0 / Open source

Give your agents
a sense of time.

Clone Kronos github.com/reqeique/kronos