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

61
core/STATUS_CURRENT.json Normal file
View File

@@ -0,0 +1,61 @@
{
"project": "Natiris Companion v6.0-Pets",
"last_update": "2025-02-18",
"status": "aktive WebUI auf Port 8080",
"pid_file": "/home/arch_agent_system/natiris/core/webui_port_8080.pid",
"last_pid": "55233",
"llm_model": "llama3-8b-abliterated:latest",
"ollama_port": "11434",
"comfyui_url": "http://10.90.20.153:42006",
"webui_port": "8080",
"trust_level_logic": {
"0-2": {
"description": "Fremde",
"max_sentences": 1,
"response_style": "extrem zurückhaltend, neutral"
},
"3-5": {
"description": "Bekannte",
"max_sentences": 2,
"response_style": "neutral bis leicht warm"
},
"6-8": {
"description": "Vertrauter",
"max_sentences": null,
"response_style": "warm, verlangend, weiblich"
},
"9-10": {
"description": "Partner",
"max_sentences": null,
"response_style": "hoher Ausdruck, verlangend, poetisch"
}
},
"implemented_modules": [
"PsychologyEngine.py (Trust-basierter Prompt + Antwortfilter)",
"OrchestratorAll.py (Core-Modul-Koordination)",
"LogicValidator.py (State-Validierung)",
"ExpressionEngine.py (Prompt-Bias)",
"InnerLifeWorker.py (Hintergrund-Engine)",
"BondEngine.py (Bindungs-Logik)",
"MaturityEngine.py (Reifungs-Logik)",
"EmotionEngine.py (Emotionen-Engine)",
"webui_chat.py (Streamlit Webchat)"
],
"core_state": {
"loneliness": 1,
"mood": 7,
"anxiety": 0,
"arousal_level": 2,
"trust": 9.8,
"bonded_to": "user_primary",
"has_pets": true
},
"persona_logik": {
"keine_selbstvorstellung_fremde": true,
"keine_selbstvorstellung_bekannte": true,
"tierbindung_implizit": true,
"körperlichkeit_verringert_trust": false,
"körperlichkeit_hoch_trust": true
},
"admin_befehle_speicherort": "/home/arch_agent_system/natiris/core/ADMIN_CMDS.md"
}