Skip to main content

Module agent

Module agent 

Source
Expand description

Function Calling Agent implementation

An agent that uses the LLM’s native Function Calling, without text parsing. Supports any LLM provider that implements BaseChatModel.

Structs§

FunctionCallingAgent
Function Calling Agent