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