Versions in this module Expand all Collapse all v0 v0.1.0 Apr 28, 2026 Changes in this version + type EdgeWeights struct + CausedBy float64 + DependsOn float64 + LearnedIn float64 + LedTo float64 + PartOf float64 + RelatesTo float64 + Supersedes float64 + Touches float64 + func Weights(i Intent) EdgeWeights + func (w EdgeWeights) EdgeWeight(edgeType string) float64 + type Intent int + const IntentGeneral + const IntentHow + const IntentWhat + const IntentWhen + const IntentWho + const IntentWhy + func Classify(query string) Intent + func (i Intent) String() string