cd41e9e33e
- **Implement `MlxModelService` for local LLM backend.** - **Introduce `DatabaseService` for MySQL integration.** - **Add `HistoryService` to manage conversation context.** - **Set up CLI interface via `CliUiService`.** - **Establish EventBus for token streaming.** - **Include conversation repository for data persistence.** - **Add environment-based configuration management.** - **Draft IoC architectural plan.**
5 lines
83 B
Plaintext
5 lines
83 B
Plaintext
mlx-lm>=0.19.0
|
|
dependency-injector>=4.41.0
|
|
PyMySQL>=1.1.0
|
|
pydantic-settings>=2.0.0
|