agentconfig

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2026 License: MIT Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL