Documentation
¶
Overview ¶
Package agentconfig provides shared agent configuration types used across the agents and tools packages to avoid import cycles.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SubagentConfig ¶
type SubagentConfig struct {
Model string `json:"model,omitempty" yaml:"model"`
Thinking string `json:"thinking,omitempty" yaml:"thinking"`
AllowAgents []string `json:"allowAgents,omitempty" yaml:"allow_agents"`
}
SubagentConfig configures default subagent behavior for an agent.
func CloneSubagentConfig ¶
func CloneSubagentConfig(cfg *SubagentConfig) *SubagentConfig
CloneSubagentConfig returns a deep copy of the given config.
Click to show internal directories.
Click to hide internal directories.