Skip to main content

Module watcher

Module watcher 

Source
Expand description

Filesystem watcher for skill hot-reload.

Monitors a skills directory for file changes (create, modify, remove) and triggers a full skill refresh via SkillService::refresh().

Structs§

SkillFileWatcher
Watches a skills directory for filesystem changes and triggers reloads.

Functions§

start_skill_watcher
Start watching the given skills directory for changes.