dag-ml-core 0.3.1

Core graph, phase, OOF and deterministic control contracts for dag-ml.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# dag-ml-core

Portable Rust contracts and execution planning primitives for DAG-ML. The core
validates graph topology, phases, folds, OOF joins, selection, lineage, and
deterministic control decisions; feature buffers and fitted operators remain
host-owned.

Run the package-local test gate from the repository root:

```bash
scripts/test_core_package_extract.sh
```

License: `CeCILL-2.1 OR AGPL-3.0-or-later`. This package includes the AGPL-3.0
text in `LICENSE`; the CeCILL-2.1 alternative and licensing explanation are
available in the source repository's `LICENSES/` and `LICENSING.md`.