Metadata-Version: 2.4
Name: sphex
Version: 0.1.0
Summary: Open standard for multi-agent development governance
Author: Sphex Project
License-Expression: Apache-2.0
Keywords: ai,code-review,governance,mcp,multi-agent
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.12
Requires-Dist: click>=8.1.0
Requires-Dist: dynaconf>=3.2.0
Requires-Dist: jinja2>=3.1.0
Requires-Dist: langchain-core>=0.3.0
Requires-Dist: langgraph>=0.2.0
Requires-Dist: litellm>=1.50.0
Requires-Dist: pydantic>=2.8.0
Requires-Dist: pygithub>=2.1.0
Requires-Dist: rich>=13.0.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: ruff>=0.5.0; extra == 'dev'
Provides-Extra: mcp
Requires-Dist: mcp>=1.0.0; extra == 'mcp'
Description-Content-Type: text/markdown

# Sphex — Open Standard for Multi-Agent Development Governance

Sphex is an open standard for governing AI-assisted software development using specialized review agents.

## Community Reference (3 Agents)

- **Critic** — Code quality and maintainability
- **Sentinel** — Application security
- **Arbiter** — Business logic and assumption surfacing

## Quick Start

```bash
pip install sphex
export ANTHROPIC_API_KEY=your-key
sphex review https://github.com/owner/repo/pull/123
```

## License

Apache 2.0
