Initial commit: Nexus Mission Control Platform
- ASP.NET Core 10 Backend (JWT Auth, Agent config API) - Vue 3 Frontend (Dashboard, Team, Agents, Config Editor) - PostgreSQL Database - Docker Compose setup - Mission Control Dashboard redesign
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Runtime und Routing
|
||||
|
||||
> Letzte Aktualisierung: 2026-06-08
|
||||
|
||||
## Aktive Modelle
|
||||
|
||||
| Priorität | Modell | Zweck | Provider |
|
||||
|-----------|--------|-------|----------|
|
||||
| 1 | deepseek/deepseek-v4-flash | Programmer Agent | DeepSeek (über OpenClaw) |
|
||||
| 2 | deepseek/deepseek-v4-pro | Reviewer Agent, Iris Fallback | DeepSeek (über OpenClaw) |
|
||||
| 3 | openai/gpt-5.3-chat-latest | Iris Hauptmodell | OpenAI (über OpenClaw) |
|
||||
|
||||
## Deaktiviert
|
||||
|
||||
- **Ollama** (qwen3:4b): deaktiviert, funktioniert aktuell nicht. Wird später wieder aufgegriffen.
|
||||
- **NVIDIA** (moonshotai/kimi-k2.6): vollständig entfernt.
|
||||
- **Kimi 2.6**: vollständig entfernt.
|
||||
|
||||
## Integration
|
||||
|
||||
- Einzige aktive Integration: `OpenClawRuntime` über `IAgentRuntime`
|
||||
- Keine direkten Provider-Registrierungen mehr im Backend (OllamaProvider, NvidiaProvider entfernt)
|
||||
- Model-Routing läuft zentral über OpenClaw Gateway
|
||||
Reference in New Issue
Block a user