Metadata-Version: 2.4
Name: primordial-agentstore
Version: 1.1.0
Summary: Primordial AgentStore CLI — discover, install, and run AI agents
Project-URL: Homepage, https://github.com/andybrowning/primordial
Project-URL: Repository, https://github.com/andybrowning/primordial
Author: Andy Browning
License-Expression: MIT
Keywords: agents,ai,cli,llm
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
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: Topic :: Software Development :: Libraries
Requires-Python: >=3.11
Requires-Dist: click>=8.1
Requires-Dist: cryptography>=42.0
Requires-Dist: e2b>=1.0
Requires-Dist: fastembed>=0.3
Requires-Dist: httpx>=0.27
Requires-Dist: numpy>=1.26
Requires-Dist: platformdirs>=4.0
Requires-Dist: pydantic>=2.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: rich>=13.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest-cov>=5.0; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.5; extra == 'dev'
Description-Content-Type: text/markdown

# Primordial

CLI for the Primordial AgentStore — discover, install, and run AI agents.

## Install

```bash
pip install primordial-agentstore
```

## Usage

```bash
primordial --help
```
