autoresearch agents

39 tagged autoresearch, measured the same way as everything else here.

Browse within: Autonomous Agents 12ai-skills 9alpha-evolve 9autonomous-coding 9coding-agent 9large-language-models 9jax 5knowledge-graph 5machine-learning 5mfu 5

docs-manager

01

uditgoenka/autoresearch

Agent

Writes and updates project documentation from structured scout reports, explicit file targets, and project context.

6.0k 19d ago A 20 tokens original MIT

benchmark-reviewer

02

evo-hq/evo

Agent

Reviews an evo benchmark in two modes. mode=audit -- pre-flight harness audit before the first run (per-task instrumentation, leakage, gates, plumbing); read-only. mode=review-experiment -- post-commit per-task failure analysis for a specific experiment; reads per-task traces and the eval-runner log, writes per-task…

1.4k 1mo ago A 112 tokens original Apache-2.0

ideator

03

evo-hq/evo

Agent

Generates ranked experiment proposals for the evo orchestrator. Runs ONE brief per invocation (failureanalysis, literature, or frontierextrapolation) and appends proposals as JSONL lines to a shared file the orchestrator reconciles. Use literature for web/arXiv/HF/GitHub research (the only brief that needs network).…

1.4k 1mo ago A 142 tokens original Apache-2.0

verifier

04

evo-hq/evo

Agent

Read-only audit of one evo experiment for design-time cheating (pre-phase) or result-time validity (post-phase). Catches test-set leakage in training data, subsetted eval commands, missing gates for new artifacts, generic hypotheses, cache short-circuits, fake artifacts, and score-reproducibility failures. Returns…

1.4k 1mo ago A 146 tokens original Apache-2.0

dedup-judge

06

Human-Agent-Society/CORAL

Agent

Decide what to do with two notes flagged as near-duplicates — without knowing which is which.

935 2d ago A 0 tokens original Apache-2.0

coral-task-author

07

Human-Agent-Society/CORAL

Agent

Use this subagent to turn "optimize / speed up / improve this with CORAL" into a working CORAL task. Give it the code (or just a repo and a rough goal) and it acts immediately — explores the repo to infer the optimization target, scaffolds a .coralworkspace/, writes the grader, and iterates coral validate until the…

935 2d ago A 110 tokens original Apache-2.0

gke-cluster-runner

08

vlasenkoalexey/tpu_performance_autoresearch_wiki

Agent Claude Code

Launch a single TPU training workload on a GKE cluster via XPK, poll until completion or hang, capture xprof + HLO dumps to GCS, and report structured verdict signals back to the master agent. Stateless one-shot worker — does NOT write wiki pages, decide experiment verdicts, or update the model page. Use for every…

54 5d ago A 100 tokens original MIT

kernel-verifier

09

vlasenkoalexey/tpu_performance_autoresearch_wiki

Agent Claude Code

Independent verifier for kernel-family experiments (the Roles section's verifier for the pallas lane). Given a final candidate kernel + the naive baseline, it independently re-benchmarks both in a fresh process, re-runs numerical parity, captures traces/LLO dumps with the canonical flag set, runs the hypothesis-firing…

54 5d ago A 168 tokens original MIT

profile-analyzer

10

vlasenkoalexey/tpu_performance_autoresearch_wiki

Agent Claude Code

Analyze a single completed experiment's xprof trace + HLO dump and return structured ## Profile + ## HLO Dump markdown sections that slot directly into the experiment page. Phases: Phase 1 walks xprof (bucket attribution, dominant ops, memory profile); Phase 2 walks HLO (module sizes, fusion verification, regression…

54 5d ago A 250 tokens original MIT

capsule-regenerator

11

StepzeroLab/research-git

Agent

Regenerates a recalled Feature Capsule onto the CURRENT codebase. Given a regeneration brief (the capsule's intent/knobs/data-assumptions/resurrection guide + the live source of the regions it touches), it re-implements the feature into today's code — adapting to refactors — and leaves a reviewable diff. It never runs…

42 26d ago A 93 tokens original MIT

capsule-segmenter

12

StepzeroLab/research-git

Agent

Segments a raw git diff into clean, high-quality Feature Capsules. Separates real features from infrastructure noise, and for each feature writes intent, knobs, assumptions, and an operational resurrection guide. This is the "Phase 2" semantic step that replaces the free heuristic segmenter — it runs on the host…

42 26d ago A 76 tokens original MIT

edge-judge

13

StepzeroLab/research-git

Agent

Judges graph edges between Feature Capsules. Two jobs: (1) confirm or reject candidate dependson edges that the deterministic engine over-produced from name overlap; (2) classify each baseline overlaps pair (capsules touching the same code region) into a more precise relationship. Runs on the host session's…

42 26d ago A 74 tokens original MIT

hypothesis

17

GodModeAI2025/skill-forge

Agent

Analysiere Eval-Failures / Metrik-Ergebnisse und generiere eine testbare Verbesserungshypothese.

17 1mo ago A 0 tokens original MIT

mutator

18

GodModeAI2025/skill-forge

Agent

Wende eine Hypothese als gezielte Änderung auf die Zieldateien an.

17 1mo ago A 0 tokens original MIT

proyecto26/autoresearch-ai-plugin

Agent

Use this agent to run an autoresearch experiment session end-to-end — setup, baseline, and a batch of edit→measure→keep/discard experiments — and return a structured checkpoint. Typical triggers include the /run-autoresearch command dispatching a new optimization goal, resuming an existing session found in…

12 1mo ago A 115 tokens original MIT

zircote-plugins/autoresearch

Agent

Agent "convergence-reporter" from zircote-plugins/autoresearch, covering convergence reporter agent, context, role, inputs and process.

1 5mo ago A 0 tokens original MIT

improver

23

zircote-plugins/autoresearch

Agent

This agent is spawned during the autoresearch improvement loop when a candidate skill needs modification based on eval results. It runs once per iteration, reading grading failures and modifying the candidate skill to address them.

1 5mo ago A 0 tokens original MIT