Versions in this module Expand all Collapse all v0 v0.1.0 Aug 5, 2025 Changes in this version + type Agent struct + Annotations map[string]string + CompletedAt *time.Time + Config AgentConfig + ContainerID string + CreatedAt time.Time + Error string + ID string + Image string + Labels map[string]string + Name string + Namespace string + StartedAt *time.Time + Status AgentStatus + type AgentConfig struct + Args []string + Command []string + Environment map[string]string + Image string + MessageQueue MessageQueueConfig + Resources ResourceRequirements + Volumes []VolumeMount + WorkingDir string + type AgentStatus string + const AgentStatusCompleted + const AgentStatusCreating + const AgentStatusFailed + const AgentStatusPending + const AgentStatusRunning + const AgentStatusTerminated + type Event struct + Data map[string]interface{} + ID string + Source string + Timestamp time.Time + Type EventType + type EventType string + const EventTypeAgentCompleted + const EventTypeAgentCreated + const EventTypeAgentFailed + const EventTypeAgentHealthCheckFailed + const EventTypeAgentHealthChecked + const EventTypeAgentStarted + const EventTypeAgentStatusChanged + const EventTypeMessageFailed + const EventTypeMessageProcessed + const EventTypeMessageReceived + const EventTypeTaskCompleted + const EventTypeTaskFailed + const EventTypeTaskRetrying + const EventTypeTaskStarted + const EventTypeWorkflowCompleted + const EventTypeWorkflowFailed + const EventTypeWorkflowStarted + type MessageQueueConfig struct + Brokers []string + Credentials string + Topics []string + type ResourceRequirements struct + CPU string + GPU string + Memory string + type Response struct + Data interface{} + Message string + Success bool + type Task struct + AgentConfig AgentConfig + AgentID string + CompletedAt *time.Time + Context map[string]string + Dependencies []string + Error string + ID string + MaxRetries int + Name string + RetryCount int + StartedAt *time.Time + Status TaskStatus + Timeout time.Duration + type TaskStatus string + const TaskStatusCompleted + const TaskStatusFailed + const TaskStatusPending + const TaskStatusRunning + const TaskStatusSkipped + type VolumeMount struct + MountPath string + Name string + ReadOnly bool + type Workflow struct + CompletedAt *time.Time + CreatedAt time.Time + Description string + Error string + ID string + Metadata map[string]string + Name string + StartedAt *time.Time + Status WorkflowStatus + Tasks []Task + type WorkflowStatus string + const WorkflowStatusCancelled + const WorkflowStatusCompleted + const WorkflowStatusFailed + const WorkflowStatusPending + const WorkflowStatusRunning