ReMe/reme2/utils
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(components): add token counter and file-based utility components 2026-04-16 20:21:04 +08:00
case_converter.py feat(components): add token counter and file-based utility components 2026-04-16 20:21:04 +08:00
chunking_utils.py feat(core): add core components and application framework 2026-04-23 16:25:31 +08:00
common_utils.py feat(core): add core components and application framework 2026-04-23 16:25:31 +08:00
logger_utils.py feat(core): add core components and application framework 2026-04-23 16:25:31 +08:00
logo_utils.py feat(components): add token counter and file-based utility components 2026-04-16 20:21:04 +08:00
similarity_utils.py feat(components): add token counter and file-based utility components 2026-04-16 20:21:04 +08:00
singleton.py feat(components): add token counter and file-based utility components 2026-04-16 20:21:04 +08:00