ART Framework API Docs
    Preparing search index...

    Interface IAgentCore

    Interface for the central agent orchestrator.

    interface IAgentCore {
        process(props: AgentProps): Promise<AgentFinalResponse>;
    }

    Implemented by

    Index

    Methods

    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.