Documentation
¶
Overview ¶
Package agent provides the agent capability for pipeline steps to run chat agent prompts.
Index ¶
Constants ¶
View Source
const ( OpRun = "run" OpHealth = "health" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RunParams ¶
type RunParams struct {
Prompt string
UID types.Uid
Tools []string
Skills []string
MemoryScope string
}
RunParams carries one pipeline-rendered agent run request.
Click to show internal directories.
Click to hide internal directories.