Metadata-Version: 2.4
Name: correctover-test
Version: 0.5.0
Summary: AI Agent self-healing test suite — 84.1% success rate across 20K+ scenarios. Supports CrewAI, Smolagents, LlamaIndex. 6-dimension verification, 0.4ms failover.
Project-URL: Homepage, https://correctover.com
Project-URL: Documentation, https://correctover.com/docs
Project-URL: Repository, https://github.com/Correctover/correctover-test
Project-URL: Issues, https://github.com/Correctover/correctover-test/issues
Author-email: NeuralBridge <wangguigui@correctover.com>
License: Apache-2.0
Keywords: ai-agent,audit,correctover,crewai,guardrail,llamaindex,llm,mcp,reliability,security,self-healing,smolagents
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.11
Requires-Dist: click>=8.0
Requires-Dist: correctover>=2.2.0
Requires-Dist: pydantic>=2.0
Provides-Extra: all
Requires-Dist: crewai; extra == 'all'
Requires-Dist: llama-index-core; extra == 'all'
Requires-Dist: smolagents; extra == 'all'
Provides-Extra: crewai
Requires-Dist: crewai; extra == 'crewai'
Provides-Extra: llamaindex
Requires-Dist: llama-index-core; extra == 'llamaindex'
Provides-Extra: smolagents
Requires-Dist: smolagents; extra == 'smolagents'
Description-Content-Type: text/markdown

# 🔒 correctover-test

**AI Agent Security Audit — 5 seconds to know if your agents are protected.**

[![PyPI version](https://img.shields.io/pypi/v/correctover-test.svg)](https://pypi.org/project/correctover-test/)
[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
[![License: Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-green.svg)](https://opensource.org/licenses/Apache-2.0)

## Quick Start

```bash
pip install correctover-test
correctover-test --quick
```

## What It Does

Tests AI agent self-healing capabilities across major frameworks:

- **CrewAI** — Crew auto-recovery from tool failures
- **Smolagents** — HfSmolAgent error handling
- **LlamaIndex** — Agent worker retry patterns

### Key Metrics

| Metric | Value |
|--------|-------|
| Self-heal success rate | 84.1% |
| Test scenarios | 20,071 |
| Verification dimensions | 6 |
| Failover latency | 0.4–0.7ms |

## Free Tier

50 scans/day — no credit card required.

Unlock unlimited: [correctover.com/checkout](https://correctover.com/checkout)

```bash
export CORRECTOVER_LICENSE_KEY=your-key-here
```

## Related Correctover Tools

| Tool | Install | Description |
|------|---------|-------------|
| **Security Scanner** | `npx correctover-scan` | MCP config security audit (14 checks) |
| **Self-Healing Test** | `pip install correctover-test` | Agent self-healing test suite |
| **Vulnerability Scan** | `pip install correctover-security-audit` | 215 fault type scanner |
| **Compliance Check** | `pip install correctover-compliance-check` | OAuth 2.1 + CCS v1.0 |
| **Runtime Guard** | `pip install correctover-runtime-guard` | 22µs RCE/SSRF interception |
| **MCP Server** | `npm install correctover-mcp-server` | 6-dimension validation |

**Website**: [correctover.com](https://correctover.com) · **GitHub**: [github.com/Correctover](https://github.com/Correctover)
