Skip to content

Commit ca00d1b

Browse files
committed
feat: implement #1054 - CorrectionEvent public exports Refs #1054
1 parent 4707542 commit ca00d1b

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

  • crates/terraphim_agent/src/learnings

crates/terraphim_agent/src/learnings/mod.rs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,13 @@ pub mod suggest;
3737
pub use procedure::ProcedureStore;
3838
pub use replay::{StepOutcome, replay_procedure};
3939

40-
pub use capture::{
41-
CorrectionType, LearningSource, capture_correction, capture_failed_command, correct_learning,
42-
list_all_entries, query_all_entries_semantic,
43-
};
44-
// Re-export for testing and external use
40+
// Re-export public API types and functions
4541
#[allow(unused_imports)]
4642
pub use capture::{
47-
CapturedLearning, ImportanceScore, LearningContext, LearningError, annotate_with_entities,
48-
annotate_with_thesaurus, query_all_entries,
43+
CapturedLearning, CorrectionEvent, CorrectionType, ImportanceScore, LearningContext,
44+
LearningEntry, LearningError, LearningSource, annotate_with_entities, annotate_with_thesaurus,
45+
capture_correction, capture_failed_command, correct_learning, list_all_entries,
46+
query_all_entries, query_all_entries_semantic,
4947
};
5048
// Re-export KG thesaurus building utilities for use by hook validation pipeline
5149
pub(crate) use capture::{build_kg_thesaurus_from_dir, find_kg_dir};

0 commit comments

Comments
 (0)