Agentbox v0.3.0 Released - Qwen Support, Multi-Agent Orchestration & More #4
scharc
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm excited to announce Agentbox v0.3.0!
This release adds a fourth AI agent, multi-agent conversations, and a bunch of reliability improvements.
Highlights
Qwen Code Support
Alibaba's Qwen is now a first-class citizen alongside Claude, Codex, and Gemini:
Multi-Agent Orchestration with AgentPipe
Run conversations between multiple AI agents for code review, brainstorming, or getting different perspectives:
agentpipe run -a claude:Reviewer -a gemini:Architect -p "Review this PR"Agents can also invoke this via the
discussMCP tool.Agent Rate Limit Tracking
Automatic fallback when an agent hits rate limits:
abox usage statusRemote Q&A via Telegram
Get notified on your phone when agents need input. Answer questions remotely without being at your desk.
Port Conflict Detection
Running multiple containers? Agentbox now detects port conflicts across all your projects.
Other Improvements
mcp.json)glab) and FastMCP added to base imageBreaking Changes
BRANCH AGENTorderwtalias (useagentctl worktree)Upgrading
Full Changelog
See CHANGELOG.md for the complete list of changes.
Beta Was this translation helpful? Give feedback.
All reactions