Home / Glossary / Agent orchestration
What is Agent Orchestration?
Agent orchestration एक complex task को complete करने के लिए कई agents (या कई LLM calls) को coordinate करने का pattern है। osFoundry का Maestro स्वयं एक agent orchestrator है; आप उन्हीं primitives पर अपने orchestrators बना सकते हैं।
Detail
Single-LLM-call tasks limited हैं। Orchestration patterns कई LLM calls को एक साथ chain करते हैं — एक planner steps तय करता है, executors उन्हें करते हैं, reviewers results check करते हैं। Common patterns: planner-executor, react-style tool loops, multi-agent debate, supervisor-worker।
Orchestration वह स्थान है जहाँ अधिकांश production AI value रहती है। LLM स्वयं एक commodity है; आप इसे एक साथ कैसे wire करते हैं वह product है।
How osFoundry approaches Agent Orchestration
osFoundry orchestration को first-class मानता है। Maestro default orchestrator है; osStudio आपको इसकी pipelines को customise करने या अपना बनाने देता है। Agents typed sub-tasks के रूप में अन्य agents को call करते हैं।
Related terms
Related features