Documentation
¶
Overview ¶
Package agent is the Stage-1 namespace for sub-agent orchestration types. See ../REFACTOR_PLAN.md.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilterToolsForMode ¶
func FilterToolsForMode(mode SubAgentMode, available []string) []string
func FormatResults ¶
func FormatResults(results []BackgroundResult) string
Types ¶
type BackgroundAgentPool ¶
type BackgroundAgentPool = engine.BackgroundAgentPool
func NewBackgroundAgentPool ¶
func NewBackgroundAgentPool() *BackgroundAgentPool
type BackgroundResult ¶
type BackgroundResult = engine.BackgroundResult
type SubAgentBudget ¶
type SubAgentBudget = engine.SubAgentBudget
func NewSubAgentBudget ¶
func NewSubAgentBudget(mode SubAgentMode, cfg SubAgentConfig) *SubAgentBudget
type SubAgentConfig ¶
type SubAgentConfig = engine.SubAgentConfig
func DefaultSubAgentConfig ¶
func DefaultSubAgentConfig() SubAgentConfig
type SubAgentMode ¶
type SubAgentMode = engine.SubAgentMode
Click to show internal directories.
Click to hide internal directories.