Runnable fastagency.base.Runnable # Bases: Protocol ui property # ui: UI wf property # wf: Workflows create # create(import_string: str) -> Generator[None, None, None] Source code in fastagency/base.py 240 241@contextmanager def create(self, import_string: str) -> Generator[None, None, None]: ... start # start( import_string: str, name: Optional[str] = None, initial_message: Optional[str] = None, ) -> None Source code in fastagency/base.py 243 244 245 246 247 248def start( self, import_string: str, name: Optional[str] = None, initial_message: Optional[str] = None, ) -> None: ...