- 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)
61 lines
1.8 KiB
JSON
Executable File
61 lines
1.8 KiB
JSON
Executable File
{
|
|
"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"
|
|
} |