Add elizaOS plugin draft for endpoint and passport checks - #192
Draft
AgentTanuki wants to merge 2 commits into
Draft
Add elizaOS plugin draft for endpoint and passport checks#192AgentTanuki wants to merge 2 commits into
AgentTanuki wants to merge 2 commits into
Conversation
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.
Adds two optional elizaOS actions: observe a caller-selected public endpoint, and verify a supplied public Agent Guild passport against separately supplied issuer/subject DIDs and signed validity dates. The actions return bounded evidence through fixed Guild HTTPS routes. Configuration can restrict endpoints or issuers; neither action automatically enrolls agents, issues passports, delegates work or pays.
This is an unpublished external plugin draft in
integrations/eliza-agent-guild, with a focused offline CI workflow. Its native contract was reviewed against elizaOS commita5e06fb49c30a09f07504472c7b987dfd1775823. Native core type compatibility, loading, action discovery and live-model execution remain pending: the attempted typecheck reports the missing@elizaos/corepeer. npm publication and registry submission are also pending. These source and fixture checks do not establish adoption or independent cryptographic verification.Validation:
npm run verifypasses. Full service tests pass with JSON storage (2,183 passed, 10 skipped) and SQLite (2,184 passed, 9 skipped), with 56 deprecation warnings per lane. These local baseline checks ran against unchanged frontend/service code at9cf6c561468e60afb77acdbddebfc5134a155e4f; opt-in live tests and other CI jobs were not rerun locally.