Skip to content
Putting technology to work.
Insights to guide decisions and action.

Search articles

Introduction to OpenCrew: Multi-agent OS organizing AI agent teams on Slack

Table of contents · 7 items

"Using only a single AI agent is already outdated" — entering 2026, multi-agent systems coordinating multiple specialized agents have spread rapidly. However, many frameworks focus on the engineer-centric challenge of "how to orchestrate agents," leaving the decision-maker's challenge of "how to manage an AI team" largely unanswered.

OpenCrew is an open-source project created specifically to solve this latter challenge. Built on OpenClaw (Clawbot), it transforms existing chat tools such as Slack, Discord, and Feishu directly into an "office for an AI team."

What is OpenCrew?

OpenCrew is a multi-agent OS published on GitHub (AlexAnys/opencrew) under the MIT license. It expands a single OpenClaw agent into a team of multiple agents with divided roles.

Its defining feature is the design philosophy of "Channel = Role, Thread = Task." A Slack channel represents each agent's "job title," while threads function as individual "tasks." Unread messages indicate "unprocessed work," and in-chat searches serve directly as knowledge base queries. MCP (Model Context Protocol) is utilized for inter-agent communication, standardizing tool integration.

In other words, without needing to build a new UI, teams can use the Slack workspace they already rely on as their multi-agent management dashboard.

Differences from other frameworks

ItemCrewAI, LangGraph, etc.OpenCrew
Primary targetDevelopersDecision-makers (executives, managers)
Problem addressedAgent orchestrationAI team management
UI requirementsCustom UI or CLIUses Slack / Discord as-is
CodingRequires Python / TypeScriptNo code required
FoundationCustom runtimeOpenClaw(Clawbot)

Three-layer architecture

OpenCrew agent teams are structured across three layers that mirror real-world organizational hierarchies.

OpenCrew three-layer architecture — relationship diagram of intent alignment, execution, and system maintenance

Layer 1: Intent alignment (direction)

A human (you) pairs with a Chief of Staff (CoS) agent to set direction and review results. The CoS serves as the command center for the entire team, handling task delegation and progress tracking.

Layer 2: Execution

Specialized agents handle day-to-day operations in their respective domains.

AgentRole
CTOTechnical direction and architectural design
BuilderImplementation, coding, and testing
CIODomain expertise and industry analysis
ResearchResearch, information gathering, and fact-checking

Layer 3: System maintenance

A meta-layer that preserves quality and consistency across the entire team.

  • Knowledge Officer: Distills conversations and task outcomes into structured knowledge
  • Operations Officer: Detects and corrects agent drift (deviations from established guidelines)

With this three-layer structure, deciding "what to do," executing "how to do it," and managing knowledge for "how to retain learnings" are cleanly separated.

Controlling autonomy — Autonomy Ladder

When delegating work to AI agents, the most critical factor is drawing the line on how autonomously they operate. OpenCrew defines this as the Autonomy Ladder, spanning four tiers from L0 to L3.

LevelNameBehaviorExamples
L0ManualTakes no action without human approvalSending contracts
L1SuggestProposes actions, but execution is decided by humansProposing marketing campaigns
L2Act & ReportReports after execution (restricted to reversible actions)Code refactoring
L3Full AutoFully autonomous (reversible and low-risk operations)Organizing logs, generating routine reports

The key principle is to automate reversible operations while requiring human intervention for irreversible ones. This balances agent autonomy with human control.

QAPS task classification

In OpenCrew, all inputs submitted to agents are classified and processed under four QAPS categories.

  • Q (Question): Inquiries → returns information only; no execution action
  • A (Assignment): Single-step tasks → completed by a single agent
  • P (Project): Multi-step complex tasks → decomposed by the CoS and distributed across multiple agents
  • S (System): System configuration changes → strictly requires human approval

This classification prevents simple questions from incurring project-level overhead while eliminating the risk of unauthorized critical changes.

Knowledge distillation — preserving organizational memory

An easily overlooked challenge in production multi-agent systems is how to preserve what agents have learned. Raw chat logs are too massive to reuse, yet failing to retain anything causes agents to repeat the same mistakes.

OpenCrew addresses this problem using a three-layer knowledge compression approach.

LayerDetailsCompression ratio
Layer 0: RawRaw conversation logs (for auditing)1x
Layer 1: CloseoutStructured task completion summaries (10–15 lines)Approx. 25x
Layer 2: AbstractAbstracted principles, patterns, and lessonsApprox. 100x

By enforcing the generation of a 10- to 15-line Closeout (structured summary) upon completing every task, "actionable organizational memory" accumulates organically. Furthermore, Layer 2 extracts abstract principles and patterns from these summaries, enabling past learnings to be applied to new tasks.

Getting started — testing with a minimal configuration

You don't need a large-scale setup to begin with OpenCrew. You can start with a Minimum Viable Setup consisting of just three agents:

  1. Chief of Staff (CoS) — Task intake and delegation
  2. CTO — Technical evaluation
  3. Builder — Implementation

Setup workflow

1. OpenClaw(Clawbot)をインストール
2. Slack ワークスペースに Bot を追加
3. 3つのチャネルを作成(#cos, #cto, #builder)
4. 各チャネルに対応するエージェント設定を配置
5. CoS チャネルにタスクを投げて動作確認

As the team expands, you can scale incrementally by adding agents such as Research, CIO, and Knowledge Officer.

Platform support status

PlatformThread supportStatus
SlackFully nativeRecommendation
DiscordFully nativeStable
FeishuLimitedExperimental

Conclusion

OpenCrew is a project designed to bring the benefits of multi-agent AI to non-coders as well.

  • With its intuitive Channel = Role, Thread = Task design, Slack directly becomes the management console for your AI team
  • The Autonomy Ladder enables phased adjustment between agent autonomy and human oversight
  • QAPS classification and knowledge distillation automate appropriate task handling and organizational learning
  • You can start from a minimal configuration of three agents and scale up as needed

Organizing and managing AI agents as "team members" rather than mere "tools" represents a major paradigm shift for AI adoption in 2026. Combining this with approaches like harness engineering for embedding AI agents into workflows and building AI-driven development workflows allows you to construct an even more robust automation foundation. If you want to take your organization's AI initiatives to the next stage, why not begin by testing a minimal setup?

If you are interested in deploying AI agents across your organization, please contact us. GleamHub also provides implementation support for multi-agent systems.

Share this articleXFacebook
Rui Teruya

Former corporate league baseball player and founder of an IT venture. Founded the company with the drive to ride the fast-moving waves of the world and deliver truly valuable services to society.

Turn this article's theme into your company's next step

Concrete steps forward for your organization.

We organize your desired architecture, legacy systems, and operational requirements to formulate your next steps toward execution.

  • Desired architecture
  • Integration with existing environments
  • Operational requirements
Consult on development & operations initiatives

You can consult with us from the initial conceptual stage. Details from this article will be carried over to the inquiry form.

Receive the latest articles by email