analyzer
01Agent Codex
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
yoink is an AI agent that removes complex dependencies by reimplementing only what you need.
Agent Codex
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
Agent Codex
Compare two outputs WITHOUT knowing which skill produced them.
Agent Codex
Evaluate expectations against an execution transcript and outputs.
Agent
Evaluate whether a dependency should be kept or decomposed. Use during dependency decomposition (phase 3) to assess each library in the queue.
Agent
Implement or replace a dependency in the yoink package directory based on a decomposition evaluation. Use during dependency decomposition (phase 3) after evaluation.
Agent
Search reference test suite for tests relevant to a target function. Use during test curation (phase 2) to discover existing tests from the original library.
Agent
Generate focused pytest tests for a target function by studying reference implementation. Use during test curation (phase 2) after test discovery.