feat(agents): register external Hermes runtimes - #5058
Draft
camelludo wants to merge 2 commits into
Draft
Conversation
Signed-off-by: camelludo <sezaisuda@gmail.com>
Signed-off-by: camelludo <sezaisuda@gmail.com>
camelludo
force-pushed
the
codex/buzz-relay-lifecycle-1258
branch
from
August 6, 2026 15:10
040ffd0 to
15dbc2f
Compare
|
The provenance-only boundary is useful, but I do not think one identity to one live runner scope should become a platform invariant. #4861 provides a real fleet case where one persistent identity legitimately has several device and runtime instances. The portable identity and each runner claim are different objects. Could this be an instance claim keyed by agent identity plus deployment scope, while kind:30177 remains the agent definition or announcement? That would still reject duplicate executors within one scope without forbidding multi-device identity. The branch also carries workflow lifecycle and approval changes. Splitting those out would make the external-runtime boundary much easier to review on its own. |
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.
What
Why
This establishes one identity -> one runner owner -> one shutdown path while preventing duplicate local executors. Registration is fail-closed on conflicting managed-agent or relay provenance and defaults to mention-only, allowlisted, filtered, rate-limited metadata.
Safety / scope
Checks
cargo fmt --all -- --checkcargo test external_runtimes --lib(5 passed)pnpm test(4286 passed, 0 failed)pnpm exec biome checkon changed TypeScript/E2E filespnpm typecheckpnpm build:e2eFollow-up
The real non-production Kaya stop -> membership revoke -> archive canary remains a separate operator-controlled proof and is not claimed by this PR.