golem-redeploy-agents

Delete and recreate Golem Cloud agents to reset their state.

1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-redeploy-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: golem-redeploy-agents
Source: https://github.com/justcoon/golem-shopping-ts/tree/main/.agents/skills/golem-redeploy-agents
Command: npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-redeploy-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of redeploying agents by deleting and recreating them, enabling fresh starts or updates when needed.

Core Features & Use Cases

  • Agent Redeployment: Delete existing agents and create new ones with the latest component versions.
  • Reset Agent State: Completely remove agent history, oplog, and internal state, starting from scratch.
  • Use Case: When deploying a new version of an agent-based system, redeploy all agents to ensure they run the most recent code without manual cleanup.

Quick Start

Use the golem-redeploy-agents skill to redeploy all agents after updating your components to ensure they run the latest code.

Frequently Asked Questions about golem-redeploy-agents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I redeploy agents in Golem Cloud to reset their state?

Agent redeployment is necessary when you deploy a new component version and need all agents to run the updated code. It clears stale history and internal state, guaranteeing that agent-based architectures start fresh with the latest deployment configurations.

How do I automate agent recreation workflows for version updates?

You automate agent recreation by running deployment commands with specific flags that delete current agents and create new instances. This workflow ensures all agents run the most recent component versions without requiring manual cleanup of old state or oplogs.

Can I completely clear agent oplog and history during a cloud deployment?

Yes, you can completely clear agent oplog and history by deleting current agents and creating new instances. This deployment process removes all internal state and historical data, providing a clean slate for agent-based systems in cloud environments.

Does the agent reset process work without manual cleanup in Golem environments?

Yes, the agent reset process works without manual cleanup by running automated deployment commands with specific flags. The workflow deletes current agents and recreates new instances, removing all history, oplog data, and internal state automatically.