converge-prism-analytics 2.0.0

Closed-form analytics and inference for Converge agents: feature extraction, inference packs, and fuzzy inference. Training-pipeline concerns live in converge-crucible-models.
Documentation

prism

Closed-form analytics and inference Suggestors for the Converge Engine.

Prism owns hand-authored, deterministic inference: feature extraction, inference packs, and fuzzy inference (Mamdani / Sugeno / Tsukamoto). Training-pipeline concerns — dataset loading, train/val split, hyperparameter search, model fitting, registry, and deployment — live in crucible-models. The boundary is: prism never fits, crucible never owns expert rules.

Usage

use prism::FeatureAgent;

engine.register_suggestor(FeatureAgent::new(config));

Available Suggestors

  • [FeatureAgent] — Polars-based feature extraction
  • [InferenceAgent] — Burn-based inference over feature vectors
  • [FuzzyInferencePack] — fuzzy membership and rule inference