HKUDS/DeepCode
Open agentic coding framework that converts research papers and text descriptions into executable code, web applications, and backend systems using LLM agents.

DeepCode is an open-source agentic coding system that uses LLM agents to handle three main workflows: Paper2Code (converting research papers to executable implementations), Text2Web (generating web applications from text descriptions), and Text2Backend (creating backend services from requirements). The framework orchestrates multiple specialized agents to parse inputs, plan execution strategies, generate code artifacts, and handle deployment tasks.