Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
Agent represents a mock agent instance
type AgentState ¶
type AgentState string
AgentState represents the current state of the agent
const ( StateIdle AgentState = "idle" StateStarting AgentState = "starting" StateActive AgentState = "active" StateWaitingFeedback AgentState = "waiting_feedback" StateError AgentState = "error" StateShuttingDown AgentState = "shutting_down" StateFinished AgentState = "finished" )
Click to show internal directories.
Click to hide internal directories.