df94ed3cd4
- GatewayBridgeController: MCP-artiger Kommando-Adapter für Agent-zu-Backend - TaskBridgeService + LiveUpdateService: SSE Live-Sync + Bridge-Kommandos - FlowBoard.vue: Board-first orchestration dashboard panel - live-sync.ts store + live.ts service: SSE-basierte Live-Updates - Nullability-Warnung in HealthController.cs gefixt - nginx.conf: SSE-Proxy + CORS für Bridge-Endpunkte - .gitignore: pnpm/corepack local caches ausgeschlossen - docs: architecture-board-first-orchestration.md hinzugefügt - README: Backend Bridge API dokumentiert
1.5 KiB
1.5 KiB
Runtime und Routing
Letzte Aktualisierung: 2026-06-16
Aktive Modelle (7 von 8 konfiguriert)
| Agent | Modell | Provider |
|---|---|---|
| Iris | openai/gpt-5.4 |
OpenAI (OAuth) |
| Programmer, Executor | deepseek/deepseek-v4-flash |
DeepSeek (API-Key) |
| Reviewer, Architekt, Researcher | deepseek/deepseek-v4-pro |
DeepSeek (API-Key) |
| — | openai/gpt-5.5 |
OpenAI (verfügbar) |
| — | anthropic/claude-sonnet-4-6 |
Anthropic (CLI-Backend) |
| — | anthropic/claude-opus-4-6/4.8 |
Anthropic (CLI-Backend) |
Entfernt / Deaktiviert
- Ollama (qwen3:4b): komplett entfernt (2.4 GB Models gelöscht 16.06.)
- NVIDIA (moonshotai/kimi-k2.6): vollständig entfernt.
- IModelProvider-Abstraktion: entfernt, nur noch
IAgentRuntimemit OpenClaw-Adapter.
Integration
- Einzige aktive Integration:
OpenClawRuntimeüberIAgentRuntime - Model-Routing läuft zentral über OpenClaw Gateway (kein direct provider routing)
- API kommuniziert via
host.docker.internal:18789(Gateway loopback — wird überopenclaw_defaultNetzwerk gefixt) - Achtung:
[AllowAnonymous]auf/tasks/boardund/tasks/reset-stalemuss durch ApiKey-Auth ersetzt werden (siehe Architektur-Review) - Vollständige Architektur- und Sicherheitsanalyse: architecture-board-first-orchestration.md