feat: add LangChain delegated-authority reference profile - #66
Draft
chuks wants to merge 3 commits into
Draft
Conversation
chuks
added a commit
that referenced
this pull request
Aug 12, 2026
## Summary Establishes the platform-neutral home and governance contract for executable Ratify reference profiles. This PR deliberately contains no Google, NVIDIA, LangChain, XMTP, or other platform implementation or registry entry. After it merges, every platform reference can branch independently from `main`, add exactly one profile directory and registry row, and merge without depending on another platform PR. ## Changes - Adds `references/README.md` with the profile contract, empty registry, lifecycle, and endorsement-status rules. - Links reference profiles from the root README and repository tree. - Clarifies the boundary between open interoperability references and managed Ratify Verify adapters. ## Verification - `git diff --check` - Reviewed against open drafts #61, #63, and #66 to ensure all platform-specific content remains in those PRs. ## Follow-up After merge, the existing platform branches will be rebased onto `main`, their PR bases normalized to `main`, and their platform-specific gates rerun. Signed-off-by: chuks <891251+chuks@users.noreply.github.com>
chuks
force-pushed
the
feat/google-adk-reference
branch
from
August 12, 2026 15:35
85cf0a6 to
87b2eca
Compare
chuks
force-pushed
the
feat/langchain-reference
branch
from
August 12, 2026 15:43
d7d842c to
b85a755
Compare
Contributor
Author
|
Continuity note: the platform-neutral reference foundation has merged in #67. This existing PR was rebased in place and retargeted from the Google branch to |
Signed-off-by: chuks <891251+chuks@users.noreply.github.com>
chuks
force-pushed
the
feat/langchain-reference
branch
from
August 12, 2026 16:01
b85a755 to
e0b7996
Compare
Contributor
Author
|
Final registry note: #68 replaced the shared table with merge-independent, one-file-per-platform entries. This PR now adds |
Signed-off-by: chuks <891251+chuks@users.noreply.github.com>
Signed-off-by: Chuks Onwuneme <891251+chuks@users.noreply.github.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.
Summary
Adds an independent LangChain reference profile for proof-carrying delegated authority over native Streamable HTTP MCP. The platform-neutral reference registry is provided independently by merged PR #67; this PR contains only the LangChain profile and its registry row.
The profile answers one narrow question: when a LangChain agent crosses an MCP or organizational boundary, can the receiver independently verify who authorized that agent for the exact action and which bounds still apply?
What the profile contains
create_agentgraph driven by a deterministic tool-calling model double.MultiServerMCPClienttools and the public MCP tool-interceptor API.Verification
Current result: 21 passed, zero skips, zero xfails. The gate creates a disposable environment, installs exact public package pins, and rejects a Ratify import from the repository SDK.
Coverage includes allow, excessive authority, wrong resource, expiry, revocation, replay, altered operation, wrong agent, hostile root, malformed proof, invalid inputs, bounded pending state, concurrent duplicate request IDs, unauthenticated transport, hidden proof schema, native HTTP MCP execution, and the real LangChain agent loop. Every denial asserts that the protected invocation count does not increase.
Tested pins
langchain==1.3.14langchain-mcp-adapters==0.3.0mcp==1.29.0ratify-protocol==1.0.0a16Scope and non-goals
This is an independent draft. It is not a LangChain partnership, LangChain-approved integration, or LangChain reference architecture.
Checklist