Create LLM Provider Interface #122
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?
Create abstract LLM provider interface to support multiple LLM backends.
Objective
Define the contract that all LLM providers (Ollama, Claude, OpenAI) must implement.
Tasks
Acceptance Criteria
Related
Part of Phase 1: LLM Abstraction
Epic: #121
Documentation
See - Phase 1