Skip to content

runtime_path

autogen.beta.network.hub.layout.runtime_path #

runtime_path(agent_id)
Source code in autogen/beta/network/hub/layout.py
def runtime_path(agent_id: str) -> str:
    return f"/agents/{agent_id}/runtime.json"