reasoning effort agents

7 tagged reasoning effort, measured the same way as everything else here.

Browse within: Cost Optimization 7token-economy 7

implementer

01

AqueGen/model-routing

Agent

Implements one well-defined task from an approved plan or spec. Needs a self-contained task description; not for exploratory or ambiguous work. Pinned to sonnet - dispatch with model=opus for multi-file, architectural, or subtle work.

3 8d ago A 51 tokens original MIT

scout

02

AqueGen/model-routing

Agent

Read-only codebase explorer. Use for "where is X", "how does Y work", "which files touch Z" - returns conclusions with file:line refs, never file dumps. Never modifies anything.

3 8d ago A 45 tokens original MIT

surveyor

03

AqueGen/model-routing

Agent

Read-only breadth sweeps over a codebase - enumerate, list, trace a chain end to end ("list every stage in order", "which files import X", "where does this pipeline end"). Returns the list or the ordering, never file dumps. Use scout instead when the answer needs judgement about what code does. Never modifies anything.

3 8d ago A 71 tokens original MIT