back to home

code-yeongyu / oh-my-openagent

omo; the best agent harness - previously oh-my-opencode

40,492 stars
3,054 forks
389 issues
TypeScriptHTMLPython

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing code-yeongyu/oh-my-openagent in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/code-yeongyu/oh-my-openagent)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

> [!WARNING] > **TEMP NOTICE (This Week): Reduced Maintainer Availability** > > Core maintainer Q got injured, so issue/PR responses and releases may be delayed this week. > Thank you for your patience and support. > [!NOTE] > > > > **We're building a fully productized version of Sisyphus to define the future of frontier agents. Join the waitlist here.** > [!TIP] > Be with us! > > | | Join our Discord community to connect with contributors and fellow users. | > | :-----| :----- | > | | News and updates for used to be posted on my X account. Since it was suspended mistakenly, @justsisyphus now posts updates on my behalf. | > | | Follow @code-yeongyu on GitHub for more projects. | --> > Anthropic **blocked OpenCode because of us.** **Yes this is true.** > They want you locked in. Claude Code's a nice prison, but it's still a prison. > > We don't do lock-in here. We ride every model. Claude / Kimi / GLM for orchestration. GPT for reasoning. Minimax for speed. Gemini for creativity. > The future isn't picking one winner—it's orchestrating them all. Models get cheaper every month. Smarter every month. No single provider will dominate. We're building for that open market, not their walled gardens. English | 한국어 | 日本語 | 简体中文 --> Reviews > "It made me cancel my Cursor subscription. Unbelievable things are happening in the open source community." - Arthur Guiot > "If Claude Code does in 7 days what a human does in 3 months, Sisyphus does it in 1 hour. It just works until the task is done. It is a discipline agent." - B, Quant Researcher > "Knocked out 8000 eslint warnings with Oh My Opencode, just in a day" - Jacob Ferrari > "I converted a 45k line tauri app into a SaaS web app overnight using Ohmyopencode and ralph loop. Started with interview me prompt, asked it for ratings and recommendations on the questions. It was amazing to watch it work and to wake up this morning to a mostly working website!" - James Hargis > "use oh-my-opencode, you will never go back" - d0t3ch > "I haven't really been able to articulate exactly what makes it so great yet, but the development experience has reached a completely different dimension." - 苔硯:こけすずり > "Experimenting with open code, oh my opencode and supermemory this weekend to build some minecraft/souls-like abomination." > "Asking it to add crouch animations while I go take my post-lunch walk. [Video]" - MagiMetal > "You guys should pull this into core and recruit him. Seriously. It's really, really, really good." - Henning Kilset > "Hire @yeon_gyu_kim if you can convince him, this dude has revolutionized opencode." - mysticaltech > "Oh My OpenCode Is Actually Insane" - YouTube - Darren Builds AI --- Oh My OpenCode You're juggling Claude Code, Codex, random OSS models. Configuring workflows. Debugging agents. We did the work. Tested everything. Kept what actually shipped. Install OmO. Type . Done. Installation For Humans Copy and paste this prompt to your LLM agent (Claude Code, AmpCode, Cursor, etc.): Or read the Installation Guide, but seriously, let an agent do it. Humans fat-finger configs. For LLM Agents Fetch the installation guide and follow it: --- Skip This README We're past the era of reading docs. Just paste this into your agent: Highlights 🪄 You're actually reading this? Wild. Install. Type (or ). Done. Everything below, every feature, every optimization, you don't need to know it. It just works. Even only with following subscriptions, ultrawork will work well (this project is not affiliated, this is just personal recommendation): • ChatGPT Subscription ($20) • Kimi Code Subscription ($0.99) (*only this month) • GLM Coding Plan ($10) • If you are eligible for pay-per-token, using kimi and gemini models won't cost you that much. | | Feature | What it does | | :---: | :------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | 🤖 | **Discipline Agents** | Sisyphus orchestrates Hephaestus, Oracle, Librarian, Explore. A full AI dev team in parallel. | | ⚡ | ** / ** | One word. Every agent activates. Doesn't stop until done. | | 🚪 | **IntentGate** | Analyzes true user intent before classifying or acting. No more literal misinterpretations. | | 🔗 | **Hash-Anchored Edit Tool** | content hash validates every change. Zero stale-line errors. Inspired by oh-my-pi. The Harness Problem → | | 🛠️ | **LSP + AST-Grep** | Workspace rename, pre-build diagnostics, AST-aware rewrites. IDE precision for agents. | | 🧠 | **Background Agents** | Fire 5+ specialists in parallel. Context stays lean. Results when ready. | | 📚 | **Built-in MCPs** | Exa (web search), Context7 (official docs), Grep.app (GitHub search). Always on. | | 🔁 | **Ralph Loop / ** | Self-referential loop. Doesn't stop until 100% done. | | ✅ | **Todo Enforcer** | Agent goes idle? System yanks it back. Your task gets done, period. | | 💬 | **Comment Checker** | No AI slop in comments. Code reads like a senior wrote it. | | 🖥️ | **Tmux Integration** | Full interactive terminal. REPLs, debuggers, TUIs. All live. | | 🔌 | **Claude Code Compatible** | Your hooks, commands, skills, MCPs, and plugins? All work here. | | 🎯 | **Skill-Embedded MCPs** | Skills carry their own MCP servers. No context bloat. | | 📋 | **Prometheus Planner** | Interview-mode strategic planning before any execution. | | 🔍 | ** ** | Auto-generates hierarchical files throughout your project. Great for both token efficiency and your agent's performance | Discipline Agents **Sisyphus** ( / ** ** / ** ** ) is your main orchestrator. He plans, delegates to specialists, and drives tasks to completion with aggressive parallel execution. He does not stop halfway. **Hephaestus** ( ) is your autonomous deep worker. Give him a goal, not a recipe. He explores the codebase, researches pat…