Kronos - Visual Scheduling Platform for AI Agent Workflows by Ananiya KestoKronos - Visual Scheduling Platform for AI Agent Workflows by Ananiya Kesto

Kronos - Visual Scheduling Platform for AI Agent Workflows

Ananiya Kesto

Ananiya Kesto

Area
Feature
Status
Notes
Agent task scheduling from dashboard
SCHEDULED -> DISPATCHED -> IN_PROGRESS -> terminal
Streamable HTTP queue for workers
--queue-transport polling --poll-ms <n>
ACP stdio bridge and driven ACP mode
Project-file suggestions from authenticated API
Enabled by default, disable via
Bridge token minting + alias-scoped worker auth
Real-time dashboard event stream
ACP session title display
Area
Feature
Status
Notes
Cross-process dedupe/lease locking for same alias
Rich mention picker UI (grouping, fuzzy ranking, keyboard hints)
Per-agent concurrency limits and rate shaping
Dead-letter/retry policies for failed queue deliveries
Worker/session analytics and throughput dashboards
http://localhost:3737/dashboard
Register an agent alias in
, generate a token and copy it.
Run the interactive TUI setup wizard:
npm run kronos setup
Boot the server and your agent in one command:
(If you compiled the binary, you can run
and
directly!)
Task Description
IN_PROGRESS
kronos agent
GET /api/bridge/tasks
--queue-transport polling --poll-ms 3000
Keep the watcher terminal running while tasks are being processed.
only if you are wiring your own ACP NDJSON stream manually.
watch-stdio --drive-acp
Like this project

Posted Aug 17, 2026

Visual scheduling platform for AI agent workflows — cron-like triggers, ACP/NDJSON integration, and a self-hosted bridge server.