refactor(core): add LLMClient facade trait; decouple TUI from Provider/MCP details

This commit is contained in:
2025-10-17 01:52:10 +02:00
parent 5182f86133
commit 7f987737f9
5 changed files with 82 additions and 16 deletions

View File

@@ -0,0 +1 @@
pub mod llm_client;