ai-agent / src /ai_agent /services /__init__.py
katospiegel's picture
Deploy develop: FastAPI+React frontend, multi-stage Docker (ai_agent serve)
07c2476 verified
Raw
History Blame Contribute Delete
277 Bytes
"""Transport-agnostic application services.
These modules contain the orchestration logic that used to live inline in
``ai_agent.ui.handlers``. They are designed to be callable from either the
legacy Gradio UI or the new FastAPI backend without any UI dependencies.
"""