ReqManagedAgents.AgentCore.CommandResult (ReqManagedAgents v0.5.0)

Copy Markdown View Source

Collected output of one InvokeAgentRuntimeCommand execution. Not an error shape — callers branch on exit_code (0 = success; the command's own exit status otherwise).

Summary

Types

t()

@type t() :: %ReqManagedAgents.AgentCore.CommandResult{
  exit_code: integer() | nil,
  stderr: binary(),
  stdout: binary()
}