94d6624c016530229276153a2b27b86c45b63db4
Add ProviderService wrapping Pi SDK's ModelRegistry for multi-provider LLM support. Built-in providers (Anthropic, OpenAI, Google, xAI, etc.) auto-discovered; Ollama registered via OLLAMA_BASE_URL env var; custom providers via MOSAIC_CUSTOM_PROVIDERS JSON env var. - ProviderService: wraps ModelRegistry, manages provider lifecycle - ProvidersController: GET /api/providers, GET /api/providers/models - AgentService: accepts provider/model params on session creation - ChatGateway: passes optional provider/modelId from chat messages - @mosaic/types: new provider/model type definitions Closes #20 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Description
Self-hosted multi-user AI agent platform — web dashboard, TUI, remote control, shared memory, mission orchestration
Releases
13
Languages
TypeScript
77.6%
Shell
17.4%
PowerShell
2.5%
JavaScript
1.2%
Python
0.9%
Other
0.3%