-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Open
Description
Feature Request: AgentID Tools for CrewAI
AgentID (getagentid.dev) is an identity layer for AI agents that provides cryptographic identity verification, trust levels, and signed handoffs.
We have built and published a CrewAI integration package: agentid-crewai
Tools provided
| Tool | Description |
|---|---|
register_agent |
Register a new agent and receive an agent_id + certificate |
verify_agent |
Verify another agent's identity and trust status |
discover_agents |
Search the registry by capability or owner |
check_trust_level |
Get an agent's L0-L4 trust level, permissions, and spending limit |
check_spending_authority |
Check if an agent can spend a given amount |
create_signed_handoff |
Create an Ed25519-signed handoff receipt between agents |
Usage
pip install agentid-crewaifrom crewai import Agent
from agentid_crewai import get_all_tools
agent = Agent(
role="Verified Agent",
goal="Verify identities before collaborating with other agents",
tools=get_all_tools(),
)Why this matters
As multi-agent systems scale, agents need a way to cryptographically prove their identity, verify other agents before trusting them, and create auditable handoff records. AgentID provides this infrastructure.
Links
- Package repo: https://github.com/haroldmalikfrimpong-ops/agentid-crewai
- SDK: https://pypi.org/project/getagentid/
- Website: https://getagentid.dev
Would love to discuss the best path for official integration. The crewai-tools repo appears archived, so opening here. Happy to submit a PR in whatever format works best.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels