FastAgency
fastagency.FastAgency #
Initialize the FastAgency object.
PARAMETER | DESCRIPTION |
---|---|
wf | The workflows object to use TYPE: |
ui | The UI object to use TYPE: |
Source code in fastagency/app.py
create #
handle_asgi async
#
handle_asgi(
scope: dict[str, Any],
receive: Callable[[dict[str, Any]], Awaitable[None]],
send: Callable[[dict[str, Any]], Awaitable[None]],
) -> None