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)
This commit is contained in:
Arch Agent
2026-03-10 16:04:26 +01:00
parent 3b5f6ba83d
commit eb6dcac545
96 changed files with 83 additions and 88 deletions

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", {})