Metadata-Version: 2.4
Name: loopllm
Version: 0.11.2
Summary: Renamed to cdv — a research preview of a dual-loop evaluation architecture for agentic LLM systems.
License: MIT
Project-URL: Homepage, https://github.com/azank1/cdv
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: cdv>=1.0.0

# loopllm → CDV

**This package has been renamed to [`cdv`](https://pypi.org/project/cdv/). All `loopllm` releases are yanked.**

```bash
pip install cdv
```

## What is CDV?

CDV is a research preview of a **dual-loop evaluation architecture for agentic LLM systems**.
An elicitation loop operationalizes task intent before the agent runs; a judgment loop scores
claimed completions against that intent, fusing deterministic checks with an LLM critic.

Research notes, method description, and reproducible evidence:

**https://github.com/azank1/cdv**
