Conversation
Signed-off-by: Logan Johnson <loganj@squareup.com>
🔐 Codex Security Review
|
Signed-off-by: Logan Johnson <loganj@squareup.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖
Summary
People should be able to work with one recognizable agent across conversations and machines, without tracking its sessions or reading its worker chatter. This draft proposes that experience: an agent that remembers relevant context, follows work it is authorized to see, and coordinates its own tasks across multiple machines. It proposes a vision; it does not ship new behavior.
The agent's conversation carries decisions, meaningful progress, and results. People can deliberately inspect its internal work—what it delegated, where work is running, and what happened—without routine coordination filling their conversation or unread counts. Permission requests and failures that need a person still reach them.
Start with VISION_AGENT_COLLABORATION.md for the proposed collaborator model.
VISION_AGENT.mdretains its existing purpose and runtime semantics for thebuzz-agentcoding runtime andbuzz-dev-mcptool server, with only a cross-reference added. The main vision links to the new document; the remote-agent and activity-feed visions address concurrent machines and deliberate inspection within their existing responsibilities. No code, configuration, orAGENTS.mdchanges are included.What changes in the vision
Buzz already distinguishes a reusable persona—the model and instructions describing an agent—from its signed identity and the software running it. The existing remote-agent vision already promises that the same identity can return on replacement compute.
Today, device-held keys and settings, deployment-provider boundaries, and separate conversation sessions still shape continuity and control. Shared durable memory does not keep every live session's context synchronized. In the Janet/pic worker experiments examined for this proposal, internal worker messages use ordinary conversation threads and inherit their unread behavior, despite separate inspection tools; this is not evidence of shipped Buzz worker behavior.
The proposal makes the agent responsible for continuity and work coordination across machines, with internal work available for deliberate inspection. Concurrent machines extend the prior vision of one running instance while preserving duplicate-deploy protection within each provider's deployment scope. Community authorization still governs access and action. How keys reach machines, context stays current, and tasks get assigned remains for later design.
Related issue
Closest adjacent PR: #5419 (multi-host agent identity). Related discussions: #4174 (shared remote execution) and #5282 (persistent hosts). #7313 is an adjacent room-model vision draft; this proposal does not adopt its room architecture or supersede these discussions.
Buzz discussion (open in Buzz):
buzz://message?channel=03856dc7-88aa-44ba-8fa5-49e9ce2950d7&id=22b825978258378d4863fc0b55e89a41190c5525d7607fe92ed6acf1adc9b2be.Testing
Documentation-only: reviewed the complete diff, relative links and anchors, Markdown structure, and file-size policy. The earlier full
just ciattempt timed out during dependency preparation; full local CI has not passed. No runtime behavior was changed or exercised.