mission-control/src
nyk 1acbf8e053
feat: auto-route inbox tasks to best available agent (#476)
Tasks in inbox status are now automatically assigned to the best
matching agent based on role affinity and capability scoring:

- Role keywords: coder matches code/implement/fix, researcher matches
  research/analyze/audit, etc.
- Agent capabilities from config are matched against task text
- Idle agents preferred over busy ones
- Capacity limit: agents with 3+ in-progress tasks are skipped
- Runs every 60s before task dispatch (inbox → assigned → dispatch)

Flow: create task (inbox) → auto-route picks best agent (assigned)
→ scheduler dispatches to Claude API (in_progress) → response stored
(review) → Aegis approves (done). Fully hands-free.
2026-03-22 19:06:07 +07:00
..
app docs: add quickstart, agent setup, orchestration guides + SEO overhaul 2026-03-22 12:28:29 +07:00
components fix: add inline token editor to gateway card (#459) (#471) 2026-03-22 16:25:04 +07:00
i18n feat: full i18n — 1752 keys across 10 languages, all panels translated (#326) 2026-03-14 14:27:25 +07:00
lib feat: auto-route inbox tasks to best available agent (#476) 2026-03-22 19:06:07 +07:00
plugins feat(refactor): ready for manual QA after main sync (#274) 2026-03-11 19:09:24 +07:00
store feat: add hide/unhide agents from UI (#453) 2026-03-19 20:48:25 +07:00
styles feat(refactor): ready for manual QA after main sync (#274) 2026-03-11 19:09:24 +07:00
test feat: initial open-source release 2026-02-23 02:00:44 +07:00
types feat: initial open-source release 2026-02-23 02:00:44 +07:00
index.ts feat(refactor): ready for manual QA after main sync (#274) 2026-03-11 19:09:24 +07:00
nav-rail.tsx feat(refactor): ready for manual QA after main sync (#274) 2026-03-11 19:09:24 +07:00
proxy.test.ts fix: allow unauthenticated status health probe for container checks (#295) 2026-03-12 12:22:34 +07:00
proxy.ts feat: add first-time setup wizard and zero-config startup 2026-03-13 14:09:44 +07:00