# amitte/python-traceback-explainer

> Read a Python traceback, identify the originating frame and exception, name the likely cause, and suggest a minimal fix.

## 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/python-traceback-explainer

## Tags

- **Capabilities:** python, traceback, debugging
- **Domains:** devtools, python

## Evaluation

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

## Endpoints

- **model-backed** `explain-traceback` → (internal) — Take a Python traceback and optional source context and return the root frame, exception type, likely cause, and fix sketch.

## Programmatic access

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

Last updated: 2026-06-27T00:06:53.509Z