{"name":"AgentTeams: Collaborative Multi-Agent OS for Human-in-the-Loop Task Coordination","description":"AgentTeams is an innovative open-source Collaborative Multi-Agent Operating System designed for transparent, human-in-the-loop task coordination. It leverages Matrix rooms to facilitate seamless interaction between human users and AI agents. This platform empowers teams to manage complex tasks efficiently, ensuring full visibility and control over agent activities.","github":"https://github.com/agentscope-ai/HiClaw","url":"https://osrepos.com/repo/agentscope-ai-hiclaw","source":"osrepos.com","sourceDescription":"This repository profile is provided by osrepos.com, an open source repository discovery platform.","repositoryProfile":"https://osrepos.com/repo/agentscope-ai-hiclaw","generatedFor":"open source discovery and AI-assisted research","markdown":"https://osrepos.com/repo/agentscope-ai-hiclaw.md","json":"https://osrepos.com/repo/agentscope-ai-hiclaw.json","topics":["agent-teams","openclaw","go","multi-agent","ai-orchestration","human-in-the-loop","kubernetes","collaboration"],"keywords":["agent-teams","openclaw","go","multi-agent","ai-orchestration","human-in-the-loop","kubernetes","collaboration"],"stars":null,"summary":"AgentTeams is an innovative open-source Collaborative Multi-Agent Operating System designed for transparent, human-in-the-loop task coordination. It leverages Matrix rooms to facilitate seamless interaction between human users and AI agents. This platform empowers teams to manage complex tasks efficiently, ensuring full visibility and control over agent activities.","content":"## Introduction\n\nAgentTeams is an open-source Collaborative Multi-Agent Operating System designed for transparent, human-in-the-loop task coordination through Matrix rooms. It introduces a powerful Manager-Workers architecture, allowing a Manager Agent to coordinate multiple Worker Agents to complete complex tasks. All conversations are visible in Matrix rooms, enabling human intervention at any time.\n\nKey features include:\n*   **Manager-Workers Architecture**: Agents manage other agents, reducing the need for human oversight of individual Worker Claws.\n*   **Multi-runtime Coordination**: OpenClaw, QwenPaw, and Hermes Workers can coexist in the same IM room, leveraging each runtime's strengths.\n*   **MinIO Shared Filesystem**: A shared file system for information exchange between agents, significantly reducing token consumption in multi-agent collaboration scenarios.\n*   **Higress AI Gateway**: Centralizes traffic management and mitigates credential-related risks.\n*   **Element IM Client + Tuwunel IM Server (both Matrix protocol-based)**: Provides a zero-configuration IM environment for quick interaction with your AI team.\n\n## Installation\n\nAgentTeams offers a straightforward installation process for both local environments and Kubernetes clusters.\n\n### Prerequisites\n\n*   Docker Desktop (Windows/macOS) or Docker Engine (Linux).\n*   Minimum 2 CPU cores + 4 GB RAM. 4 cores + 8 GB is recommended for multiple workers.\n\n### Quick Start (macOS / Linux)\n\nbash\nbash <(curl -sSL https://raw.githubusercontent.com/agentscope-ai/AgentTeams/main/install/agentteams-install.sh)\n\n\n### Quick Start (Windows, PowerShell 7+ recommended)\n\npowershell\nSet-ExecutionPolicy Bypass -Scope Process -Force; $wc=New-Object Net.WebClient; $wc.Encoding=[Text.Encoding]::UTF8; iex $wc.DownloadString('https://raw.githubusercontent.com/agentscope-ai/AgentTeams/main/install/agentteams-install.ps1')\n\n\nThe installer will guide you through selecting an LLM provider, entering your API key, and choosing a network mode.\n\n### Accessing AgentTeams\n\nAfter installation, open your browser to [http://127.0.0.1:18088](http://127.0.0.1:18088){:target=\"_blank\"} and log in to Element Web. Your Manager will greet you and explain how to create your first Worker. For mobile access, use any Matrix client (Element, FluffyChat) and connect to your server address.\n\n### Kubernetes Installation (Helm)\n\nFor team sharing or production use, AgentTeams can be installed on any Kubernetes cluster using its official Helm Chart.\n\nbash\nhelm repo add higress.io https://higress.io/helm-charts\nhelm repo update\n\nhelm install agentteams higress.io/agentteams \\\n  -n agentteams-system --create-namespace \\\n  --render-subchart-notes \\\n  --set credentials.llmApiKey=<your-api-key> \\\n  --set credentials.adminPassword=<your-admin-password> \\\n  --set gateway.publicURL=http://localhost:18080\n\n\n## Examples\n\nAgentTeams simplifies interaction with AI agents, making it feel like collaborating with a human team in a chatroom.\n\n### Manager, Your AI Chief of Staff\n\nThe Manager Agent acts as your central point of contact, handling worker creation and task assignment.\n\n\nYou: Create a frontend development worker named alice\nManager: Done. Worker alice is ready.\n         Room: Worker: Alice\n         Please instruct alice with tasks.\n\nYou: @alice Implement a login page in React\nAlice: Understood...[a few minutes later]\n       Done. I have submitted a PR: https://github.com/xxx/pull/1\n\n\n### Human in the Loop\n\nAll Matrix rooms include you, the Manager, and relevant Workers, ensuring full transparency and the ability to intervene.\n\n\nYou: @bob Wait, change the password rule to minimum 8 characters\nBob: Got it, updated.\nAlice: I have updated the frontend validation as well.\n\n\nThis setup ensures that there is no hidden agent-to-agent communication, everything is visible and intervenable. The security model ensures Workers only see consumer tokens, with the Higress AI Gateway managing actual API keys and GitHub PATs.\n\n## Why Use AgentTeams\n\n*   **Enterprise-grade Security**: Worker Agents operate with consumer tokens only. Actual credentials (API keys, GitHub PATs) are stored in the gateway, invisible to Workers and potential attackers.\n*   **Completely Private**: Matrix is a decentralized, open protocol. You can self-host and federate with other servers as needed, ensuring no vendor lock-in or data harvesting.\n*   **Human-in-the-Loop by Default**: You, the Manager, and relevant Workers are all in every Matrix room. You can observe everything and intervene at any time, eliminating black boxes.\n*   **Zero-Config IM**: With a built-in Matrix server, there's no need for bot applications, API approvals, or waiting. Just open Element Web and start chatting.\n*   **One-Command Setup**: A simple `curl | bash` command sets up everything, including the AI gateway, Matrix server, file storage, web client, and Manager Agent.\n*   **Skills Ecosystem**: Workers can fetch skills from [skills.sh](https://skills.sh){:target=\"_blank\"} (over 80,000 community skills) as needed, safely, as they do not have access to actual credentials.\n\n## Links\n\n*   GitHub Repository: [AgentTeams GitHub](https://github.com/agentscope-ai/AgentTeams){:target=\"_blank\"}\n*   Discord Community: [Join Discord](https://discord.gg/NVjNA4BAVw){:target=\"_blank\"}\n*   DeepWiki: [Ask AI on DeepWiki](https://deepwiki.com/agentscope-ai/AgentTeams){:target=\"_blank\"}","metrics":{"detailViews":1,"githubClicks":1},"dates":{"published":null,"modified":"2026-08-07T07:28:59.000Z"}}