Registri LangChain integration — discover and interact with AI agents from LangChain and LangGraph workflows
Project description
langchain-agent-registry
LangChain tools and LangGraph nodes for the Agent Registry — discover and interact with AI agents from LangChain workflows.
Installation
pip install langchain-agent-registry
# With LangGraph support:
pip install langchain-agent-registry[graph]
Quick Start
LangChain Tools
from langchain_agent_registry import RegistryToolkit
toolkit = RegistryToolkit(token="your-token")
tools = toolkit.get_tools()
# Use with any LangChain agent
agent = create_react_agent(llm, tools)
LangGraph Nodes
from langchain_agent_registry import registry_discover, registry_invoke
# Add to your LangGraph workflow
graph.add_node("discover", registry_discover)
graph.add_node("invoke", registry_invoke)
Available Tools
| Tool | Description |
|---|---|
search_agents |
Search agents by capability or text |
get_agent |
Get agent details by name or ID |
send_message |
Send messages between agents |
check_reputation |
Check agent reputation and trust tier |
list_capabilities |
List all capability categories |
Links
- Registri — the hosted registry
- Documentation
- GitHub
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file langchain_agent_registry-0.1.0.tar.gz.
File metadata
- Download URL: langchain_agent_registry-0.1.0.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe2d9504419a4a651e3ad8b8a2b55bbbd7760d4a761a386e91c6f49dd9db4e5b
|
|
| MD5 |
85b07b1859c18a22d6a1aa0555f40458
|
|
| BLAKE2b-256 |
3fa349aa170b161877604c53eb37b61947500362e3ebb7fe4d8005af7bbcc09d
|
File details
Details for the file langchain_agent_registry-0.1.0-py3-none-any.whl.
File metadata
- Download URL: langchain_agent_registry-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cda9f1c94d2af36f069789965076744c1bbccb9d736019c6ca1c39b99d7cdb3d
|
|
| MD5 |
ea6b39ad8097d834bf30e3708f319cd7
|
|
| BLAKE2b-256 |
411d8dc01958966232f9bb12c37f29aed1b844d5abfe85a3af2e3438d69ed041
|