• Pi coding agent को काम child Pi sessions को delegate करने देने वाला extension
  • code review/code scouting/implementation/parallel audit/background tasks जैसे अतिरिक्त नज़रिए की ज़रूरत वाले कामों में उपयोगी
  • install के बाद अलग configuration या slash command सीखने के बिना सिर्फ natural language requests से delegation संभव
    • built-in agents: code समझने से पहले scout, बाहरी facts verify करने से पहले researcher, बड़े बदलाव से पहले planner, implementation के लिए worker, inspection के लिए reviewer, और अगर फैसला खुद जोखिम भरा हो तो oracle
  • foreground execution प्रगति को बातचीत में stream करता है, और background execution control लौटाने के बाद भी चलता रहता है तथा subagent({ action: "status" }) से बाद में जांचा जा सकता है
  • sequential chains, inline parallel groups, और structured output आधारित dynamic fan-out को support करता है
  • parallel agents के बीच file conflicts रोकने के लिए git worktree isolation प्रदान करता है
  • built-in model की जगह agentOverrides से role-आधारित model/thinking/fallbackModels को एक बार या persistent रूप से सेट किया जा सकता है
  • child को parent orchestrator की permissions न मिलने वाली child safety boundary और default 2-step recursion depth limit के साथ infinite nesting को रोकता है
  • सभी executions पर लागू acceptance gate (auto/none/attested/checked/verified/reviewed) के जरिए task completion evidence level को manage करता है
  • install: pi install npm:pi-subagents

अभी कोई टिप्पणी नहीं है.

अभी कोई टिप्पणी नहीं है.