Skip to main content

Module agent

Module agent 

Source
Expand description

Function Calling Agent 实现

使用 LLM 原生 Function Calling 的 Agent,不依赖文本解析。 支持任何实现了 BaseChatModel 的 LLM Provider。

Structs§

FunctionCallingAgent
Function Calling Agent