स्टैक
केस स्टडी
orca — CLI Agent Orchestrator
एक single-file Python CLI जो मैंने बनाया — काम को parallel headless AI worker agents में बाँटने के लिए; Claude Code योजना बनाकर delegate करता है, सस्ते models लिखते हैं। open source, pipx-installable।
संदर्भ
टैग्स
अवलोकन
orca एक single-file, dependency-free Python CLI है जो parallel headless AI worker agents को dispatch करता है और उनके नतीजे durable on-disk artifacts (prompt, log, clean output, session id, status) के रूप में इकट्ठा करता है। मैं Claude Code (Opus) को orchestrator की तरह चलाता हूँ: महँगा model योजना बनाता और छोटे instructions देता है, और workers में चल रहे सस्ते open-source models असली लेखन करते हैं।
इसी तरह मैं बहुत कम बजट में बड़े काम करता हूँ — जैसे ~14k lines of code को modularize करना जो एक अकेली Claude session में संभव नहीं। पूरा विवरण blog पर: My AI Coding Setup।
फ़ीचर्स
Design
- कई worker CLIs (cmd, Cursor, Claude, Codex, Kimi, OpenCode) के लिए pluggable adapters — contributors कुछ ही lines में अपना जोड़ सकते हैं।
- background shells से event-driven: कोई polling नहीं, resume/fork support, हर task की telemetry।
- pipx से `orca` command के रूप में install; कोई runtime dependency नहीं।