Frontmatter
| id | 9639 |
| title | Local LLM Provider Adapter (Ollama + Gemma-4) |
| state | Closed |
| labels | epicaiarchitecture |
| assignees | tobiu |
| createdAt | Apr 3, 2026, 12:44 PM |
| updatedAt | Apr 3, 2026, 1:02 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9639 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 9638 |
| subIssues | 9644 Add Neo.ai.provider.Ollama base adapter 9645 Configure Agent.mjs to orchestrate mixed providers |
| subIssuesCompleted | 2 |
| subIssuesTotal | 2 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 3, 2026, 1:02 PM |
Local LLM Provider Adapter (Ollama + Gemma-4)
Closedepicaiarchitecture
tobiu added parent issue #9638 on Apr 3, 2026, 12:44 PM
tobiu cross-referenced by #9644 on Apr 3, 2026, 12:47 PM
tobiu cross-referenced by #9645 on Apr 3, 2026, 12:47 PM
tobiu added sub-issue #9644 on Apr 3, 2026, 12:47 PM
tobiu added sub-issue #9645 on Apr 3, 2026, 12:47 PM
tobiu assigned to @tobiu on Apr 3, 2026, 1:00 PM
tobiu closed this issue on Apr 3, 2026, 1:02 PM
Parent Epic: #9638
Problem
Currently,
Neo.ai.Agentonly supports the Gemini API cloud provider. To support local execution (Dream Mode / Swarm) with consumer hardware, we need a local adapter.Solution
Create
Neo.ai.provider.Ollamato conform to the provider interface, targeting the Gemma-4 model./api/generateand/api/chatinteraction APIs.