ReMe/reme2/component/file_watcher
jinli.yl 42a3343cb5 feat(core): add core components and application framework
- Introduce Application class for managing application lifecycle
- Add base component classes for LLM formatters and token counters
- Implement embedding model base with caching and batching support
- Create file watcher base with watchfiles integration
- Add job and step base components for workflow execution
- Update base component with async locks and improved lifecycle management
- Register new component types in component registry
- Add application context and runtime context for dependency injection
2026-04-23 16:25:31 +08:00
..
__init__.py feat: add file parser support and search filtering (#214) 2026-04-21 16:44:46 +08:00
base_file_watcher.py feat(core): add core components and application framework 2026-04-23 16:25:31 +08:00
full_file_watcher.py feat: add file parser support and search filtering (#214) 2026-04-21 16:44:46 +08:00
light_file_watcher.py feat: add file parser support and search filtering (#214) 2026-04-21 16:44:46 +08:00