from .agent import create_agent_app app = create_agent_app() def health() -> dict[str, str]: return {"status": "ok"}