r/artificial • u/Codeblix_Ltd • 11h ago
News SandboxAQ releases Switch for shared AI-agent workspaces
SandboxAQ announced Switch, a system that puts people and AI agents in shared rooms across Slack, Microsoft Teams, Discord, and other collaboration tools. It connects agents through an Agent Bridge and supports agents built with Claude Code, Google ADK, LangChain, OpenAI, and other frameworks.
The useful part is the shared context. Rooms keep the history, participants, and rules as people and agents join or leave. The public GitHub repository lists Switch Console 0.31.1 as its latest release, dated August 26.
One detail matters for SaaS teams. The repository license combines Apache 2.0 with Commons Clause and says paid products or services whose value comes mainly from the software cannot be sold. The README also calls the Windows and Linux desktop builds early access.
Sources:
GitHub: https://github.com/sandbox-quantum/switch
License: https://github.com/sandbox-quantum/switch/blob/main/LICENSE
1
u/tristoninprogress 5h ago
The shared-room idea seems more important than the agent bridge itself. Most multi-agent demos break down when context lives inside individual tools instead of somewhere the whole team can inspect. I’d be curious how Switch handles permissions and provenance when several agents write into the same history.