ReMe/reme_cli/component
jinli.yl 819443813b feat(components): add token counter and file-based utility components
- Introduce BaseAsTokenCounter and EstimatedAsTokenCounter for token estimation
- Add AsMsgStat and AsBlockStat schema for message statistics tracking
- Implement FileIO class with read/write/append/edit operations
- Create file utility functions for safe async file reading and truncation
- Add MemorySearch component for semantic search in memory files
- Register new component types in ComponentEnum and update imports
- Add constants for default host, port, and truncation limits
- Create BaseService abstract base class for service implementations
- Implement BaseStep with component accessors and lifecycle management
- Add proper __all__ exports for all new modules and components
2026-04-16 11:15:23 +08:00
..
as_llm feat(core): add core components and architecture for ReMe CLI 2026-04-13 23:51:59 +08:00
as_llm_formatter feat(core): refactor application architecture with new component base classes 2026-04-14 16:43:36 +08:00
as_token_counter feat(components): add token counter and file-based utility components 2026-04-16 11:15:23 +08:00
client feat(core): refactor application architecture with new component base classes 2026-04-14 16:43:36 +08:00
embedding feat(core): refactor application architecture with new component base classes 2026-04-14 16:43:36 +08:00
file_store feat(core): refactor application architecture with new component base classes 2026-04-14 16:43:36 +08:00
file_watcher feat(core): refactor application architecture with new component base classes 2026-04-14 16:43:36 +08:00
job feat(core): refactor application architecture with new component base classes 2026-04-14 16:43:36 +08:00
service feat(components): add token counter and file-based utility components 2026-04-16 11:15:23 +08:00
__init__.py feat(components): add token counter and file-based utility components 2026-04-16 11:15:23 +08:00
application_context.py feat(core): refactor application architecture with new component base classes 2026-04-14 16:43:36 +08:00
base_component.py feat(core): refactor application architecture with new component base classes 2026-04-14 16:43:36 +08:00
base_step.py feat(components): add token counter and file-based utility components 2026-04-16 11:15:23 +08:00
component_registry.py feat(core): refactor application architecture with new component base classes 2026-04-14 16:43:36 +08:00
prompt_handler.py feat(core): refactor application architecture with new component base classes 2026-04-14 16:43:36 +08:00
runtime_context.py feat(components): add token counter and file-based utility components 2026-04-16 11:15:23 +08:00