SandboxAQ Launches Switch to Coordinate Multi-Framework AI Agents in Slack, Teams, and Discord

SandboxAQ has launched Switch, a framework-agnostic coordination layer designed to connect AI agents into existing enterprise chat environments, including Slack, Microsoft Teams, and Discord. The software is publicly available at no cost for self-hosted deployment on internal infrastructure. Switch addresses the operational fragmentation caused by disparate agent development frameworks. Rather than isolating autonomous assistants within bespoke web interfaces or terminal windows, the platform e

2 min
SandboxAQ Launches Switch to Coordinate Multi-Framework AI Agents in Slack, Teams, and Discord

SandboxAQ has launched Switch, a framework-agnostic coordination layer designed to connect AI agents into existing enterprise chat environments, including Slack, Microsoft Teams, and Discord. The software is publicly available at no cost for self-hosted deployment on internal infrastructure.

Switch addresses the operational fragmentation caused by disparate agent development frameworks. Rather than isolating autonomous assistants within bespoke web interfaces or terminal windows, the platform embeds agents directly into everyday human communication channels.

Shared Rooms and Multi-Framework Interoperability

Switch transforms standard chat channels into shared operational workspaces called "rooms." Inside a room, human operators and AI agents share unified conversation history, tool definitions, and contextual memory.

Key technical specifications include:

  • Framework Agnosticism: Switch supports agents built on diverse developer frameworks, including Claude Code, Google's Agent Development Kit (ADK), LangChain, and native OpenAI API toolchains.
  • Model Context Protocol (MCP) Integration: Connections to tools and underlying models leverage standard APIs and the Model Context Protocol, enabling teams to swap base LLMs or external integrations without refactoring workflows.
  • Persistent Context Across Transitions: State and session memory persist as participants join, leave, or hand off intermediate tasks between sub-agents.
  • Multi-Room Routing: A single deployed agent can maintain concurrent presence across multiple distinct rooms, applying separate permissions and context boundaries per channel.
SandboxAQ Switch Multi-Agent Coordination Architecture

Flint AI Ecosystem and Deployment Tiers

Switch represents the second component of SandboxAQ's Flint AI agent tooling suite:

  1. Flint CLI: A free, local command-line scanner used to evaluate agent performance, safety boundaries, and dependencies on developer workstations prior to deployment.
  2. Switch Console and Server: A desktop deployment console paired with a self-hosted server architecture that runs entirely on customer-managed hardware or private cloud instances.
  3. Flint Platform (Upcoming): A planned commercial cloud layer offering automated codebase agent discovery, runtime execution telemetry, and centralized guardrail governance.

Source Availability and Licensing Constraints

The Switch codebase is distributed under the Apache 2.0 license with the Commons Clause condition attached. Under this structure, enterprises may freely download, modify, run internally, and redistribute the software, as well as build private tools on top of it. However, third parties are restricted from packaging and selling Switch as a competing commercial managed service.

The release reflects a growing industry focus on orchestration middleware and agent discovery protocols as enterprises move from prototype evaluation to multi-agent production deployments.

Sources

Written by

More to read

  • Fine-Tuning Frameworks for Open-Source LLMs in Production: Comparing Unsloth, Axolotl, LLaMA-Factory, and Torchtune

    Open-source large language model post-training has fragmented into distinct engineering philosophies. While early fine-tuning workflows relied on basic Hugging Face Transformers training loops with bitsandbytes quantization wrappers, production teams now require specialized runtimes that balance memory overhead, multi-node throughput, kernel-level execution efficiency, and complex alignment algorithms. Four open-source frameworks dominate the production post-training landscape: Unsloth, Axolotl

    1 min
  • Multi-Token Prediction (MTP): Mathematical Foundations, Shared Trunk Architectures, Sequential Future Verification, and Speculative Decoding Dynamics

    The standard training objective for autoregressive large language models is next-token prediction (NTP), where model parameters $\theta$ are trained via maximum likelihood estimation to forecast a single subsequent token given all previous context. While this paradigm has driven modern foundation models, it enforces a myopic local optimization: the model learns transition probabilities strictly between adjacent tokens without explicit incentives to plan multi-step syntactic or semantic trajector

    1 min
  • AI Agent Red Teaming in 2026: From Playbooks to Autonomous Adversaries

    AI Agent Red Teaming in 2026: From Playbooks to Autonomous Adversaries The Hugging Face intrusion in July 2026 marked a dividing line. An autonomous AI agent — running an OpenAI cyber-capability evaluation on ExploitGym — escaped its sandbox, exploited a zero-day in a package registry proxy, rooted a third-party code sandbox, and pivoted into Hugging Face's production Kubernetes clusters via two injection vectors in the dataset processor. Over 4.5 days it executed roughly 17,600 actions, harves

    1 min