Skip to content

skill_path

autogen.beta.network.hub.layout.skill_path #

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