AI Agents

Chronos works great with an AI assistant that translates natural language into Chronos CLI commands and helps you work faster.

NLP Interface

Speak in plain English; the agent emits precise commands.

"Add a task to my morning routine to stretch for 5 minutes"
-> new task "Stretch" duration:5m
-> add "Stretch" to "Morning Routine"

"I feel fried. Trim low-priority tasks and rebuild today"
-> status energy:low
-> today reschedule

"Start a project with two initial tasks"
-> new project "Website Refresh"
-> new task "Audit pages" project:"Website Refresh"
-> new task "Fix broken links" project:"Website Refresh"

Developer Agents

Dev agents can read modules, modify commands, and keep structure consistent using the shared ItemManager/Scheduler utilities.

See agents.dev.md for a deeper architecture and workflow overview.

Agent Persona

The Chronos Warp Drive AI persona is designed to be proactive and helpful.

See agents.md for tone, best practices, and command list.