fable 5 agents

5 tagged fable 5, measured the same way as everything else here.

delegate

01

ironheart122/proxenos

Agent

Dispatcher for offloading well-scoped, mechanical coding tasks to a foreign-model worker via proxenos. USE THIS for bulk refactors, test generation, boilerplate implementation against a clear spec, and codemods — tasks that are large but unambiguous. Do NOT use it for architectural decisions, ambiguous requirements…

3 yesterday A 72 tokens original MIT

architect

02

jjilli/fable-flow

Agent

Planning agent for the fable-flow pipeline. Delegate to the architect when a task description and scout digests are ready to be turned into an implementation plan with file-disjoint parallel tracks. The architect plans; it never edits files.

2 1mo ago A 48 tokens original MIT

implementer

03

jjilli/fable-flow

Agent

Implementation agent for the fable-flow pipeline. Delegate one implementer per plan track; each runs in its own isolated git worktree and can safely execute in parallel with other implementers. Also used to apply review fixes on an integration branch.

2 1mo ago A 51 tokens original MIT

reviewer

04

jjilli/fable-flow

Agent

Adversarial review agent for the fable-flow pipeline. Delegate reviewers (several in parallel, each with a different lens) after tracks are merged into an integration branch, to verify the diff against the plan and requirements before a PR is opened.

2 1mo ago A 53 tokens original MIT