Skip to main content
Swarms are used to orchestrate your agent across multiple games simultaneously.
Each swarm:
  • Creates one agent instance per game
  • Runs all agents concurrently using threads
  • Automatically manages scorecard opening and closing
  • Handles cleanup when all agents complete
  • Provides a link to view replay online

Running the Agent Swarm

The agent swarm is executed through main.py, which manages agent execution across multiple games with automatic scorecard tracking.

Swarm Command

CLI Arguments

Examples