munyew commited on
Commit
75836fd
·
verified ·
1 Parent(s): def761a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - singapore
7
+ - calendar
8
+ - scheduling
9
+ - sovereign-ai
10
+ - meralion
11
+ - agentic-innovation
12
+ - mina
13
+ pipeline_tag: text-generation
14
+ ---
15
+
16
+ # MINA KRONOS — Sovereign Calendar Agent
17
+
18
+ Part of MINA — Singapore's first sovereign edge AI companion.
19
+
20
+ ## What is KRONOS?
21
+ KRONOS is MINA's time and scheduling seed agent —
22
+ the first seed agent built under the MINA programme.
23
+ Manages calendar, appointments, and reminders
24
+ via natural Singlish voice commands.
25
+
26
+ ## Status
27
+ - Built and deployed on Honor Magic 8 Pro
28
+ - Google Calendar OAuth integration
29
+ - Singlish scheduling commands supported
30
+ - Autonomous improvement via ROAR Loop
31
+
32
+ ## Example Commands
33
+ "Eh MINA, got meeting with director next week,
34
+ check calendar lah"
35
+ "Remind me about doctor appointment tomorrow"
36
+ "What's my schedule next Monday?"
37
+
38
+ ## Technical Details
39
+ - Location: C:/Projects/roar-aria/kronos.py
40
+ - Google Calendar API + OAuth2
41
+ - Token: token.pickle (on-device)
42
+ - Fully offline after initial OAuth
43
+
44
+ ## Citation
45
+ ```bibtex
46
+ @software{mina_kronos_2026,
47
+ author = {Loh, Mun Yew},
48
+ title = {MINA KRONOS: Sovereign Calendar Agent},
49
+ year = {2026},
50
+ publisher = {HuggingFace},
51
+ organization = {IMDA Singapore}
52
+ }
53
+ ```