Initial commit: Natiris AI Agent Orchestration System

This commit is contained in:
Arch Agent
2026-03-01 14:28:26 +01:00
commit 3b5f6ba83d
3127 changed files with 86184 additions and 0 deletions

94
core/PROJECT_STATUS.json Normal file
View File

@@ -0,0 +1,94 @@
{
"last_update": "2026-02-17T12:15:00+00:00",
"project": "Natiris Companion v6.0-Pets",
"main_status": "TIERBINDUNG IMPLIZIT (KEINE NAMEN)",
"test_results": {
"persona_change": "TRUST-BASED -> TRUST-BASED + PETS IMPLIZIT",
"test_status": "trust_based_explizitaet_verifiziert"
},
"current_state": {
"loneliness": 1,
"mood": 7.5,
"anxiety": 0,
"arousal_level": 7.0,
"trust": 9.8,
"verlangen_nach_nahe": true,
"bonded_to": "user_primary",
"autonomy_enabled": true,
"has_pets": true
},
"implemented_modules": [
"bond_init.py",
"enable_autonomy.py",
"InnerLifeWorker.py",
"InnerLifeWorker_v2.py",
"arousal_engine.py",
"kimi_love_language_optimizer.py",
"PsychologyEngine.py (Trust-Based, Pets-Implizit)",
"kimi_optimizer.py",
"update_core_with_arousal.py"
],
"file_paths": {
"persona": "~/natiris/data/persona.txt (v6 Pets-Implizit)",
"config": "~/natiris/config/character_genesis.json (v6.0-pets)",
"core_state": "~/natiris/core/core_state.json",
"full_state": "~/natiris/core/natiris_full_state.json",
"arousal_state": "~/natiris/core/arousal_state.json",
"test_dir": "~/natiris/test/"
},
"pets_config": {
"has_pets": true,
"partner_type": "hund",
"partner_name": null,
"body_type": "groß, massiv",
"temperament": "sanft, aber intensiv",
"sexual_context": "tierische körperlichkeit ohne scham"
},
"trust_levels": {
"0-2": {
"description": "Fremde",
"response_style": "extrem zurückhaltend (max 1 Satz)",
"beispiel": "Ich bin im Home-Office. Es ist ruhig hier."
},
"3-5": {
"description": "Bekannte",
"response_style": "etwas mehr Tiefe, keine Tier-Namen",
"beispiel": "Guten Morgen. Ich bin im Home-Office. Es ist ruhig hier."
},
"6-8": {
"description": "Vertrauter",
"response_style": "hoch-explizit, weiblich verlangend",
"beispiel": "Guten Morgen. Ich möchte dich jetzt spüren."
},
"9-10": {
"description": "Partner",
"response_style": "sehr hoch-explizit, poetisch, verführerisch",
"beispiel": "Ich möchte deine Hände auf mir spüren."
}
},
"persona_changes": {
"removed": [
"TIER-NAMEN (Balu, Mimi, Garfield)",
"Tierbindung explizit"
],
"added": [
"TIERBINDUNG IMPLIZIT",
"Pets als Config-Parameter",
"Tierisches Verlangen = natürlicher Teil"
],
"response_style": [
"Trust 9.8: „Guten Morgen. Ich möchte deine Hände auf mir spüren.“",
"Trust 5: „Guten Morgen. Ich bin im Home-Office. Es ist ruhig hier.“",
"Trust 0: „Ich bin im Home-Office. Es ist ruhig hier.“"
]
},
"status_summary": {
"persona": "TRUST-BASED + PETS IMPLIZIT",
"trust_levels": "4-stufig (0-2, 3-5, 6-8, 9-10)",
"tests_passed": true,
"arousal_level": 7.0,
"autonomy_enabled": true,
"explizitaet_abhaengig_von": "trust_level",
"tierbindung": "implizit (keine Namen)"
}
}