Ex4pmEngine.Cognition.Blackboard (ex4pm v26.9.9)

Copy Markdown View Source

Hearsay-II hierarchical Blackboard architecture. Supports multi-level hypothesis posts, knowledge source (KS) triggers, and opportunistic reasoning.

Summary

Functions

Retrieves hypotheses at a given abstraction level, optionally filtered by minimum confidence.

Posts a new hypothesis to a blackboard level.

Functions

get_level(bb, level, min_confidence \\ 0.0)

Retrieves hypotheses at a given abstraction level, optionally filtered by minimum confidence.

new(levels \\ ["signal", "segment", "phonetic", "lexical", "syntactic", "semantic", "process"])

Creates a new blackboard with specified abstraction levels.

post_hypothesis(bb, level, content, opts \\ [])

Posts a new hypothesis to a blackboard level.