Metadata-Version: 2.4
Name: millrace
Version: 0.22.0
Summary: Millrace installation bundle
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: millforge==0.1.0
Requires-Dist: millrace-ai==0.22.0
Requires-Dist: millrace-plus==0.22.0
Description-Content-Type: text/markdown

# Millrace

`millrace` is a dependency-only meta distribution that installs an exact
Millrace package set.

Use it to install the Millrace runtime, official workflows, and default
execution harness as one tested bundle. This meta distribution requires Python
3.12 or newer. That floor applies only to `millrace`; each member package
declares its own Python support.

> **Status:** `millrace==0.22.0` is not yet published. The existing
> `millrace==0.0.1` release is only a reserved placeholder and does not install
> this system.

After the v0.22.0 release, the standard installation will be:

```bash
pip install millrace==0.22.0
```

## Bundle Members

| Distribution | Role |
| --- | --- |
| `millrace==0.22.0` | Dependency-only meta distribution with exact member pins |
| `millrace-ai==0.22.0` | Compiler, runtime, durable state, Codex adapter, daemon, and CLI |
| `millrace-plus==0.22.0` | Official workflow packages and agent-authoring skills |
| `millforge==0.1.0` | Default execution harness, supplied by its own package |

Millforge is the default harness, but its implementation is supplied by its own
package. This meta distribution contains no code, CLI, workflows, or skills of
its own. Installing it does not initialize a workspace, select a workflow,
configure a runner, or copy skills into an agent tool.

For the runtime and CLI, see the `millrace-ai` repository. For the included
workflows and authoring guides, see the `millrace-plus` repository. For the
execution harness, see the `millforge` repository.

## Versioning

Member versions are independently curated. They do not share a release
cadence, and a new runtime release does not require a new Plus release when
the existing Plus package remains compatible.

Each `millrace` bundle revision records one exact tested combination. It may
therefore pin a newer `millrace-ai` version while reusing an unchanged
`millrace-plus` version.

## License

Millrace is licensed under the [Apache License 2.0](LICENSE).
