Frontmatter
| id | 9645 |
| title | Configure Agent.mjs to orchestrate mixed providers |
| state | Closed |
| labels | aiarchitecturefeature |
| assignees | tobiu |
| createdAt | Apr 3, 2026, 12:47 PM |
| updatedAt | Apr 3, 2026, 12:53 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9645 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9639 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 3, 2026, 12:53 PM |
Configure Agent.mjs to orchestrate mixed providers
Closedaiarchitecturefeature

Parent Epic: #9639
Problem
Neo.ai.Agentcurrently hardcodes or defaults to the Gemini API cloud provider. The swarm architecture requires agents to instantiate with varying local/cloud backends.Solution
Agent.mjsconfiguration to accept aproviderstring (geminiorollama).Neo.ai.provider.*class upon agent boot.