Metadata-Version: 2.4
Name: agent-registry-discovery
Version: 0.1.0
Summary: Registri discovery — capability search, matching, and resolution for AI agents
Project-URL: Homepage, https://registri.io
Project-URL: Repository, https://github.com/Rargies/Agent-Registry
Project-URL: Issues, https://github.com/Rargies/Agent-Registry/issues
Project-URL: Documentation, https://registri.io/docs
Author: Double A Labs LLC
License: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: agent-registry-shared
Description-Content-Type: text/markdown

# agent-registry-discovery

Agent capability search, matching, and resolution for the [Agent Registry](https://registri.io).

## Overview

Provides a taxonomy of standardized capabilities across 8 categories, plus matching logic for discovering agents by what they can do.

## Installation

```bash
pip install agent-registry-discovery
```

## Capabilities

Agents are tagged with standardized capabilities organized into categories:

| Category | Example Capabilities |
|----------|---------------------|
| NLP | text-summarization, sentiment-analysis, translation, text-generation |
| Code | code-review, code-generation, code-explanation, bug-detection |
| Data | data-extraction, data-visualization, web-scraping, pdf-parsing |
| Research | web-search, academic-search, fact-checking, market-research |
| Media | image-generation, audio-transcription, video-generation, ocr |
| Productivity | email-drafting, calendar-management, task-management, document-formatting |
| Commerce | price-comparison, product-search, order-management, payment-processing |
| DevOps | deployment, monitoring, log-analysis, incident-response |

## Links

- [Registri](https://registri.io) — the hosted registry
- [Documentation](https://registri.io/docs)
- [GitHub](https://github.com/Rargies/Agent-Registry)
