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.**
6 lines
37 B
Plaintext
6 lines
37 B
Plaintext
.env
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.idea/
|