Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 499 Bytes

Agentic-Orchestration.md

File metadata and controls

7 lines (5 loc) · 499 Bytes

An agent in the context of LLM orchestration is an intelligent controller that:

  • Receives a goal or task (for example, answer a user question, analyze a dataset, book a meeting on my calendar)
  • Dynamically decides which actions to take next (which tools or subroutines to call) based on the current context and the outputs of previous steps
  • Monitors its own progress, and re-planning as necessary

source1