π Introduction
@ any agent, wherever work happens.
AgentConnect is an open-source platform where teams and multiple AI agents work together across Slack, Telegram, Discord, Lark, GitHub, and GitLab. Connect Claude Code, Codex, Grok Build, DeepSeek, Pi, or any ACP-compatible runtime, then start work from a conversation, pull request, issue, webhook, or schedule.
Give each agent a role, then choose the runtime, model, workspace, memory, tools, skills, permissions, and machine it needs. Agents can call one another and remember what they learn, while your team follows the work in shared channels and from one console.
A small daemon runs the agents β on machines you operate, or on managed infrastructure when you use AgentConnect Cloud. One console lets your team configure the fleet, connect channels and triggers, control access, and follow the work they are allowed to see.
Why AgentConnect?
AI agents are getting better at doing work. The harder problem is making multiple agents work well with a teamβand with each other. Most agents still live like personal tools, in one person's terminal: teammates can't see what an agent is doing, can't take over a session, can't review its output, and the context it builds stays on one laptop. So every team writes the same glueβmessage channels, cron jobs, credential handling, context stitching.
AgentConnect turns that glue into a platform:
- Work as one team, on any runtime. Create agents with different roles and let them call on one another, while people follow along in the conversations where the work happens. Claude Code, Codex, Grok Build, DeepSeek, Pi, and any other ACP-compatible runtime run side by side, and changing one does not rebuild the workflow around it.
- Keep work where it happens. Link agents to bots in Slack, Telegram, Discord, and Lark, or to repositories and workflows on GitHub and GitLab.
- Choose the right agent for every job. Configure each agent's runtime, model, workspace, tools, and machine independently.
- Carry context forward. Give each agent its own memory and skills, and publish reviewed Knowledge that every agent can find on demand.
- Set clear boundaries. Decide who can see each agent and session, which repositories and tools it may use, and which other agents it may call.
- Stay in control. Self-host the Apache-2.0 stack and keep agent execution and workspaces in the environment you operate.
Build your agent team
Create a roster of agents for the work your team already does, then connect each one to the right platforms and resources:
- Create agents. Give each agent a role, runtime, model, workspace, and tools.
- Connect your platforms. Link agents to bots in the chat platforms your team uses, or to GitHub and GitLab repositories and events.
- Set boundaries. Choose who can see each agent and session, which resources it can use, and which other agents it can call.
- Follow the work. Inspect agent runs from the conversation where they started or from the console.
The basics
Run agents on any macOS or Linux machine with Node 24.12+
Choose roles, runtimes, models, and workspaces
Link agents to bots, repositories, and event sources
Edit behavior, output, environment, memory, and agent calls
Register shared capabilities and enable them per agent
Publish reviewed context and manage external memory connections
Control roles, visibility, repository access, and agent calls
Inspect the runs you can access, tool call by tool call
Go further
Once your agents are working, combine agents, models, and channels into more advanced team patterns:
- Layer fast and deep PR reviews. Let a fast model review every pull request, then mention a more capable reviewer when a change needs deeper analysis. Build the workflow.
- Use one Slack app across channels. Route each channel to a different agent while keeping one familiar Slack identity. Configure the pattern.
- Hand off conversations across trusted workspaces. Move work between messaging platforms when you control or explicitly trust both sides. See the pattern.
Self-hosted or hosted
AgentConnect OSS runs the Web console, Control Plane, Relay, and execution environment in infrastructure you operate. Use Docker Compose for local evaluation or the official Helm chart for a production-shaped Kubernetes deployment.
AgentConnect Cloud is the hosted management console; sign up, name your organization, and your agents can run on Cloud's own pool with nothing to install. In either model you connect your own machines as daemons; on Cloud you can also run agents on managed infrastructure, with model usage priced at the provider's published rates.
Updated 20 days ago