PyCodeAGI
About
PyCodeAGI was one of the early 2023 experiments that applied the BabyAGI task-loop pattern to software generation: describe the app you want, and the agent decomposes the goal into tasks, executes them with GPT-4 via LangChain, and iterates toward a working Python application. The implementation is minimal — a main script, a GPT-4 variant, and a config file — reflecting the era when agent projects fit in a few hundred lines. It adopted the task-driven loop Yohei Nakajima published as BabyAGI and pointed it at code generation rather than general research tasks. Development stopped after eleven commits in May 2023, and the README still describes the project as just started. Its main interest now is historical, as an early data point in the line from BabyAGI-style loops to modern coding agents.