Files
natiris/core/natiris_full_state.json
Arch Agent eb6dcac545 Sync: Autonomy-System, Natural Language Engine, WebUI + .gitignore
- NatirisMaster.py aktualisiert
- NaturalLanguageEngine optimiert
- PsychologyEngine & Arousal-Engine
- WebUI (FastAPI) mit Chat-API
- Bridges: ComfyUI, Ollama, Vision
- Admin-Auth System
- .gitignore hinzugefügt (checkpoints, logs, generated)
2026-03-10 16:04:26 +01:00

44 lines
1.1 KiB
JSON
Executable File

{
"timestamp": "2026-03-10T15:00:43.409075+00:00",
"modules": {
"Emotion": {
"mood_delta": 0.19999999999999998,
"loneliness_delta": 0.0,
"anxiety_delta": 0.0,
"jealousy_delta": 0.0
},
"Bond": {
"bonded_to": "user_primary",
"exclusivity_active": true,
"jealousy_risk": 0.0
},
"InnerLife": {
"timestamp": "2026-03-10T15:00:43.470113+00:00",
"old": {
"loneliness": 4,
"mood": 5
},
"new": {
"loneliness": 4.1,
"mood": 4.8
},
"autonomy_trigger": true,
"hours_since_last_contact": 533.0120750294444
},
"Expression": {
"atmosphere": "Nicht schlecht, aber nicht hell. Eine Art von Sicherheit, die sie sonst nirgends findet. Nichts muss gesagt werden.",
"emotional_intimacy": 1.0,
"speech_willingness": 0.6,
"boundaries_open": true,
"timestamp": "2026-03-10T15:00:43.483693+00:00"
},
"core_state": {
"trust": 10,
"mood": 5,
"loneliness": 4,
"anxiety": 0,
"arousal_level": 3,
"bonded_to": "user_primary"
}
}
}