brand renaming, scenario reloads flight
This commit is contained in:
@@ -14,12 +14,12 @@ from typing import Any
|
||||
from agents.shared.mcp_client import MCPMultiClient
|
||||
|
||||
|
||||
async def run_efhas(
|
||||
async def run_fce(
|
||||
flight_id: str,
|
||||
mcp: MCPMultiClient,
|
||||
on_event: Any = None,
|
||||
) -> dict:
|
||||
"""Run the EFHaS agent for a single flight.
|
||||
"""Run the FCE agent for a single flight.
|
||||
|
||||
Args:
|
||||
flight_id: The flight to generate a notification for.
|
||||
@@ -29,7 +29,7 @@ SERVERS = {
|
||||
|
||||
# Agent profiles — which servers each agent connects to
|
||||
AGENT_PROFILES = {
|
||||
"efhas": ["shared", "ops", "passenger"],
|
||||
"fce": ["shared", "ops", "passenger"],
|
||||
"handover": ["shared", "ops"],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user