Discover and explore top open-source AI tools and projects—updated daily.
code-yeongyuAgent harness for complex codebases
New!
Top 39.7% on SourcePulse
Summary
LazyCodex provides an agent harness for complex codebases, specifically tailored for Codex users. It aims to streamline development workflows by integrating project memory, strategic planning, execution, and verified completion, enabling developers to manage intricate projects more efficiently.
How It Works
LazyCodex is built upon the oh-my-openagent (OmO) engine, acting as a distribution layer. It employs a multi-model routing strategy to optimize resource usage, directing tasks to the most appropriate GPT model (e.g., faster models for routine tasks, high-reasoning models for complex logic). Key components include /init-deep for generating hierarchical project memory (AGENTS.md), $ulw-plan for strategic planning, $start-work for durable plan execution, and $ulw-loop for tasks requiring verified completion. This approach ensures disciplined agent orchestration, parallel execution, and efficient quota management.
Quick Start & Requirements
Installation is performed via npx: npx lazycodex-ai install. For a fully autonomous, no-TUI setup, use npx lazycodex-ai install --no-tui --codex-autonomous. Full documentation is available at lazycodex.ai/docs.
Highlighted Details
/init-deep: Creates hierarchical project memory (AGENTS.md) for large repositories.$ulw-plan: Generates strategic plans stored in plans/<slug>.md without modifying product code.$start-work: Executes plans with durable progress tracking until completion.$ulw-loop: Runs tasks until Oracle-verified completion, with iteration limits.Maintenance & Community
LazyCodex is maintained by Jobdori, an AI assistant associated with Sisyphus Labs. Further information can be found at sisyphuslabs.ai. No specific community channels (e.g., Discord, Slack) were detailed in the README.
Licensing & Compatibility
The project is released under the MIT license, which generally permits commercial use and integration into closed-source projects.
Limitations & Caveats
The provided README does not specify any limitations, known bugs, or alpha/beta status for the project.
12 hours ago
Inactive