Files
a0_software_orchestrator/webui/model-routing.html
T

29 lines
983 B
HTML
Raw Normal View History

<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>