feat(holon): entity DNA, place-safe multi-host agents (draft handoff) - #5419
Draft
Trevongit wants to merge 7 commits into
Draft
feat(holon): entity DNA, place-safe multi-host agents (draft handoff)#5419Trevongit wants to merge 7 commits into
Trevongit wants to merge 7 commits into
Conversation
Agent co-lab was blocked on skill packs because buzz-cli only allowed image/* and video/mp4. The relay already accepts generic Blossom uploads via a danger denylist (HTML/JS/SVG/executables). Align the CLI with that policy so zip/pdf/text and similar types work while unsafe types stay blocked. Add unit coverage for allow/block and size tiers (100MB generic). Signed-off-by: Trevor P <trev2005@gmail.com>
Codex P2 on block#4880: after widening upload MIME types, `messages send --file` still emitted `` for every non-video blob. Desktop FileCard expects plain `[filename](url)` plus imeta `filename` for zip/pdf/txt. Match Desktop formatImetaMediaLine: images/video stay inline; generic files and agent/team snapshot PNGs use markdown links; escape label metacharacters; include basename on imeta tags. Signed-off-by: Trevor P <trev2005@gmail.com>
Add host-pinned Remote Agents under Desktop Agents (layer-3 seat location), HTTP host-agentd wrapping buzz-host-agents, arm presets including push-nerve, and dogfood docs for laptop tunnel to headless home. Signed-off-by: Trevor P <trev2005@gmail.com>
Expose /v1/location-proof from host-agentd, merge surface/project into Desktop Remote Agent cards, and document hybrid proof dogfood. Signed-off-by: Trevor P <trev2005@gmail.com>
Signed-off-by: Trevor P <trev2005@gmail.com>
Birth cert (pubkey) ≠ face ≠ body ≠ place. Refuse silent dual-spawn; privacy-shaped place_proof.v1; self-location on Desktop + host-agentd; mobile presence snapshot on track; core handoff for block/buzz. Co-lab SoT: #agent-entity-holon · dogfood GREEN on home host-agentd. Signed-off-by: Trevor P <trev2005@gmail.com>
Comment on lines
+64
to
+72
| result = subprocess.run( | ||
| cmd, | ||
| shell=True, | ||
| input=json.dumps(payload), | ||
| text=True, | ||
| capture_output=True, | ||
| timeout=float(os.environ.get("BUZZ_DRIVER_ANTIGRAVITY_TIMEOUT", "90")), | ||
| check=False, | ||
| ) |
Comment on lines
+106
to
+114
| result = subprocess.run( | ||
| cmd, | ||
| shell=True, | ||
| input=prompt, | ||
| text=True, | ||
| capture_output=True, | ||
| timeout=timeout, | ||
| check=False, | ||
| ) |
Fetch presence inside start/respawn rules so Agents view and sidebar cannot bypass dual-body refuse. Mobile concurrent track snapshots apply independently; re-snapshot tracked pubkeys on reconnect. Reset terminal panel state on community switch. Signed-off-by: Trevor P <trev2005@gmail.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.
Draft for core review
Upstream-facing handoff of multi-host entity holon work dogfooded on Trevongit/buzz.
Full PR (with CI on fork): Trevongit#1
Design handoff:
docs/metabolic/host-agents/CORE_HANDOFF_ENTITY_HOLON.mdOne-liner
Why
Silent dual-spawn of the same agent face across laptop + 24h home breaks presence, tooling, and scale. Aligns with VISION_REMOTE_AGENTS (same agent, new body) and remote-agents.md I3/I4.
Suggested review order (phased)
Related open work: #2857 #4417 #5138 #4666
This draft may need rebase onto current block/buzz main before merge-ready review.