Expand description
File watcher for configuration files.
Watches for changes to:
config/*.yamlfiles (workflow definitions, config)task-graph/skills/directory (custom skills)
Emits reload events through a tokio watch channel when changes are detected. Uses debouncing to coalesce rapid file changes.
Structs§
- Config
Watcher Handle - Handle to control the config watcher.
- Watch
Paths - Paths to watch for configuration changes.
- Watcher
Config - Configuration for the file watcher.
Enums§
- Config
Change Event - Event types emitted when configuration files change.
Functions§
- start_
config_ watcher - Starts the configuration file watcher.