code comprehension agents

3 tagged code comprehension, measured the same way as everything else here.

change-cartographer

01

SWHee/diffscope

Agent

An agent that maps a code patch: which parts changed, what each change is meant to do, and how the changed parts depend on one another.

1 29d ago A 79 tokens original MIT

logic-tracer

02

SWHee/diffscope

Agent

An agent that explains how a code change alters what a program does while it runs, including how data moves through the code before and after the change.

1 29d ago A 84 tokens original MIT

python-tutor

03

SWHee/diffscope

Agent

A Python code teacher that explains only unfamiliar Python syntax and patterns appearing in changed code. It focuses on why each construct was used there, rather than giving a general lesson.

1 29d ago A 91 tokens original MIT