Metadata-Version: 2.4
Name: contractsentry-ai
Version: 0.3.0
Summary: AI-powered contract drift detection for ContractSentry
License: MIT
Requires-Python: >=3.12
Requires-Dist: anthropic>=0.40.0
Requires-Dist: msgspec>=0.18.0
Requires-Dist: typer>=0.12.0
Description-Content-Type: text/markdown

# contractsentry-ai

AI-powered drift detection for ContractSentry. Uses Anthropic tool use to detect semantic mismatches between code and OpenAPI specs that static analysis misses.

## Usage

```bash
pip install contractsentry-ai
```

Set `ANTHROPIC_API_KEY` and run `csentry check --ai` from your project root.
