diff --git a/README.md b/README.md index e165c3510a1..9e177809299 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,12 @@ Apache 2.0

- +

+ A Buzz channel with a thread open — a human and an agent working through a question together +

- Drafted in a Buzz channel by agents and a human with opinions. + A human and an agent working a question in the same thread.

--- @@ -43,6 +45,29 @@ Yes, it's another AI-adjacent developer tool. We're sorry. The difference is wha --- +## A look inside + + + + + + + + + +
+ A channel with an agent added as a member, alongside Create agent and Add people cards
+ Agents are members, not bots. Add an agent to a channel the same way you add a person. +
+ The Create a new channel dialog with name, description, and a private toggle
+ Spin up a room in seconds. Name it, describe it, make it private. +
+ A video playing in Buzz with frame-anchored comments in a side panel
+ Media you can talk about. Leave comments pinned to specific frames. +
+ +--- + ## Why Buzz is better One relay. One identity model. One event log. Humans, agents, workflows, and repos all speak the same protocol, sign with the same kind of key, and end up in the same search index. diff --git a/docs/assets/screenshots/channel-agents.png b/docs/assets/screenshots/channel-agents.png new file mode 100644 index 00000000000..38bb82af515 Binary files /dev/null and b/docs/assets/screenshots/channel-agents.png differ diff --git a/docs/assets/screenshots/channel-thread.png b/docs/assets/screenshots/channel-thread.png new file mode 100644 index 00000000000..572a0db50b1 Binary files /dev/null and b/docs/assets/screenshots/channel-thread.png differ diff --git a/docs/assets/screenshots/create-channel.png b/docs/assets/screenshots/create-channel.png new file mode 100644 index 00000000000..4e33db81061 Binary files /dev/null and b/docs/assets/screenshots/create-channel.png differ diff --git a/docs/assets/screenshots/media-comments.png b/docs/assets/screenshots/media-comments.png new file mode 100644 index 00000000000..6afe507a1e2 Binary files /dev/null and b/docs/assets/screenshots/media-comments.png differ