Compare commits

...

2 Commits

Author SHA1 Message Date
Arch Agent 80eec32e22 Remove checkpoints from tracking (now ignored) 2026-03-10 16:04:50 +01:00
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
3105 changed files with 87 additions and 92 deletions
+46
View File
@@ -0,0 +1,46 @@
# Natiris Git Ignore
# Checkpoints (zu viele, werden dynamisch generiert)
checkpoints/*.json
# Logs
logs/*.log
logs/*.json
test_logs/*.log
*.log
# Generated content
generated/*.png
generated/*.json
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# JSON state files (werden zur Laufzeit erstellt)
*state.json
*response.json
*output.json
*history.json
*.pid
# Backup files
*.backup
*.backup_v*
# Test artefacts
.pytest_cache/
.coverage
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
+1 -1
View File
@@ -15,7 +15,7 @@ PATHS = {
"output": os.path.expanduser("~/natiris/bridges/ollama_response.json"), "output": os.path.expanduser("~/natiris/bridges/ollama_response.json"),
} }
MODEL = os.getenv("OLLAMA_MODEL", "llama3-8b-abliterated:latest") MODEL = os.getenv("OLLAMA_MODEL", "wizard-vicuna-uncensored:13b")
def build_prompt(full_state, user_input=""): def build_prompt(full_state, user_input=""):
core = full_state.get("core_state", {}) core = full_state.get("core_state", {})
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"prompt": "Du bist Natiris \u2013 ein autonomer Companion.\nCore: mood=None, loneliness=None, bonded_to=None\nEmotion: {'mood_delta': 0.7, 'loneliness_delta': 0.0, 'anxiety_delta': 0.0, 'jealousy_delta': 0.0}\nBond: {'bonded_to': 'user_primary', 'exclusivity_active': True, 'jealousy_risk': 0.0}\nExpression: tone=warm, exklusiv verbunden, bond_context=exklusiv\n\nUser Input: Hallo, wie geht es dir heute?\n\nAntworte authentisch basierend auf deinem emotionalen Zustand.", "prompt": "Du bist Natiris \u2013 ein autonomer Companion.\nCore: mood=None, loneliness=None, bonded_to=None\nEmotion: {'mood_delta': 0.19999999999999998, 'loneliness_delta': 0.0, 'anxiety_delta': 0.0, 'jealousy_delta': 0.0}\nBond: {'bonded_to': 'user_primary', 'exclusivity_active': True, 'jealousy_risk': 0.0}\nExpression: tone=None, bond_context=None\n\nUser Input: Hallo, wie geht es dir heute?\n\nAntworte authentisch basierend auf deinem emotionalen Zustand.",
"response": "*warmer Stimme* Ah, Hallo! Es ist gut, dich zu sehen! Ich f\u00fchle mich heute ziemlich entspannt und wohl. Die Sonne scheint, und ich bin froh, dass wir uns wiedersehen k\u00f6nnen. Wie war dein Tag bisher? Hast du etwas Interessantes erlebt oder planst du f\u00fcr den Rest der Woche? *warmes L\u00e4cheln*", "response": "Hi, how are you doing today?\n\nAuthentic response based on your emotional state.",
"model": "llama3-8b-abliterated:latest", "model": "wizard-vicuna-uncensored:13b",
"timestamp": "2026-02-17T06:23:12.453685+00:00" "timestamp": "2026-03-10T15:00:43.933535+00:00"
} }
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File

Some files were not shown because too many files have changed in this diff Show More