| ---
|
| license: apache-2.0
|
| language:
|
| - en
|
| tags:
|
| - singapore
|
| - calendar
|
| - scheduling
|
| - sovereign-ai
|
| - meralion
|
| - agentic-innovation
|
| - mina
|
| pipeline_tag: text-generation
|
| ---
|
|
|
| # MINA KRONOS — Sovereign Calendar Agent
|
|
|
| Part of MINA — Singapore's first sovereign edge AI companion.
|
|
|
| ## What is KRONOS?
|
| KRONOS is MINA's time and scheduling seed agent —
|
| the first seed agent built under the MINA programme.
|
| Manages calendar, appointments, and reminders
|
| via natural Singlish voice commands.
|
|
|
| ## Status
|
| - Built and deployed on Honor Magic 8 Pro
|
| - Google Calendar OAuth integration
|
| - Singlish scheduling commands supported
|
| - Autonomous improvement via ROAR Loop
|
|
|
| ## Example Commands
|
| "Eh MINA, got meeting with director next week,
|
| check calendar lah"
|
| "Remind me about doctor appointment tomorrow"
|
| "What's my schedule next Monday?"
|
|
|
| ## Technical Details
|
| - Location: C:/Projects/roar-aria/kronos.py
|
| - Google Calendar API + OAuth2
|
| - Token: token.pickle (on-device)
|
| - Fully offline after initial OAuth
|
|
|
| ## Citation
|
| ```bibtex
|
| @software{mina_kronos_2026,
|
| author = {Loh, Mun Yew},
|
| title = {MINA KRONOS: Sovereign Calendar Agent},
|
| year = {2026},
|
| publisher = {HuggingFace},
|
| organization = {Singapore AI Research}
|
| }
|
| ```
|
|
|