AgentCommand
import type { AgentCommand } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";
- An AgentCommand specifies a one-time executable program for the agent to run.
interface AgentCommand {
command?: string;
parameters?: {};
}[key: string]: string;