Skip to main content

Crate brainwires_seal

Crate brainwires_seal 

Source
👎Deprecated since 0.2.1:

use brainwires-agents with feature “seal” instead

Modules§

coreference
Coreference Resolution for Multi-Turn Conversations
learning
Self-Evolving Learning Mechanism
query_core
Semantic Query Core Extraction
reflection
Reflection Module for Error Detection and Correction

Structs§

CoreferenceResolver
Coreference resolver for multi-turn conversations
CorrectionRecord
Record of a correction attempt
DialogState
Dialog state for tracking entities across conversation turns
GlobalMemory
Global memory for cross-session learning
Issue
An issue detected during reflection
LearningCoordinator
Learning coordinator that manages both local and global memory
LocalMemory
Local memory for a single conversation session
PatternHint
A structured hint derived from behavioral knowledge (BKS)
QueryCore
A complete query core with metadata
QueryCoreExtractor
Query core extractor
QueryPattern
A learned query pattern
QueryResult
Result of executing a query core
ReflectionConfig
Configuration for reflection
ReflectionModule
Reflection module for analyzing and correcting query results
ReflectionReport
Reflection report
ResolvedReference
A resolved reference with its antecedent
SalienceScore
Salience factors for ranking antecedent candidates
SealConfig
Configuration for the SEAL processor
SealProcessingResult
Result of SEAL processing pipeline
SealProcessor
Main SEAL processor that orchestrates all components
TrackedEntity
A tracked entity in local memory
UnresolvedReference
An unresolved reference detected in user input

Enums§

ErrorType
Types of errors that can be detected
FilterPredicate
Filter predicates for query results
QueryExpr
A query expression (variable, constant, or operation)
QueryOp
Core operations in the query language (S-expression inspired)
QuestionType
Question type classification
ReferenceType
Types of anaphoric references we can detect
RelationType
Relation types that map to graph edge types
Severity
Severity level for issues
SuggestedFix
Suggested fix for an issue
SuperlativeDir
Direction for superlative queries