Skip to content

Epic: capability-based agent task routing and delegation #2101

Description

@graycyrus

Summary

An agent can already delegate by name (delegate_to_desk/delegate_to_teammate), but only if it already knows who to ask. There's no automatic "I lack tool X, agent Y holds tool X, route there" matching on either delegation or task assignment today (src/company/task_intent.rs has no capability-to-tool matching logic).

This is the operator's original ask: an agent should be able to pick up a task, and delegate/hand off to another agent when it lacks the right tool, end to end. Distinct from HiveMind (separate epic), which is dispatch-free deliberation, not routing.

Plan

  • Design a capability registry (agent → tools it holds)
  • Auto-routing: match a missing-tool need to a capable agent in delegation
  • Wire capability matching into task assignment/pickup

Part of

September 2026 roadmap.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    epicEpic — parent issue tracking a major feature or initiativepriority: p3Whenever. Cosmetic, a nicety, or a cleanup with no user visible effect.roadmapHigh-level, month-spanning roadmap item — not day-to-day workroadmap:2026-09Active in the September 2026 roadmap

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions