package messages type AgentTask struct { Command string Params map[string]string } type TaskResult struct { Command string Success bool Err error }