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
.gitignore vendored Normal file
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

0
ANTWORT_GESPEICHERT.txt Normal file → Executable file
View File

0
DOKUMENTATION_FORTSCHRITT.md Normal file → Executable file
View File

0
NatirisMaster.py Normal file → Executable file
View File

0
PLAN_17_02_2026.md Normal file → Executable file
View File

0
RESPONSE_OPTIMIZATION_COMPLETE.md Normal file → Executable file
View File

0
WEBUI_STATUS.md Normal file → Executable file
View File

0
admin/admin_log.json Normal file → Executable file
View File

0
admin/api_auth.py Normal file → Executable file
View File

0
admin/api_auth.py.backup Normal file → Executable file
View File

0
admin/auth.py Normal file → Executable file
View File

0
agent_recovery.log Normal file → Executable file
View File

0
agent_state.json Normal file → Executable file
View File

0
agents/natiris_recovery_agent.py Normal file → Executable file
View File

0
assets/base_images/body_base.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

0
assets/base_images/face_base.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

0
assets/base_images/pose_base.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

0
bridges/ComfyBridge_final.py Normal file → Executable file
View File

0
bridges/ComfyBridge_v2.py Normal file → Executable file
View File

0
bridges/ComfyBridge_v3.py Normal file → Executable file
View File

0
bridges/ComfyBridge_working.py Normal file → Executable file
View File

View File

@@ -15,7 +15,7 @@ PATHS = {
"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=""):
core = full_state.get("core_state", {})

0
bridges/VisionBridge.py Normal file → Executable file
View File

0
bridges/VisionBridge_v2.py Normal file → Executable file
View File

0
bridges/comfy_response.json Normal file → Executable file
View File

0
bridges/comfy_status.json Normal file → Executable file
View File

8
bridges/ollama_response.json Normal file → Executable file
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.",
"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*",
"model": "llama3-8b-abliterated:latest",
"timestamp": "2026-02-17T06:23:12.453685+00:00"
"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": "Hi, how are you doing today?\n\nAuthentic response based on your emotional state.",
"model": "wizard-vicuna-uncensored:13b",
"timestamp": "2026-03-10T15:00:43.933535+00:00"
}

0
bridges/signal_response.json Normal file → Executable file
View File

0
bridges/vision_analysis.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0001.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0002.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0003.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0004.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0005.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0006.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0007.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0008.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0009.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0010.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0011.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0012.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0013.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0014.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0015.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0016.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0017.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0018.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0019.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0020.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0021.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0022.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0023.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0024.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0025.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0026.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0027.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0028.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0029.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0030.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0031.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0032.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0033.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0034.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0035.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0036.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0037.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0038.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0039.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0040.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0041.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0042.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0043.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0044.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0045.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0046.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0047.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0048.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0049.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0050.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0051.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0052.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0053.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0054.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0055.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0056.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0057.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0058.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0059.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0060.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0061.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0062.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0063.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0064.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0065.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0066.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0067.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0068.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0069.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0070.json Normal file → Executable file
View File

0
checkpoints/checkpoint_0071.json Normal file → Executable file
View File

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