ReMe/reme2/file_based
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
file_io.py feat(core): add core components and application framework 2026-04-23 16:25:31 +08:00
file_utils.py feat(core): add core components and application framework 2026-04-23 16:25:31 +08:00
memory_search.py feat(core): add core components and application framework 2026-04-23 16:25:31 +08:00
summarizer.py feat(core): add core components and application framework 2026-04-23 16:25:31 +08:00
summarizer.yaml feat(core): add core components and application framework 2026-04-23 16:25:31 +08:00