Skip to content

task_events_path

autogen.beta.network.hub.layout.task_events_path #

task_events_path(task_id)
Source code in autogen/beta/network/hub/layout.py
def task_events_path(task_id: str) -> str:
    return f"/tasks/{task_id}/events.jsonl"