Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SubAgent ¶
type SubAgent struct {
// contains filtered or unexported fields
}
SubAgent wraps gollem.SubAgent with additional metadata for the parent agent. It provides a PromptHint that can be collected by the parent agent to include sub-agent specific information (e.g., available BigQuery tables) in its system prompt.
func NewSubAgent ¶
NewSubAgent creates a new SubAgent wrapping a gollem.SubAgent with an optional prompt hint.
func (*SubAgent) PromptHint ¶
PromptHint returns additional context to be included in the parent agent's system prompt. This helps the parent agent understand what this sub-agent can do and what resources it has access to.
Click to show internal directories.
Click to hide internal directories.