Minimal interface for a compiled LangChain agent (from createAgent). The agent handles the tool-calling loop internally.

Hierarchy

  • CompiledAgent

Methods

Methods

  • Parameters

    • input: Record<string, any>

    Returns Promise<{
        messages: BaseMessage<MessageStructure<MessageToolSet>, MessageType>[];
    }>

Generated using TypeDoc