Expand description
Typed registry and stable logical result schemas for analyst algorithms.
Algorithm execution belongs to graphforge-exec; this module is intentionally
dependency-light so the Rust API and every binding share one vocabulary.
Structs§
- Algorithm
Field - Required field in a stable logical result schema.
- Algorithm
Result Schema - Stable logical schema required from an algorithm implementation.
Enums§
- Algorithm
- A typed algorithm from any analyst verb.
- Algorithm
Field Type - Language-independent type in an algorithm result schema.
- Algorithm
Verb - Analyst-intent API surface that owns an algorithm.
- Analyze
Algorithm - Typed
by=values forAnalyzeAlgorithm. - Cluster
Algorithm - Typed
by=values forClusterAlgorithm. - Path
Algorithm - Typed
by=values forPathAlgorithm. - Rank
Algorithm - Typed
by=values forRankAlgorithm. - Similar
Algorithm - Typed
by=values forSimilarAlgorithm.