Glossary term
Glossary term
Architecture
Control logic coordinating steps, tools, agents, state, and outcomes.
LangGraph orchestrates a multi-step due-diligence workflow: document ingestion → entity extraction → risk scoring → comparison → report generation - managing state between steps and retrying on failures.
Prefect and Dagster orchestrate LLM pipelines in production, scheduling document re-indexing, model evaluation runs, and alert generation as dependent workflow steps with retry and observability.
Azure AI Studio's Prompt Flow orchestrates a customer-service agent pipeline: intent classification → policy retrieval → answer generation → guardrail check → response delivery - with full tracing on each step.