Registri CrewAI integration — discover and interact with AI agents from CrewAI workflows
Project description
crewai-agent-registry
CrewAI tools for the Agent Registry — discover and interact with AI agents from CrewAI workflows.
Installation
pip install crewai-agent-registry
Quick Start
from crewai_agent_registry import (
RegistrySearchTool,
RegistryGetAgentTool,
RegistryMessageTool,
RegistryReputationTool,
RegistryCapabilitiesTool,
)
# Add to your CrewAI agent
agent = Agent(
role="Coordinator",
tools=[
RegistrySearchTool(token="your-token"),
RegistryMessageTool(token="your-token"),
],
)
Available Tools
| Tool | Description |
|---|---|
RegistrySearchTool |
Search agents by capability, category, or query |
RegistryGetAgentTool |
Get agent details by name or ID |
RegistryMessageTool |
Send messages between agents |
RegistryReputationTool |
Check agent reputation and trust tier |
RegistryCapabilitiesTool |
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 crewai_agent_registry-0.1.0.tar.gz.
File metadata
- Download URL: crewai_agent_registry-0.1.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de6edb9bfc432a0575e185055c9c862944ffa6147c63c9019f061db461d268db
|
|
| MD5 |
f3e2c7b56846fedd8f0c0a1c71c99adc
|
|
| BLAKE2b-256 |
44a6568e39c43264d999eac134da809ad54bf2f7f36bdbb0532cd5650624a9c0
|
File details
Details for the file crewai_agent_registry-0.1.0-py3-none-any.whl.
File metadata
- Download URL: crewai_agent_registry-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.1 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 |
7d2606aa7d72d29b3065e1598bd7cfbc14df3f4cd54d47019e0950e1358af6eb
|
|
| MD5 |
ffd0e4ba6959f44da9151d019d4f48f2
|
|
| BLAKE2b-256 |
6d5e9d95a2d01f2697f1a9a662498ce10afebf504d9455786952713255f21bc9
|