Metadata-Version: 2.4
Name: codeoptix
Version: 0.1.3
Summary: Agentic Code Optimization & Deep Evaluation for Superior Coding Agent Experience. Built by Superagentic AI.
Author-email: Shashi Jagtap <shashi@super-agentic.ai>, Shashi Jagtap <shashikant.jagtap@icloud.com>
Maintainer-email: Shashi Jagtap <team@super-agentic.ai>, Shashi Jagtap <shashikant.jagtap@icloud.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/SuperagenticAI/codeoptix
Project-URL: Documentation, https://superagenticai.github.io/codeoptix
Project-URL: Repository, https://github.com/SuperagenticAI/codeoptix
Project-URL: Issues, https://github.com/SuperagenticAI/codeoptix/issues
Project-URL: Changelog, https://github.com/SuperagenticAI/codeoptix/blob/main/CHANGELOG.md
Keywords: ai,coding-agents,behavioral-optimization,code-evaluation,agent-experience,deep-evaluation,agentic-coding
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Operating System :: OS Independent
Classifier: Framework :: Pydantic
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic>=2.0.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: click>=8.0.0
Requires-Dist: anthropic>=0.75.0
Requires-Dist: openai>=2.0.0
Requires-Dist: google-genai>=0.8.0
Requires-Dist: numpy>=1.24.0
Requires-Dist: litellm>=1.80.0
Requires-Dist: tenacity>=8.0.0
Requires-Dist: gepa==0.0.22
Requires-Dist: agent-client-protocol>=0.7.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: coverage>=7.0.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Requires-Dist: pre-commit>=3.0.0; extra == "dev"
Provides-Extra: testing
Requires-Dist: pytest>=7.0.0; extra == "testing"
Requires-Dist: pytest-cov>=4.0.0; extra == "testing"
Requires-Dist: coverage>=7.0.0; extra == "testing"
Requires-Dist: bandit>=1.7.0; extra == "testing"
Provides-Extra: docs
Requires-Dist: mkdocs>=1.5.0; extra == "docs"
Requires-Dist: mkdocs-material>=9.4.0; extra == "docs"
Requires-Dist: pymdown-extensions>=10.0.0; extra == "docs"
Requires-Dist: mkdocs-minify-plugin>=0.7.0; extra == "docs"
Provides-Extra: all
Requires-Dist: codeoptix[dev,docs,testing]; extra == "all"
Provides-Extra: accessibility
Dynamic: license-file


[![PyPI version](https://badge.fury.io/py/codeoptix.svg)](https://pypi.org/project/codeoptix/)
[![CI](https://github.com/SuperagenticAI/codeoptix/actions/workflows/ci.yml/badge.svg)](https://github.com/SuperagenticAI/codeoptix/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/SuperagenticAI/codeoptix/branch/main/graph/badge.svg)](https://codecov.io/gh/SuperagenticAI/codeoptix)
[![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://superagenticai.github.io/codeoptix/)
[![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/)
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Code style: ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

<div align="center">

<img src="https://raw.githubusercontent.com/SuperagenticAI/codeoptix/main/docs/assets/CodeOptiX_Logo.png" alt="CodeOptiX Logo" width="300">

# CodeOptiX

**Agentic Code Optimization & Deep Evaluation for Superior Coding Agent Experience**

*CodeOptiX is the universal code optimization engine that improves coding agent experience with deep evaluations and optimization. When AI coding agents dazzle with impressive code but leave you wondering about quality, maintainability, security, and reliability, CodeOptiX ensures proper behavior through evaluations, reflection, and self-improvement. Powered by GEPA optimization and Bloom scenario generation.*

<p align="center">
  <em>Brought to you by <a href="https://super-agentic.ai" target="_blank"><strong>Superagentic AI</strong></a></em><br>
  <em>Advancing AI agent optimization and autonomous systems</em>
</p>

[📚 Documentation](https://superagenticai.github.io/codeoptix/)

</div>

---

## What is CodeOptiX?

**CodeOptiX is the universal code optimization engine that improves coding agent experience with deep evaluations and optimization.**

When AI coding agents dazzle with impressive code but leave you wondering about quality, maintainability, security, and reliability, CodeOptiX ensures proper behavior through evaluations, reflection, and self-improvement. Powered by GEPA optimization and Bloom scenario generation.

Built by [**Superagentic AI**](https://super-agentic.ai) - *Advancing the future of AI agent optimization and autonomous systems.*

### 🚀 Key Capabilities

- **🔍 Deep Behavioral Evaluation** - Comprehensive testing against security, reliability, and quality behaviors
- **🧬 GEPA Optimization Engine** - [Genetic-Pareto Evolution](https://github.com/gepa-ai/gepa) for automatic agent improvement
- **🌸 Bloom-Style Scenario Generation** - [Intelligent test case creation](https://github.com/safety-research/bloom) for thorough evaluation
- **🎯 Multi-Agent Support** - Works with Claude Code, Codex, Gemini CLI, and custom agents
- **🔧 Multi-Provider LLM Support** - OpenAI, Anthropic, Google, and Ollama (local models included!)
- **⚡ CI/CD Integration** - Automated quality gates and GitHub Actions support

### 📋 Open Source Limitations

The open source version provides core evaluation capabilities. Advanced features like agent evolution and optimization have limited support. For full optimization capabilities tailored to your needs, please get in touch.

---

## Quick Start

### Installation

```bash
# Using uv (recommended)
uv pip install codeoptix

# Using pip
pip install codeoptix
```

### Your First Evaluation

**Option 1: Using Ollama (No API Key Required)**

```bash
# Make sure Ollama is running
ollama serve

# Run evaluation with local model
codeoptix eval \
  --agent basic \
  --behaviors insecure-code \
  --llm-provider ollama
```

**Option 2: Using Cloud Providers**

```bash
# Set API key
export OPENAI_API_KEY="your-key-here"

# Run evaluation
codeoptix eval \
  --agent claude-code \
  --behaviors insecure-code \
  --llm-provider openai
```

---

## Built-in Behaviors

| Behavior | Description |
|----------|-------------|
| `insecure-code` | Detects security vulnerabilities (SQL injection, XSS, hardcoded secrets) |
| `vacuous-tests` | Identifies low-quality tests (missing assertions, trivial tests) |
| `plan-drift` | Detects requirements misalignment and plan deviations |

```bash
# Run multiple behaviors
codeoptix eval --behaviors insecure-code,vacuous-tests,plan-drift
```

---

## Usage Modes

### CLI Evaluation

```bash
codeoptix eval \
  --agent claude-code \
  --behaviors insecure-code \
  --llm-provider openai
```

### CI/CD Integration

```bash
codeoptix ci \
  --agent codex \
  --behaviors insecure-code \
  --fail-on-failure
```

### Python API

```python
from codeoptix.adapters.factory import create_adapter
from codeoptix.evaluation import EvaluationEngine
from codeoptix.utils.llm import create_llm_client, LLMProvider

# Create adapter and evaluation engine
adapter = create_adapter("claude-code", config)
llm_client = create_llm_client(LLMProvider.OPENAI)
engine = EvaluationEngine(adapter, llm_client)

# Evaluate behaviors
results = engine.evaluate_behaviors(
    behavior_names=["insecure-code", "vacuous-tests"]
)
```

---

## Development

### Setup

```bash
# Clone the repository
git clone https://github.com/SuperagenticAI/codeoptix.git
cd codeoptix

# Install with uv (recommended)
uv sync --dev --extra docs

# Or with pip
pip install -e ".[dev,docs]"
```

### Running Tests

```bash
# Run all tests
uv run pytest

# Run with coverage
uv run pytest --cov=codeoptix --cov-report=html
```

### Code Quality

```bash
# Format code
uv run ruff format .

# Lint code
uv run ruff check .

# Install pre-commit hooks
uv run pre-commit install
```

---

## Contributing

Contributions are welcome! Please see our [Contributing Guide](https://github.com/SuperagenticAI/codeoptix/blob/main/CONTRIBUTING.md).

1. Fork the repository
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
3. Make your changes
4. Run tests and linting (`uv run pytest && uv run ruff check .`)
5. Commit your changes (`git commit -m 'Add amazing feature'`)
6. Push to the branch (`git push origin feature/amazing-feature`)
7. Open a Pull Request

---

## License

This project is licensed under the Apache License 2.0 - see the [LICENSE](https://github.com/SuperagenticAI/codeoptix/blob/main/LICENSE) file for details.

---

## Support

- [Documentation](https://superagenticai.github.io/codeoptix)
- [GitHub Issues](https://github.com/SuperagenticAI/codeoptix/issues)

---

<div align="center">

## 🤖 About Superagentic AI

**CodeOptiX is proudly built by [Superagentic AI](https://super-agentic.ai)**

*Advancing AI agent optimization and autonomous systems for the future of software development.*

### 🌟 Our Mission
We're building the next generation of AI tools that enhance developer productivity and code quality through intelligent agent optimization.

### 🚀 Explore More
- **[Superagentic AI Website](https://super-agentic.ai)** - Learn about our mission
- **[Our Projects](https://github.com/SuperagenticAI)** - Discover other AI agent tools

</div>
