Initial commit: Natiris AI Agent Orchestration System
This commit is contained in:
10
start_only_api.sh
Executable file
10
start_only_api.sh
Executable 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)"
|
||||
Reference in New Issue
Block a user