Skip to content

yousoumar/coddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Coddy

Minimal AI-powered CLI coding agent inspired by tools like Claude Code and Gemini CLI, built to demonstrate how agents work.

Coddy Screenshot

Installation

git clone git@github.com:yousoumar/coddy.git
cd coddy

Usage

You 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.js

Inspired 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.

About

Minimal AI-powered CLI coding agent inspired by tools like Claude Code and Gemini CLI, built to demonstrate how agents work.

Topics

Resources

Stars

Watchers

Forks

Contributors