yushui2022/easy-coding-agents

54 stars · Last commit 2026-05-28

One of the early China-built lightweight Claude Code-inspired terminal coding agents, with autonomous execution, tool calling, custom agents, task control, and evidence-gated memory.

README preview

<p align="center">
  <img src="docs/assets/mark.svg" alt="Easy-Coding-Agent" width="200" height="200">
</p>

<h1 align="center">Easy-Coding-Agent</h1>

<p align="center">
  <strong>An autonomous terminal coding agent with tools, modes, custom agents, task control, and evidence-gated long-task memory.</strong>
</p>

Easy-Coding-Agent is a Python coding-agent runtime designed around a real
autonomous development loop: understand the codebase, plan the current phase,
execute tools, edit files, run commands, ask the user when needed, preserve task
state, and continue until the work is verified or explicitly blocked.

This repo is not just a memory demo. The memory system is one reliability layer
inside a broader coding-agent platform.

## What The Agent Can Do

View full repository on GitHub →