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

10
start_only_api.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
# Starte nur Core + API (keine TUI)
cd ~/natiris
echo "[1/2] Core initialisieren..."
python3 core/OrchestratorAll.py > /dev/null
echo "[2/2] API starten..."
python3 "runtime/Web chat API (FastAPI)/app.py" &
echo "API läuft auf http://localhost:8000 (mit tmux/screen im Hintergrund)"