Documentation
¶
Overview ¶
Package agent defines agent types and configuration. The agent runtime loop is handled by the workflow engine's step.agent_execute pipeline step.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct {
ID string `json:"id"`
Name string `json:"name"`
Personality *Personality `json:"personality,omitempty"`
Status Status `json:"status"`
CurrentTask string `json:"current_task,omitempty"`
StartedAt time.Time `json:"started_at"`
TeamID string `json:"team_id,omitempty"`
IsLead bool `json:"is_lead"`
}
Info provides read-only metadata about an agent.
Click to show internal directories.
Click to hide internal directories.