mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-17 23:51:19 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| as_llm | ||
| as_llm_formatter | ||
| as_token_counter | ||
| client | ||
| embedding | ||
| file_parser | ||
| file_store | ||
| file_watcher | ||
| job | ||
| service | ||
| __init__.py | ||
| application_context.py | ||
| base_component.py | ||
| base_step.py | ||
| component_registry.py | ||
| prompt_handler.py | ||
| runtime_context.py | ||