Agent Pattern

Tool Selection

Pick the right tool from a bounded action set without asking a generative model to improvise.

The decision

Which available tool is the best next action?

Why Jev fits

Closed-set Choice reduces free-form tool-call failure modes.

Common implementations

  • Tool dispatch
  • API selection
  • Action ranking
  • No-op / escalate branches

Builds using this pattern