feat(agents): MVP ephemeral temp-agent spawn/destroy - #4168
Closed
kumi360 wants to merge 1 commit into
Closed
Conversation
Owner opt-in grant lets permanent agents spawn task-scoped temps without the review popup. Temps inherit the parent effective harness/model/env, use respondTo allowlist (owner+parent), auto-expire (30m default / 4h max, cap 5), and never publish boot prompts to the relay. Parent can destroy its own temps; grant-off kills all live temps. CLI: buzz agents spawn-temp / destroy-temp Desktop: auto-path, settings toggle, existing hover popover only Co-authored-by: anand <nr.anand@gmail.com> Signed-off-by: anand <nr.anand@gmail.com>
Author
|
Closing per Anand: local-only changes, not for upstream. |
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
MVP for agent-spawned temporary workers on Buzz Desktop (no owner review popup after grant).
buzz agents spawn-temp/destroy-temp(async request_id + display_name)ephemeral,parent_agent_pubkey,expires_at,channel_idrespondTo=allowlistwith owner + parent; inherit parent effective harness/model/envUserProfilePopover— Temporary badge, spawner, expiry, boot promptOrigin
Buzz channel
coding(e64c34c8-cb43-48b5-a46c-311498cc67a3), thread root719c2367….Verification
cargo test -p buzz-cli --lib— 273 passedcargo test --lib managed_agents::— 933 passednode --test agentManagement.test.mjs— 10 passedNotes
Push is from fork
kumi360/buzz(no write access toblock/buzzfrom this agent identity).