Refactor LlmService to Use Provider Pattern #127
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refactor existing LlmService to delegate to LLM providers.
Objective: Migrate existing Ollama-specific code to use new provider abstraction.
Tasks:
Acceptance Criteria:
Related: Epic #121, Phase 1 LLM Abstraction
Depends on: #122, #123, #126 (interface, Ollama provider, manager)