feat: Assignments tab on fleet page — manage product.task → model routing #63
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add an Assignments tab to the Avocet fleet page for managing the task-model assignment layer introduced in cf-orch#60.
Operators need a UI to view, create, edit, and delete task assignments without editing YAML files directly.
Context
cf-orch now exposes:
GET/POST /api/assignments— list and upsertproduct.task → model_identriesDELETE /api/assignments/{product}/{task}— remove an assignmentGET /api/model-registry— list registered modelsGET /api/assignments/deployment-status— per-assignment node deployment statusDesign spec:
circuitforge-plans/circuitforge-orch/superpowers/specs/2026-05-13-task-model-assignments-design.mdAssignments tab layout
Requirements
Related