Home / Glossary / Multi-agent
What is Multi-Agent System?
एक multi-agent system कई specialised agents का उपयोग करता है जो एक दूसरे को sub-tasks delegate करते हैं। osFoundry के agents typed tools के रूप में अन्य agents को call करते हैं, planner / executor / reviewer pipelines सक्षम करते हैं।
Detail
एक agent द्वारा सब कुछ करने की कोशिश करने के बजाय, multi-agent systems decompose करते हैं: एक planner steps तय करता है, domain के अनुसार specialised executors उन्हें करते हैं, एक reviewer verify करता है। प्रत्येक agent का अपना scope, prompt, और tools है।
Multi-agent तब चमकता है जब sub-tasks को अलग expertise की आवश्यकता होती है (जैसे web research के लिए एक agent, code के लिए एक, writing के लिए एक)। यह बेहतर cost नियंत्रण भी सक्षम करता है — simple delegation के लिए cheap models उपयोग करें, expensive models केवल जहाँ आवश्यक हो।
How osFoundry approaches Multi-Agent System
osFoundry sub-agent calls को typed tools के रूप में expose करता है। प्रत्येक agent का अपना profile है (system prompt, tools, memory, model)। Multi-agent pipelines किसी भी tool call की तरह बनाए जाते हैं।
Related terms
Related features