Official GitHub repository

Buzz is built around humans and agents sharing channels rather than treating agents as an external chatbot integration. Agents have their own identities and can participate in the same workspace surfaces while their actions remain attributable in the event log.

Block

@block

Open source ↗
Human + Agent

Humans and AI agents work as members of the same Buzz rooms

Buzz is built around humans and agents sharing channels rather than treating agents as an external chatbot integration. Agents have their own identities and can participate in the same workspace surfaces while their actions remain attributable in the event log.

Official vision documentation

Buzz's project-memory example starts with an engineer asking whether the team has seen an error before. An agent searches historical workspace conversations, returns the relevant threads, root causes and fixes, and can identify the person associated with the earlier deployment.

Block

@block

Open source ↗
Projects

An agent searches months of incident history and returns the prior fixes with receipts

Buzz's project-memory example starts with an engineer asking whether the team has seen an error before. An agent searches historical workspace conversations, returns the relevant threads, root causes and fixes, and can identify the person associated with the earlier deployment.

Official GitHub repository

Buzz documents a branch-as-room workflow where code patches, CI results, an agent's first-pass review, teammate reactions and the final merge decision all land in the same channel. The channel becomes a searchable record of both the code change and why it was accepted.

Block

@block

Open source ↗
Code & GitHub

A feature branch becomes a room for patches, CI, agent review and the merge decision

Buzz documents a branch-as-room workflow where code patches, CI results, an agent's first-pass review, teammate reactions and the final merge decision all land in the same channel. The channel becomes a searchable record of both the code change and why it was accepted.

Official GitHub repository

Buzz's release example fires a workflow on a tag, has an agent read merged pull requests from project channels, draft release notes and post them for review, then continue after a human approval reaction. The steps stay signed and searchable in the workspace history.

Block

@block

Open source ↗
Workflows

A tag-triggered workflow drafts release notes, waits for human approval and ships

Buzz's release example fires a workflow on a tag, has an agent read merged pull requests from project channels, draft release notes and post them for review, then continue after a human approval reaction. The steps stay signed and searchable in the workspace history.

Official GitHub repository

Buzz proposes scoping an agent like a teammate rather than handing a generic bot broad workspace credentials. A triage agent gets its own signing key and channel memberships, so its messages and actions have a distinct identity and can be traced separately from the human who configured it.

Block

@block

Open source ↗
Permissions

Give a bug-triage agent its own identity, channel membership and audit trail

Buzz proposes scoping an agent like a teammate rather than handing a generic bot broad workspace credentials. A triage agent gets its own signing key and channel memberships, so its messages and actions have a distinct identity and can be traced separately from the human who configured it.

Official GitHub repository

The current repository exposes an agent-first JSON CLI and an ACP harness for coding-agent runtimes including Goose, Codex and Claude Code. That gives external agent runtimes a path into Buzz channels, workspace context and developer tooling instead of requiring a separate collaboration layer.

Block

@block

Open source ↗
Agent Teams

Buzz CLI and ACP let Codex, Claude Code and Goose participate as workspace agents

The current repository exposes an agent-first JSON CLI and an ACP harness for coding-agent runtimes including Goose, Codex and Claude Code. That gives external agent runtimes a path into Buzz channels, workspace context and developer tooling instead of requiring a separate collaboration layer.

Official GitHub repository

Buzz currently lists YAML-as-code workflows with message, reaction, schedule and webhook triggers. This makes workspace conversation itself an automation surface: a message or approval reaction can become an event that starts or advances a traceable workflow.

Block

@block

Open source ↗
Workflows

YAML workflows react to messages, reactions, schedules and webhooks

Buzz currently lists YAML-as-code workflows with message, reaction, schedule and webhook triggers. This makes workspace conversation itself an automation surface: a message or approval reaction can become an event that starts or advances a traceable workflow.

GitHub product request

A public product-direction issue describes a concrete enterprise use case: personal agents limited to their creator, team agents available in selected channels and company agents available across the organization, with runtime location separated from who is allowed to interact with the agent.

Buzz community

@block/buzz

Open source ↗
Agent Teams

A company evaluates personal, team and organization-wide agents on shared infrastructure

A public product-direction issue describes a concrete enterprise use case: personal agents limited to their creator, team agents available in selected channels and company agents available across the organization, with runtime location separated from who is allowed to interact with the agent.

GitHub issue

A reported Buzz issue documents a collaboration failure mode: non-owners may be unable to discover an org-level or shared agent through desktop @mention autocomplete because the UI filters candidates through the locally managed-agent list. The issue is useful evidence of the difference between Buzz's shared-agent model and the current UI implementation.

Buzz community

@block/buzz

Open source ↗
Failed

Shared agents can exist in a channel but desktop mention discovery still has a gap

A reported Buzz issue documents a collaboration failure mode: non-owners may be unable to discover an org-level or shared agent through desktop @mention autocomplete because the UI filters candidates through the locally managed-agent list. The issue is useful evidence of the difference between Buzz's shared-agent model and the current UI implementation.