Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EmbeddedRules string
Functions ¶
This section is empty.
Types ¶
type Agents ¶
type Agents struct {
// contains filtered or unexported fields
}
Agents provides pre-configured runners for each team member
func NewAgents ¶
NewAgents creates the agent team with project-local priority Priority: project/.maxam/agents/ > ~/.maxam/agents/
type Runner ¶
type Runner struct {
Name string
WorkDir string
ClaudeMDDir string
Timeout time.Duration
ContextMode config.ContextMode
Model Model // Model to use for this agent
}
Runner executes Claude Code with agent persona
Click to show internal directories.
Click to hide internal directories.