Rare find

Mini Coding Agent. A simple Python tool that shows how to build an AI assistant that writes and runs code.

magazine.sebastianraschka.com/p/components-of-a-coding-agent

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2026
  • Fix spurious indentation in prompt() (#11)
  • Merge pull request #10 from shixy96/fix/history-text-seen-reads-dedup…
  • test(history_text): add regression tests for read deduplication with …
  • fix(history_text): clear seen_reads on write_file/patch_file to preve…
  • Merge pull request #8 from rasbt/auto-warning
  • Add more warnings about auto mode
  • Auto mode warning
  • add core components
  • Merge pull request #7 from rasbt/article
  • Link tutorial article
  • Merge pull request #3 from rasbt/6-components
  • annotate the 6 components
  • Improve readme and exclude session files
  • mini-coding-agent
  • Initial commit