orca — CLI Agent Orchestrator

फ़ीचर्ड प्रोजेक्ट

orca — CLI Agent Orchestrator

सक्रिय

एक single-file Python CLI जो मैंने बनाया — काम को parallel headless AI worker agents में बाँटने के लिए; Claude Code योजना बनाकर delegate करता है, सस्ते models लिखते हैं। open source, pipx-installable।

सक्रियFeaturedPython · Claude Code · pipx

प्रोजेक्ट स्नैपशॉट

स्थिति सक्रिय
प्रोजेक्ट प्रकार फ़ीचर्ड केस स्टडी
मुख्य स्टैक 4 टेक्नोलॉजी
एक्सेस 1 बाहरी लिंक

अवलोकन

प्रोजेक्ट स्नैपशॉट

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।

मुख्य फ़ीचर्स

अवलोकन

01

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 नहीं।

टेक स्टैक

मुख्य स्टैक

Core Stack

  • Python
  • Claude Code

Application Layer

  • pipx
  • CLI