golem-configure-durability-ts

Configure durable or ephemeral agent modes in TypeScript Golem projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users understand how to configure agent durability settings in a TypeScript Golem project, allowing for optimized agent lifecycle management.

Core Features & Use Cases

  • Understanding durability modes: Explains the differences between durable and ephemeral agents.
  • Configuration guidance: Provides code snippets and best practices for setting agent modes.
  • Use Case: Developers seeking to optimize agent performance by choosing appropriate durability settings for various scenarios in Golem-based applications.

Quick Start

Explain how to select and implement agent durability modes in a TypeScript project to ensure reliable or stateless agent behavior based on application needs.

Frequently Asked Questions about golem-configure-durability-ts

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

FAQPage Schema
What are agent durability modes in Golem?

Agent durability modes in Golem determine whether an agent maintains state across invocations or operates statelessly. This distinction allows you to choose between durable state persistence and ephemeral stateless behavior for your application's specific needs.

How do I configure agent durability settings in a TypeScript Golem project?

You can configure agent durability settings by selecting and implementing the appropriate mode for your TypeScript project. This Skill provides code snippets and best practices to help you set either durable or ephemeral agent modes.

When should I choose durable versus ephemeral agents in Golem?

You should choose durable agents when you need reliable state management across invocations, and ephemeral agents for stateless behavior. This Skill helps you evaluate application scenarios to select the correct durability settings for optimized performance.

Can I use ephemeral agent modes to optimize Golem agent performance?

Yes, you can use ephemeral agent modes for stateless behavior to optimize performance in specific scenarios. This Skill guides you through selecting appropriate durability settings to balance reliable state management and application performance.

What are the limitations of using ephemeral agents in Golem?

Ephemeral agents in Golem do not maintain state across invocations, limiting their use in applications requiring persistent data. This Skill explains these constraints to help you decide when not to use ephemeral durability settings.