Import agents directly from public GitHub repositories:
Copy
Ask AI
# Basic importbeeai add "https://github.com/username/my-agent.git"# With specific versionbeeai add "https://github.com/username/my-agent.git#v1.0.0"# With specific branchbeeai add "https://github.com/username/my-agent.git#develop"# From subdirectorybeeai add "https://github.com/username/my-agent.git#:agents/my-agent"# Combined version and pathbeeai add "https://github.com/username/multi-agent-repo.git#v2.1.0:agents/specialized-agent"