Metadata-Version: 2.4
Name: dualcondition
Version: 0.0.1
Summary: Dual Condition T1/T2 prompt scorer and agent self-awareness SDK. Based on the Spontaneous Narrative Projection framework (Schlegel, 2026).
Author-email: Sven Schlegel <sven@dualcondition.com>
License: MIT
Project-URL: Homepage, https://dualcondition.com
Project-URL: Repository, https://github.com/dualcondition/scorer
Project-URL: Paper, https://osf.io/nj4vf
Keywords: prompt-engineering,generative-steering,llm,ai-agents,dual-condition
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# dualcondition

Dual Condition T1/T2 prompt scorer and agent self-awareness SDK.

Based on the Spontaneous Narrative Projection framework (Schlegel, 2026).

**Coming soon.** Full package with T1/T2 scoring, anchor decay monitoring, and inter-agent quality gating. This is a name reservation; the JavaScript reference implementation lives in `../` (`@dualcondition/scorer`).

- Paper: https://osf.io/nj4vf
- Website: https://dualcondition.com

## Reserve the name on PyPI

```bash
pip install build twine
python -m build
twine upload dist/*
```
