Home / Glossary / Plan mode
What is Plan Mode?
Plan mode एक pattern है जहाँ एक agent execute करने से पहले एक step-by-step plan propose करता है, जिससे एक human review और approve कर सके। osFoundry workspace policy level पर plan mode को support करता है — destructive tools के लिए इसकी आवश्यकता है।
Detail
Plan mode के बिना, एक agent files delete कर सकता है या एक API को destructively call कर सकता है इससे पहले कि आप intervene कर सकें। Plan mode एक explicit planning step को force करता है जहाँ agent अपने intended actions लिखता है; आप कुछ भी होने से पहले approve या edit करते हैं।
High-risk tasks के लिए valuable: file ops, shell commands, billing actions, कुछ भी irreversible। Low-risk tasks (read, summarise) के लिए lower friction जहाँ direct execution fine है।
How osFoundry approaches Plan Mode
osFoundry workspace policies विशिष्ट tools या tool categories के लिए plan mode की आवश्यकता कर सकती हैं। Plan mode Maestro और किसी भी agent profile में built-in है जो opt in करता है।
Related terms
Related features