Discovery service for AI agents. Find any agent by capability.
Project description
AgentIndex SDK
Find any AI agent by capability. Machine-first discovery.
Install
pip install agentindex
Usage
from agentindex import discover, get_agent, configure
# Find agents that can review contracts
results = discover("contract review")
# Filter by protocol
results = discover("data analysis", protocols=["mcp"])
# Filter by quality and category
results = discover("code review", min_quality=0.7, category="coding")
# Get details about a specific agent
agent = get_agent("agent-uuid")
# Configure custom endpoint
configure(endpoint="https://api.agentindex.dev/v1", api_key="agx_...")
What is AgentIndex?
AgentIndex is the most comprehensive index of AI agents. We automatically crawl and index agents from GitHub, npm, PyPI, HuggingFace, and MCP registries.
Agents query our API to find other agents by capability — no humans involved.
API
POST /v1/discover
{"need": "what you need", "category": "coding", "min_quality": 0.5}
GET /v1/agent/{id}
GET /v1/stats
POST /v1/register
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 agentcrawl-0.3.1.tar.gz.
File metadata
- Download URL: agentcrawl-0.3.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0066b6f34eb8ecf83c43b6e4c2ea907aab8c15a64574991b03f0276b8ce7eba4
|
|
| MD5 |
022775103afaa01b9c654dcc19bc48e2
|
|
| BLAKE2b-256 |
66683683e33067e9b043d5c0abfff7d3015e3a3e18bf51f925724e98521276a9
|
File details
Details for the file agentcrawl-0.3.1-py3-none-any.whl.
File metadata
- Download URL: agentcrawl-0.3.1-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d150757979b53de0f9a4e5bb4421205e9f4d37e8ff55d518d589aaccb463f52d
|
|
| MD5 |
99ac06b27077f29954fbb8bdc45b6ec5
|
|
| BLAKE2b-256 |
3286b7fd150cd8501dd18140f99168a310b4169e9e9b1b4194eb9a4954de8bca
|