Skip to main content
guild agent logs retrieves and displays the build and validation step logs for an agent version. Use it to inspect TypeScript compiler output and other validation details without running a full guild agent save --wait cycle.

Synopsis

Arguments

Options

Output

Each build and validation step is printed with its status. SUCCEEDED displays in green, FAILED and ERRORED in red, RUNNING in yellow, and other statuses in dim text. Log content for each step follows its header line.
If the version has no recorded steps, the command prints No steps found.

Errors

Examples

Inspect logs for the latest version of the agent in the current directory:
Inspect logs for a specific agent:
Inspect logs for a specific version:
Run guild agent logs after a failed guild agent save --wait or guild agent revalidate to re-inspect step details without triggering a new save.