View Source Agens.Agent.Config (agens v0.1.3)
The Config struct represents the configuration for an Agent process.
Fields
:name
- The unique name for the Agent process.:serving
- The name of the Serving specified inAgens.Serving.Config
.:knowledge
- The knowledge base or data source of the Agent. Default is nil. (Coming soon):prompt
- The string orAgens.Agent.Prompt
struct defining the Agent. Default is nil.:tool
- The module implementing theAgens.Tool
behaviour for the Agent. Default is nil.