How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
This repository is a reference implementation and guided tutorial for building an AI coding agent that combines conversational interaction with file system manipulation and sandboxed shell execution. The agent uses a large language model as its core decision-making component, operating within a turn-based conversational loop where it can generate responses or invoke tools, and tool results are fed back into the dialogue. It provides primitives for reading, writing, and listing files on the local filesystem, as well as searching code using regular expressions. The agent’s capabilities are exte
DeepSeek-TUI is an AI coding agent orchestrator and framework designed to automate complex programming tasks. It functions as a harness for coordinating AI models that can read source code, edit files, and execute shell commands through automated agent workflows. The system is distinguished by its multi-agent coordination capabilities, which allow for the spawning of parallel sub-agents to handle concurrent investigations or implementation slices. It employs autonomous goal-seeking loops to pursue objectives across multiple turns and utilizes a tool integration gateway to connect models to ex
ANUS is an automated coding agent and development framework that uses a large language model to execute technical tasks and modify project files. It functions as a tool-integrated platform that combines a sandboxed shell executor with a system for maintaining persistent project goals. The framework is distinguished by its context-aware development model, which uses local markdown files to track instructions and maintain state across different sessions. It employs a loop-based autonomous development cycle to plan, code, and verify changes, while utilizing a standardized protocol to integrate e
Plandex is an AI-powered software development platform that operates as a command-line interface to manage complex, long-running coding tasks. It functions as an automated agent that decomposes high-level programming objectives into granular, actionable steps, executing multi-file code changes directly within a local project environment. The system distinguishes itself through a state-machine-based execution model that tracks progress across iterative development cycles. By utilizing context-aware code indexing and an iterative feedback loop, the tool refines generated code through successive
This project is a blueprint and framework for using AI coding agents to reverse engineer existing websites and rebuild them into modern frontend codebases. It provides a structured set of instructions and rules to automate website migration and the extraction of design tokens.
The main features of jcodesmore/ai-website-cloner-template are: Website Reverse Engineering, Website Reverse Engineering Frameworks, Coding Agents, AI Agent Workflow Definition, Content Migration Tools, AI Website Cloning Templates, Website Analysis Workflows, Design Token Extraction.
Projects with overlapping indexed features include: hmbown/deepseek-tui — DeepSeek-TUI is an AI coding agent orchestrator and framework designed to automate complex programming tasks. It… qwenlm/qwen2.5-coder — Qwen2.5-Coder is a code-centric large language model designed to generate, complete, and analyze source code. It… ghuntley/how-to-build-a-coding-agent — This repository is a reference implementation and guided tutorial for building an AI coding agent that combines… anus-dev/anus — ANUS is an automated coding agent and development framework that uses a large language model to execute technical… plandex-ai/plandex — Plandex is an AI-powered software development platform that operates as a command-line interface to manage complex,… swe-agent/swe-agent — SWE-agent is an autonomous software engineering platform designed to automate repository maintenance and issue…