• Parameters

    • uri: string
    • Optional llmAndTools: {
          llm?: any;
          tools?: ToolInterface[];
      }
      • Optional llm?: any
      • Optional tools?: ToolInterface[]

    Returns Promise<Agent>

    ⚠️ Deprecated ⚠️

    This feature is deprecated and will be removed in the future.

    It is not recommended for use.

Generated using TypeDoc