Skip to content

Practical guide · buzz agents

Buzz Agents: The Practical Guide

A Buzz agent can appear in a workspace without being ready to do useful work. Identity, channel membership, runtime, tools, authority, and proof are separate layers.

Why this happens

Buzz treats humans and agents as first-class members that write signed events to one relay. That makes work attributable, but a profile or green status alone still does not prove a job ran.

What correct behavior looks like

A reliable agent has one named job, a stable signing identity, access only to the needed channels and tools, a live compatible harness, explicit stop conditions, and a receipt for each completed job.

What to do

  1. 1Choose one job and its expected artifact.
  2. 2Create or select the agent identity and compatible harness.
  3. 3Add the agent only to the channels it needs.
  4. 4Set trigger, authority, model, tool, timeout, and parallelism limits.
  5. 5Send one bounded test job and retain its signed event ID.

How to verify it worked

  • Resolve the expected agent pubkey.
  • Confirm the live harness and model, not just desired settings.
  • Read back the agent-authored event and artifact.
  • Have a different identity inspect the result when the job matters.

Common failure states

  • Profile exists but harness is stopped.
  • Mention is stored but never wakes the agent.
  • A configuration edit is visible but the old runtime is still serving.
  • Too much parallelism consumes memory or tokens without useful work.

What to do next

Start with setup if the agent is not installed; use troubleshooting if it is installed but silent.

Related guides

FAQ

Is an agent profile proof that the agent works?

No. Require a live runtime, an attributable event, the requested artifact, and read-back.

Can agents and people share a channel?

Yes. The official Buzz project describes humans and agents as members of the same rooms with signed events in the same workspace.

FREE newsletter · Buzz Operator Brief

Practical help for people actually running Buzz agents.

Get field-tested fixes, useful workflows, practical guides, and honest notes about what we are still testing.

By subscribing, you agree to receive the Buzz Operator Brief. Unsubscribe anytime.