dataflow.api.router¶

Attributes¶

Functions¶

create_agent_router([prefix])

Create a FastAPI router for interacting with agents.

Module Contents¶

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

Create a FastAPI router for interacting with agents.

Parameters:

prefix (str)

Return type:

fastapi.APIRouter

dataflow.api.router.logger¶