Add langchain-pop integration (Persona Object Protocol middleware)#2991
Open
Bin Zhang (joy7758) wants to merge 2 commits intolangchain-ai:mainfrom
Open
Add langchain-pop integration (Persona Object Protocol middleware)#2991Bin Zhang (joy7758) wants to merge 2 commits intolangchain-ai:mainfrom
Bin Zhang (joy7758) wants to merge 2 commits intolangchain-ai:mainfrom
Conversation
Author
|
For reference, the POP prototype now also includes a small first-trial entry with a dry-run team demo.
|
Author
|
One framing point I'm converging on: POP is a portable persona object layer for agent runtimes. Runtime configurations are derived projections, not the protocol core. |
…-pop # Conflicts: # src/docs.json # src/oss/python/integrations/middleware/index.mdx
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
This PR adds documentation for
langchain-pop, a middleware-style toolkit that enables Persona Object Protocol (POP) integration with LangChain agents.The package is available on PyPI:
Repository:
What this adds
langchain-popPackage capabilities
pop-0.1migrationcreate_pop_agent(...)integration for LangChain agentsValidation
I tested the code examples against the published package before opening this PR:
create_pop_agent(...)returnsCompiledStateGraphPOPMiddleware.filter_tools(...)filters blocked tools as documentedpop-0.1input migration works with the documented example shapeNotes for reviewers
python/integrations/middleware/rather thantools/because the integration is centered on LangChain middleware behavior and runtime tool filtering.langchain-poppackage interface.AI disclosure
This PR was prepared with assistance from an AI coding agent, then reviewed and validated before submission.