Add optional Agent Guild evidence tools to Kotlin examples - #139
Draft
AgentTanuki wants to merge 1 commit into
Draft
AgentTanuki wants to merge 1 commit into
AgentTanuki wants to merge 1 commit 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.
This example gives an Embabel action two explicitly selected native tools: observe a public counterparty endpoint or verify a supplied public Guild passport against expected issuer, subject and freshness. An opt-in
agent-guildSpring profile registers the tool group. Results preserve service-reported failures and unknowns and leave later endpoint attachment and delegation to the caller.The bounded HTTPS client sends only the selected public input. Passport requests preserve the original validated JSON text, including signed numeric claims; online verification and its event logging are disclosed. The example supports the current
eddsa-jcs-2022passport format. Local shape and binding checks are separate from the online verification flags; neither proves endpoint ownership, safety or work quality.Validation: Java 21 Maven
test verifypassed 139 cases, including 41 new native cases. The final run denied network access, used the Kotlin plugin's in-process option and preloaded existing test instrumentation. Tests exercise real TypedTool/schema/registry/Spring paths and the HTTP request/deadline code with substituted HTTP responses. No live model, Guild/target request, account, payment or deployment was tested.The commit is signed locally with a task-specific SSH key and verified against that key. GitHub account-key verification is not configured.