5769c1cd22
- Auto-Registration-Bug behoben (register_project/get_project_id/resolve_project Trennung) - 25 Tests gruen (Pytest) - block_compactor-Tool refactored (Option B: Soft-Check statt Hard-Block) - 4 Restbaustellen gefixt - DB-Schema: plugin_settings-Tabelle hinzugefuegt - 3 Schattenprojekte aus DB geloescht - Plan v3 + Refactor-Plan + Worklog dokumentiert
29 lines
983 B
HTML
29 lines
983 B
HTML
<html>
|
|
<head>
|
|
<title>Model Routing</title>
|
|
<script type="module" src="/plugins/a0_software_orchestrator/webui/orchestrator-config-store.js"></script>
|
|
</head>
|
|
<body>
|
|
<div x-data>
|
|
<template x-if="$store.a0SoftwareOrchestratorStore">
|
|
<div>
|
|
<h2>Model Routing Configuration</h2>
|
|
<p>Assign model presets to orchestrator roles.</p>
|
|
<div id="roles">
|
|
<!-- Dynamically populated in v0.2 -->
|
|
<p>Orchestrator: strong-reasoning</p>
|
|
<p>Codebase Explorer: cheap-long-context</p>
|
|
<p>Requirements Analyst: strong-reasoning</p>
|
|
<p>Solution Architect: strong-reasoning</p>
|
|
<p>Implementation Engineer: best-coding</p>
|
|
<p>Test/Debug Engineer: balanced-coding</p>
|
|
<p>Runtime/DevOps Engineer: reasoning-devops</p>
|
|
<p>Security/Data Engineer: strong-reasoning</p>
|
|
<p>Release Auditor: cheap-fast</p>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</div>
|
|
</body>
|
|
</html>
|