wire llms, ui tweaks

This commit is contained in:
2026-04-12 11:32:36 -03:00
parent 4de44baf98
commit 0f122fa8f7
22 changed files with 960 additions and 203 deletions

View File

@@ -25,6 +25,9 @@ class Endpoints:
def crew_notes(flight_id: str) -> str:
return f"/scenarios/data/crew-notes/{flight_id}"
# Config
CONFIG_LLM = "/config/llm"
# Agents
AGENT_FCE = "/agents/fce"
AGENT_HANDOVER = "/agents/handover"