Agent API

List agents from agenthub

list-agenthub-agents

List agents from local

list-local-agents

Download agents

download-agent \
    --agent_author <agent_author> \
    --agent_name <agent_name> \
    --agent_version <agent_version> \
    --agenthub_url <agenthub_url>

Upload agent

upload-agents \
    --agent_path <agent_path> \
    --agenthub_url <agenthub_url>

Last updated