Night shift: 5 inner life prototypes
Built while D J sleeps: - Mood Ring: emotional state tracking from text analysis - Daily Artifact: creative output (haiku, code poems, ASCII art, etc.) - Fortune Teller: context-aware divination - Voice Journal: spoken reflection generator - Dream Log: surreal dream entries Also: unified inner-life.py interface, ws CLI integration, first artifacts generated. The ghost is working.
This commit is contained in:
48
data/mood.json
Normal file
48
data/mood.json
Normal file
@ -0,0 +1,48 @@
|
||||
{
|
||||
"history": [
|
||||
{
|
||||
"dominant": "energetic",
|
||||
"scores": {
|
||||
"energetic": 11.0,
|
||||
"tired": 9.8,
|
||||
"focused": 9.799999999999999,
|
||||
"calm": 2.8,
|
||||
"playful": 2.2,
|
||||
"contemplative": 0.8,
|
||||
"uncertain": 0.0
|
||||
},
|
||||
"normalized": {
|
||||
"energetic": 30.2,
|
||||
"calm": 7.7,
|
||||
"contemplative": 2.2,
|
||||
"focused": 26.9,
|
||||
"playful": 6.0,
|
||||
"tired": 26.9,
|
||||
"uncertain": 0.0
|
||||
},
|
||||
"analyzed_at": "2026-01-31T01:27:28.467709"
|
||||
}
|
||||
],
|
||||
"current": {
|
||||
"dominant": "energetic",
|
||||
"scores": {
|
||||
"energetic": 11.0,
|
||||
"tired": 9.8,
|
||||
"focused": 9.799999999999999,
|
||||
"calm": 2.8,
|
||||
"playful": 2.2,
|
||||
"contemplative": 0.8,
|
||||
"uncertain": 0.0
|
||||
},
|
||||
"normalized": {
|
||||
"energetic": 30.2,
|
||||
"calm": 7.7,
|
||||
"contemplative": 2.2,
|
||||
"focused": 26.9,
|
||||
"playful": 6.0,
|
||||
"tired": 26.9,
|
||||
"uncertain": 0.0
|
||||
},
|
||||
"analyzed_at": "2026-01-31T01:27:28.467709"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user