ART Framework API Docs
    Preparing search index...

    Class PESAgent

    Implements the Plan-Execute-Synthesize (PES) agent orchestration logic. Refactored to support persistent TodoList execution and iterative refinement.

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Processes a user query through the configured agent reasoning pattern (e.g., PES). Orchestrates interactions between various ART subsystems.

      Parameters

      • props: AgentProps

        The input properties for the agent execution, including the query, thread ID, and injected dependencies.

      Returns Promise<AgentFinalResponse>

      A promise that resolves with the final agent response and execution metadata.

      If a critical error occurs during orchestration that prevents completion.