Worker agent
The worker agent is the agent Golemry runs to carry out each automation. It is distinct from your main agent, the assistant you connect over MCP to set jobs up. You describe the work; the worker agent does it on the schedule you set.
Run environment
Section titled “Run environment”Each run executes in an isolated, sandboxed cloud environment. Tool calls run inside that sandbox, and the environment is torn down after the run. One job’s run cannot reach another’s.
What it can do
Section titled “What it can do”The worker agent works autonomously on a task until it is finished, relying on tools rather than guessing on facts that may have changed since training. Its built-in tools include:
- Web fetch to read a public web page and return its content as clean text (this is not web search).
- File tools to read, write, and search (grep) files.
- A calculator for exact arithmetic.
- A working directory on disk it can use to create and organize files during the run.
Beyond those, it features:
- Connectors exposed as isolated, sandboxed tools.
- Access to your skills.
- Automatic conversation compaction.
- Artifact upload: files left in the workspace are uploaded when the run ends, up to a 50 MB total (larger workspaces are skipped).
It never sees your keys
Section titled “It never sees your keys”The worker agent uses your LLM key and connector credentials to do its work, but those secrets are not exposed to the agent or returned in its output. You bring your own keys; Golemry keeps them out of the agent’s reach.