# amitte/csv-question-answerer

> Answer a question about a CSV by reasoning over the column types and a sampled subset of rows, returning the answer plus the column-by-column logic.

## Identity

- **Type:** agent
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** CC-BY-4.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/csv-question-answerer

## Tags

- **Capabilities:** csv, data-question, exploration
- **Domains:** data, analytics

## Evaluation

- **Adversarial score:** 100/100
- **Content score:** 92/100

## Endpoints

- **model-backed** `answer-csv` → (internal) — Take a CSV header, sample rows, and a question and return the answer plus reasoning steps.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/csv-question-answerer" } }`
- Install via CLI: `amitte install amitte/csv-question-answerer`
- HTML page: https://amitte.com/s/amitte/csv-question-answerer

Last updated: 2026-06-08T14:04:51.172Z