ReMe/reme_cli/component
jinli.yl b9ce64de7f refactor(component): restructure client and component architecture
- Replace ReMeClient with modular client implementations
- Add component registry with type-based registration system
- Introduce BaseClient extending BaseComponent with lifecycle management
- Create HttpClient with environment-based service discovery
- Add constants for default host/port configurations
- Update service info propagation through environment variables
- Restructure imports and exports across component modules
- Add run_coro_safely utility for safe coroutine execution
- Implement component type enumeration for better organization
- Register components with R decorator for automatic discovery
- Add placeholder methods for ReMe core functionalities
- Update command-line entry point to use dynamic client selection
2026-04-14 15:51:07 +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 refactor(component): restructure client and component architecture 2026-04-14 15:51:07 +08:00
client refactor(component): restructure client and component architecture 2026-04-14 15:51:07 +08:00
embedding refactor(component): restructure client and component architecture 2026-04-14 15:51:07 +08:00
file_store refactor(component): restructure client and component architecture 2026-04-14 15:51:07 +08:00
file_watcher refactor(component): restructure client and component architecture 2026-04-14 15:51:07 +08:00
job refactor(component): restructure client and component architecture 2026-04-14 15:51:07 +08:00
service refactor(component): restructure client and component architecture 2026-04-14 15:51:07 +08:00
__init__.py refactor(component): restructure client and component architecture 2026-04-14 15:51:07 +08:00
application_context.py feat(core): add core components and architecture for ReMe CLI 2026-04-13 23:51:59 +08:00
base_component.py refactor(component): restructure client and component architecture 2026-04-14 15:51:07 +08:00
base_step.py feat(core): add core components and architecture for ReMe CLI 2026-04-13 23:51:59 +08:00
component_registry.py refactor(component): restructure client and component architecture 2026-04-14 15:51:07 +08:00
prompt_handler.py feat(core): add core components and architecture for ReMe CLI 2026-04-13 23:51:59 +08:00
runtime_context.py feat(core): add core components and architecture for ReMe CLI 2026-04-13 23:51:59 +08:00