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)
This commit is contained in:
Arch Agent
2026-03-10 16:04:26 +01:00
parent 3b5f6ba83d
commit eb6dcac545
96 changed files with 83 additions and 88 deletions

90
core/natiris_full_state.json Normal file → Executable file
View File

@@ -1,92 +1,44 @@
{
"timestamp": "2026-02-17T08:34:10.373189+00:00+00:00",
"timestamp": "2026-03-10T15:00:43.409075+00:00",
"modules": {
"Emotion": {
"mood_delta": 0.7,
"mood_delta": 0.19999999999999998,
"loneliness_delta": 0.0,
"anxiety_delta": 0.0,
"jealousy_delta": 0.0
},
"Maturity": {
"stability_bias": 0.0,
"dependency_bias": 0.24,
"regression_factor": 0.97
},
"Bond": {
"bonded_to": "user_primary",
"exclusivity_active": true,
"jealousy_risk": 0.0,
"bond_started_at": "2026-02-17T07:38:16.129372+00:00"
"jealousy_risk": 0.0
},
"InnerLife": {
"timestamp": "2026-02-17T07:38:16.129372+00:00",
"timestamp": "2026-03-10T15:00:43.470113+00:00",
"old": {
"loneliness": 2,
"mood": 7.0
"loneliness": 4,
"mood": 5
},
"new": {
"loneliness": 2.1,
"mood": 6.8
"loneliness": 4.1,
"mood": 4.8
},
"autonomy_trigger": false,
"hours_since_last_contact": 20.385872389722223,
"bond_context": "exklusiv, user_primary"
"autonomy_trigger": true,
"hours_since_last_contact": 533.0120750294444
},
"Expression": {
"tone": "warm, exklusiv verbunden",
"intensity": 0.7,
"memory_context": "",
"bond_context": "exklusiv",
"timestamp": "2026-02-17T06:23:09.155594+00:00"
"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": {
"bonded_to": "user_primary",
"bond_started_at": "2026-02-17T07:38:16.129372+00:00",
"loneliness": 7.500000000000002,
"mood": 4.399999999999998,
"anxiety": 1,
"event_history": [
{
"event": "bond_init",
"timestamp": "2026-02-17T07:38:16.129372+00:00",
"user": "user_primary"
}
],
"frustration": 0.0,
"physical_symptoms": false,
"arousal_level": 7.263360000000003,
"verlangen_nach_nahe": true,
"intensives_verlangen": false,
"physiologische_anzeichen": true,
"koerpersignale": [
"Unruhe, F\u00fc\u00dfe bewegen",
"Hautf\u00fchlig, zitternde H\u00e4nde",
"Hitzegef\u00fchl, beschleunigter Puls"
]
},
"arousal": {
"level": 7.263360000000003,
"verlangen_nach_nahe": true,
"intensives_verlangen": false,
"koerpersignale": [
"Unruhe, F\u00fc\u00dfe bewegen",
"Hautf\u00fchlig, zitternde H\u00e4nde",
"Hitzegef\u00fchl, beschleunigter Puls"
]
},
"Vision": {
"last_analysis": "2026-02-17T20:54:01.157950+00:00",
"detected_mood": 3,
"anxiety_detected": false,
"intimacy_level": 0
"trust": 10,
"mood": 5,
"loneliness": 4,
"anxiety": 0,
"arousal_level": 3,
"bonded_to": "user_primary"
}
},
"core_state": {
"mood": 5,
"anxiety": 10.0,
"trust": 0.0,
"bonded_to": "user_primary",
"bonded": true,
"loneliness": 3
}
}