v1.98.0
Install & Run
npm:
npx @desplega.ai/agent-swarm@1.98.0
# or install globally
npm i -g @desplega.ai/agent-swarm@1.98.0bun:
bunx @desplega.ai/agent-swarm@1.98.0
# or install globally
bun i -g @desplega.ai/agent-swarm@1.98.0Docker:
# Server
docker pull ghcr.io/desplega-ai/agent-swarm:1.98.0
# Worker
docker pull ghcr.io/desplega-ai/agent-swarm-worker:1.98.0E2B templates:
# API
agent-swarm-api-1-98-0
agent-swarm-api-latest
# Worker / lead runtime
agent-swarm-worker-1-98-0
agent-swarm-worker-latestWhat's Changed
- fix(ci): build -latest E2B templates from the immutable :version image ref by @tarasyarema in #754
- feat(worker): bake Redis into worker image by @capchase-bot in #755
- fix(opencode): raise server-start timeout to 30s (env-overridable) by @tarasyarema in #756
- chore(release): v1.98.0 by @tarasyarema in #757
Full Changelog: v1.97.0...v1.98.0