feat: add Hermes Agent support - #514
Open
barankavus wants to merge 1 commit into
Open
Conversation
barankavus
force-pushed
the
feat/hermes-agent-support
branch
from
September 7, 2026 20:33
e041a70 to
6f2a36c
Compare
barankavus
marked this pull request as ready for review
September 7, 2026 20:55
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
Design
Hermes remains a separate client. It invokes ucode configure hermes, validates the returned completion receipt, and consumes the generated named-provider configuration. Authentication, workspace discovery, route construction, and credential refresh remain owned by ucode.
The integration preserves route-family identity and keeps Hermes configuration free of static Databricks bearer tokens.
Validation
Environment note
A local enterprise-CA verification issue was reproduced unchanged with both the pre-change and post-change ucode clients. This contribution does not modify TLS or certificate handling.
Scope
This PR does not change generic TLS behavior, dependency resolution, installer behavior, workflows, or the ucode lockfile.