Skip to content
#

self-correcting

Here are 21 public repositories matching this topic...

An open, natural-language DSL for self-correcting AI coding loops — say what an AI coding agent should build and how to verify it in plain English, and it loops until the check passes. Runs in Claude Code, Cursor, and Copilot.

  • Updated Jul 7, 2026
  • TypeScript

oh-my-fable — Fable 5's way of working a long task (plan first, self-correct, never lose the thread), as a model-agnostic agent harness. The run lives in one serializable RunContext, checkpointed every step, so a crash is a pause. Zero deps, deterministically testable.

  • Updated Jul 8, 2026
  • TypeScript

Self-correcting data-analyst agent: ask a dataset a question in plain English and get runnable Python, SQL, or an Excel formula. Built on LangGraph + a local Qwen2.5-Coder LLM, with a generate→execute→reflect loop that fixes its own errors (measured: 75%→94% success).

  • Updated Jul 6, 2026
  • Python

Improve this page

Add a description, image, and links to the self-correcting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the self-correcting topic, visit your repo's landing page and select "manage topics."

Learn more