Skip to content

feat: spawn_agents_on_csv — batch fan-out for audit/review workflows #275

@justrach

Description

@justrach

Parent: #257 (Phase 2)

What

Batch fan-out tool inspired by Codex's multi-agent CSV pattern. Given a CSV of work items, spawn one worker agent per row, wait for all to finish, export combined results.

Use cases:

  • Review one file/package/service per row
  • Check a list of incidents, PRs, or migration targets
  • Generate structured summaries for many similar inputs

Accepts: csv_path, instruction (with {column_name} placeholders), id_column, output_schema, output_csv_path, max_concurrency, max_runtime_seconds.

Each worker calls report_agent_job_result exactly once. Failed rows marked in exported CSV.

Depends on

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestpriority:p0Highest prioritystatus:backlogWork item has not been startedstatus:blockedWork item is blocked by dependency

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions