- loadAgent(uri, llmAndTools?): Promise<Agent>
Parameters
- uri: string
Optional
llmAndTools: {
llm?: BaseLanguageModelInterface<any, BaseLanguageModelCallOptions>;
tools?: ToolInterface<ZodObjectAny | ZodEffects<ZodObjectAny, any, {}> | JsonSchema7Type, unknown>[];
}Optional
llm?: BaseLanguageModelInterface<any, BaseLanguageModelCallOptions>
Optional
tools?: ToolInterface<ZodObjectAny | ZodEffects<ZodObjectAny, any, {}> | JsonSchema7Type, unknown>[]
Returns Promise<Agent>
Deprecated