Glossary term
Glossary term
Architecture
Pattern separating planning from step execution.
HuggingGPT uses GPT-4 as a planner to create a task sequence from a user's multimodal request, then routes each step to a specialist HuggingFace model (image generation, translation, captioning) as executors.
Adept AI's ACT-1 separates a high-level planner (GPT-4-based) producing a web-automation plan from a lower-level executor (computer-use model) that interacts with UI elements step by step.
A procurement automation system uses a planner LLM to define steps - search supplier, compare quotes, draft PO, route for approval - then triggers RPA bots as executors for deterministic sub-steps.