Documentation
¶
Overview ¶
Package creator provides functionality to create agent configurations interactively. It generates a special agent that helps users build their own agent YAML files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Agent ¶ added in v1.8.2
func Agent(ctx context.Context, runConfig *config.RuntimeConfig, modelNameOverride string) (*team.Team, error)
Agent creates and returns a team configured for the agent builder functionality. The agent builder helps users create their own agent configurations interactively.
Parameters:
- ctx: Context for the operation
- runConfig: Runtime configuration including working directory and environment
- modelNameOverride: Optional model override (empty string uses auto-selection)
Returns the configured team or an error if configuration fails.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.