mirror of
https://github.com/jeffusion/gitea-ai-assistant.git
synced 2026-03-27 10:05:50 +00:00
Replace all direct OpenAI client usage in review agents, orchestrator, learning system, and AI review service with the new LLMGateway abstraction. Agents now call gateway.chatForRole() instead of openai.chat.completions.create(), enabling multi-provider support across all review workflows. Add getAll() method to ToolRegistry for provider capability checking. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)