Installation
Install from PyPI, editable dev install, Docker, and optional Memvid bridge build.
PyPI install
pip install "techtide-swarm[dev]==0.2.2"Editable install from source
git clone https://github.com/TechTideOhio/swarm-357
cd swarm-357
pip install -e "packages/techtide-swarm[dev]"Optional: Memvid bridge
cd packages/memvid-swarm-bridge
cargo build --release
export MEMVID_SWARM_BRIDGE=$(pwd)/target/release/memvid-swarm-bridgeSee Memvid bridge guide.
Docker
docker build -t swarm357-api .
docker run --rm -p 8000:8000 -e SWARM_API_KEY=dev swarm357-apiSee Docker deployment.
Verify install
swarm status
swarm bootExpect 357 agents loaded from the compact roster.