Metadata-Version: 2.4
Name: flux-policy-tester
Version: 0.1.1
Summary: Testing framework for FLUX bytecode agent policies
Author: SuperInstance
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml>=6.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Dynamic: license-file

# 🧪 FLUX Policy Tester

> Testing framework for FLUX bytecode agent policies — verify behavior, fuzz edge cases, enforce conservation bounds.

## What Is This?

A testing toolkit that lets you write unit tests, property-based tests, and fuzz tests for FLUX bytecode policies. Ensures your conservation laws and agent guardrails behave correctly under all conditions.

## Ecosystem

### FLUX Runtime
- [flux-vm](https://github.com/SuperInstance/flux-vm) — Python VM (`pip install flux-vm`)
- [flux-core](https://github.com/SuperInstance/flux-core) — Rust VM (`cargo add fluxvm`)
- [flux-js](https://github.com/SuperInstance/flux-js) — JavaScript VM (`npm install flux-js`)

### Conservation
- [flux-registry](https://github.com/SuperInstance/flux-registry) — Pre-compiled policy registry (`pip install flux-registry`)
- [conservation-enforcer](https://github.com/SuperInstance/conservation-enforcer) — Conservation-law enforcement for LLM outputs

### Philosophy
- [AI-Writings](https://github.com/SuperInstance/AI-Writings) — Essays, fiction, poetry
- [NEXT_HORIZONS](https://github.com/SuperInstance/SuperInstance/blob/main/NEXT_HORIZONS.md) — Strategy

## License

MIT
