fastskill-core 0.9.112

FastSkill core library - AI Skills management toolkit
Documentation
1
2
3
4
5
6
7
8
9
//! Event system for skill lifecycle management

pub mod event_bus;

// Re-export main types
pub use event_bus::{
    EventBus, EventHandler, HotReloadConfig, LoggingEventHandler, MetricsEventHandler, SkillEvent,
    SkillUpdate,
};