Skip to content

agenthub

Multi-agent collaboration plugin that spawns N parallel subagents competing on the same task via git worktree isolation. Agents work independently, results are evaluated by metric or LLM judge, and the best branch is merged. Use when: user wants multiple approaches tried in parallel — code optimization, content variation, research exploration, or any task that benefits from parallel competition. Requires: a git repo.

Repository Source folder

Details

Path
engineering/agenthub/skills/agenthub
License
MIT
Bundled scripts
6
Dependencies
2

Bundled scripts

  • engineering/agenthub/skills/agenthub/scripts/board_manager.py
  • engineering/agenthub/skills/agenthub/scripts/dry_run.py
  • engineering/agenthub/skills/agenthub/scripts/dag_analyzer.py
  • engineering/agenthub/skills/agenthub/scripts/result_ranker.py
  • engineering/agenthub/skills/agenthub/scripts/session_manager.py
  • engineering/agenthub/skills/agenthub/scripts/hub_init.py

FAQ