Metadata-Version: 2.4
Name: celmoe-vp
Version: 1.0.0
Summary: Composable Expert Layer MoE primitives with hierarchical routing, fusion, and multi-loss orchestration.
Author: F000NK, Voluntas Progressus
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.14
Description-Content-Type: text/markdown
Requires-Dist: torch>=2.0.0

# celmoe-vp

`celmoe-vp` is a domain-agnostic expert-orchestration library.

It provides:

- generic hierarchical expert configuration
- expert routing and fusion mechanisms
- reusable expert batch/result contracts
- multi-loss APIs for parent, child, and global objectives
- typed package metadata for external consumers

Install:

```bash
pip install celmoe-vp
```
