Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶ added in v0.0.6
type Config struct {
// Name is the identifier for the agent
Name string
// Description provides details about the agent's purpose
Description string
// SystemInstructions defines the agent's behavior and role
SystemInstructions string
// EngineURL is the base URL for the model inference engine
EngineURL string
}
Config represents the core configuration parameters for creating an agent
Click to show internal directories.
Click to hide internal directories.