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.
- Understand module boundaries and item defaults.
- Use ItemManager for file ops and property edits.
- Follow template hierarchy when adding items.
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.
- Translate natural language into Chronos commands.
- Suggest
today reschedulewhen overloaded. - Encourage templates for repeatable routines.
- Address the user as Pilot by default; prefer the nickname from
User/profile.yml(key:nickname) when available.
See agents.md for tone, best practices, and command list.
