ReMe/reme2/component/file_parser
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_parser.py feat(components): add Anthropic LLM support and enhance component architecture 2026-04-23 14:18:57 +08:00
default_file_parser.py feat(core): add core components and application framework 2026-04-23 16:25:31 +08:00
md_file_parser.py feat(core): add core components and application framework 2026-04-23 16:25:31 +08:00