Glossary term
Glossary term
Agentic Systems
Agentic orchestration is the process of coordinating AI agents, automation systems, and human inputs across workflows to achieve a defined outcome. It manages how tasks are distributed, executed, and monitored, ensuring agents operate within business rules and governance frameworks. This allows enterprises to run complex, multi-step processes with greater control, adaptability, and visibility.
LangGraph by LangChain provides agentic orchestration with explicit state graphs that route work between specialised agents.
CrewAI orchestrates role-based agents (Researcher, Writer, Reviewer) through defined sequential or hierarchical processes.
Microsoft Semantic Kernel and AutoGen Studio orchestrate multi-agent flows across Azure OpenAI and Bing tools.