Discover and explore top open-source AI tools and projects—updated daily.
ultraworkersAgent harness engineering framework
New!
Top 0.1% on SourcePulse
Summary
This project provides a clean-room reimplementation of the "Claude Code" agent harness, focusing on harness engineering, tool orchestration, and runtime context management. It targets developers and researchers interested in understanding and building advanced AI agent systems, offering a faster, memory-safe Rust-based runtime and an AI-assisted development workflow. The primary benefit is a functional, open-source exploration of complex agent architectures without relying on proprietary code.
How It Works
The project is undergoing a significant transition to a Rust implementation for a faster, memory-safe harness runtime, intended to be the definitive version. Development is heavily augmented by oh-my-codex (OmX), a workflow layer built on OpenAI's Codex, utilizing modes like $team for parallel code review and $ralph for persistent execution and verification. This AI-driven approach orchestrates the entire porting process, from understanding harness structures to generating a working Python codebase with tests, capturing architectural patterns without direct code copying.
Quick Start & Requirements
python3 -m src.main summarypython3 -m src.main manifestpython3 -m src.main subsystems --limit 16python3 -m unittest discover -s tests -vHighlighted Details
oh-my-codex (OmX) and OpenAI's Codex, enabling parallel review and persistent execution loops.Maintenance & Community
The project is actively developed in collaboration with the creator of oh-my-codex. Continued research and development are supported by GitHub sponsorships for the primary maintainer. A community Discord server is available for discussions on LLMs, harness engineering, and agent workflows.
Licensing & Compatibility
The repository does not explicitly state a software license. It emphasizes a "clean-room Python rewrite" and discusses the legal and ethical implications of AI code reimplementation, suggesting an intent to avoid direct use of proprietary code. Compatibility for commercial use or linking with closed-source projects is undetermined due to the lack of a specified license.
Limitations & Caveats
The current Python workspace is not yet a complete runtime-equivalent replacement for the original system, containing fewer executable runtime slices. The repository does not claim ownership of the original "Claude Code" source material and is not affiliated with Anthropic. The rapid star growth is partly attributed to the project's association with leaked "Claude Code," which may carry associated risks.
20 hours ago
Inactive