Golem Get Agent Metadata

Checking agent metadata and status. Use when inspecting an agent's state, component revision, environment variables, update history, or current status.

golemcloud 724aae5 939 B Updated

File contents

Getting Agent Metadata

Both golem and golem-cli can be used — all commands below work with either binary.

The <AGENT_ID> format depends on the agent's language — refer to the language-specific invocation skills for the exact syntax.

agent get — Check Agent Metadata

golem agent get <AGENT_ID>

Displays the agent's current metadata including:

  • Component name and revision
  • Agent name
  • Creation timestamp
  • Component size and total linear memory size
  • Environment variables (if any)
  • Status (Running, Idle, Suspended, Interrupted, Retrying, Failed, Exited)
  • Retry count
  • Pending invocation count (if > 0)
  • Last error
  • Update history (pending, successful, and failed updates)

golemcloud/golem/tree/main/golem-skills/skills/common/golem-get-agent-metadata commit 724aae5b17

Frequently asked questions

npx skillmds@latest add golemcloud/golem-get-agent-metadata