- "Harness कॉन्फ़िगर कर दो" सिर्फ़ एक लाइन के निर्देश से डोमेन के मुताबिक विशेषज्ञ एजेंट टीम डिज़ाइन करने और एजेंटों द्वारा इस्तेमाल किए जाने वाले skills को भी अपने-आप बनाने वाला meta skill
- 6 तरह के architecture patterns को सपोर्ट करता है, और एजेंटों के बीच orchestration तथा error handling protocol भी शामिल हैं
- Architecture patterns
- Pipeline: क्रमिक निर्भर कार्य
- Fan-out/Fan-in: समानांतर स्वतंत्र कार्य
- Expert Pool: स्थिति के अनुसार चुनकर कॉल करना
- Generate-Verify: निर्माण के बाद गुणवत्ता जाँच
- Supervisor: केंद्रीय एजेंट द्वारा dynamic वितरण
- Hierarchical Delegation: ऊपरी स्तर → निचले स्तर recursive delegation
- 6-स्टेप workflow : डोमेन विश्लेषण → टीम architecture डिज़ाइन (agent team vs sub-agent) → agent definition बनाना → skill बनाना → integration और orchestration → validation और testing
- Execution mode दो हैं:
- Agent Team (default): TeamCreate + SendMessage + TaskCreate तरीका, 2 या अधिक एजेंट और collaboration की ज़रूरत हो तो अनुशंसित
- Sub-agent: Agent टूल को सीधे कॉल करना, one-off कार्यों और जहाँ communication की ज़रूरत न हो वहाँ उपयुक्त
- Harness चलाने पर
.claude/agents/ में agent definition files (जैसे: analyst.md, builder.md, qa.md) और .claude/skills/ में skill files अपने-आप बन जाते हैं
- बनाई जा सकने वाली टीम संरचनाओं के उदाहरण
- Deep Research —
रिसर्च harness कॉन्फ़िगर कर दो। मुझे ऐसी agent team चाहिए जो किसी भी विषय को कई कोणों से जाँच सके — web search, academic materials, community response — cross-verification के बाद एक समेकित रिपोर्ट लिखने वाली टीम।
- Website Development —
फुलस्टैक वेबसाइट development harness कॉन्फ़िगर कर दो। ऐसी टीम जो design, frontend (React/Next.js), backend (API), QA testing को wireframe से deployment तक pipeline में coordinate करे।
- Webtoon Production —
webtoon episode production harness कॉन्फ़िगर कर do। story writing, character design prompt, panel layout planning, dialogue editing agents चाहिए, और उन्हें style consistency के दृष्टिकोण से एक-दूसरे के काम की review करनी चाहिए।
- YouTube Content Planning —
YouTube content production harness कॉन्फ़िगर कर दो। ऐसी टीम जिसे trend research, script writing, title/tag SEO optimization, thumbnail concept planning को supervisor agent coordinate करे।
- Code Review —
comprehensive code review harness कॉन्फ़िगर कर दो। ऐसी टीम जिसमें agents architecture, security vulnerabilities, performance bottlenecks, code style का parallel audit करें और नतीजों को एक रिपोर्ट में integrate करें।
- Technical Documentation —
इस codebase से API documentation अपने-आप generate करने वाला harness कॉन्फ़िगर कर दो। ऐसी टीम जो endpoint analysis, explanation writing, usage example generation, completeness review को pipeline में संभाले।
- Data Pipeline Design —
data pipeline design harness कॉन्फ़िगर कर दो। schema design, ETL logic, data validation rules, monitoring setup को hierarchical delegation के ज़रिए संभालने वाली agent team।
- Marketing Campaign —
marketing campaign production harness कॉन्फ़िगर कर दो। ऐसी टीम जो target market research, ad copy writing, visual concept design, A/B test planning को iterative quality review के साथ आगे बढ़ाए।
- revfactory/harness-100 — 10 डोमेन, 100 production-ready agent team harnesses (कोरियाई-अंग्रेज़ी 200 पैकेज) सार्वजनिक
- हर harness में 4-5 विशेषज्ञ agents, orchestrator skill, और domain-specific skills शामिल
- content production, software development, data/AI, business strategy, education, legal, healthcare आदि को मिलाकर 1,808 Markdown files से बना
- सब कुछ Harness प्लगइन से बनाया गया
- Claude Code में agent team feature को enable करना ज़रूरी:
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1
अभी कोई टिप्पणी नहीं है.