Minimal AI-powered CLI coding agent inspired by tools like Claude Code and Gemini CLI, built to demonstrate how agents work.
git clone git@github.com:yousoumar/coddy.git
cd coddyYou need Node.js (v20+) and you can use any OpenAI-compatible LLM provider:
# Logfare (free with DeepSeek V4 Flash)
API_KEY=your_key API_URL=https://logfare.ai/v1 MODEL=deepseek-v4-flash node main.jsInspired by Mihail Eric's "The Emperor Has No Clothes: How to Code Claude Code in 200 Lines of Code" article, and "Inside The Agent Loop with Pierce Boggan" podcast on Visual Studio Code YouTube Channel.
