Skip to main content

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

langchain_agent_registry-0.1.0.tar.gz (9.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

langchain_agent_registry-0.1.0-py3-none-any.whl (11.8 kB view details)

Uploaded Python 3

File details

Details for the file langchain_agent_registry-0.1.0.tar.gz.

File metadata

File hashes

Hashes for langchain_agent_registry-0.1.0.tar.gz
Algorithm Hash digest
SHA256 fe2d9504419a4a651e3ad8b8a2b55bbbd7760d4a761a386e91c6f49dd9db4e5b
MD5 85b07b1859c18a22d6a1aa0555f40458
BLAKE2b-256 3fa349aa170b161877604c53eb37b61947500362e3ebb7fe4d8005af7bbcc09d

See more details on using hashes here.

File details

Details for the file langchain_agent_registry-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for langchain_agent_registry-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 cda9f1c94d2af36f069789965076744c1bbccb9d736019c6ca1c39b99d7cdb3d
MD5 ea6b39ad8097d834bf30e3708f319cd7
BLAKE2b-256 411d8dc01958966232f9bb12c37f29aed1b844d5abfe85a3af2e3438d69ed041

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page