dataflow.router¶

Attributes¶

Functions¶

create_agent_router(→ fastapi.APIRouter)

Create a FastAPI router for interacting with agents.

Module Contents¶

dataflow.router.create_agent_router(prefix: str = '/agents') fastapi.APIRouter¶

Create a FastAPI router for interacting with agents.

dataflow.router.logger¶