Skip to main content

这个仓库中的 skills

golemcloud/golem - 第 5 页

SkillsMP 已收集 golemcloud/golem 中的 227 个 Skill。打开任一 Skill 可查看来源和详情。

golemcloud/golem

已展示 40 / 227 个已收集 Skill。

职业分类
软件开发工程师
描述

Canceling a pending (queued) invocation on an agent. Use when canceling, removing, or aborting an enqueued invocation that has not started yet.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Deleting an agent instance. Use when removing, deleting, or destroying a running or idle agent instance via the CLI.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

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

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Interrupting and resuming a Golem agent. Use when pausing, suspending, interrupting, or resuming an agent instance via the CLI.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Redeploying existing agents by deleting and recreating them. Use when asked to redeploy agents, reset agent state while keeping the same identity, or force agents to start fresh with the latest component version.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Updating running agents to a new component version. Use when asked to update existing agents, explain update modes (auto/manual), or trigger updates via the CLI or deploy command.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Configuring CORS allowed origins for HTTP endpoints in MoonBit Golem agents. Use when the user asks to enable CORS, allow cross-origin requests, or configure allowed origins.

原文语言:英语

更新
职业分类
数据库架构师
描述

Using golem:rdbms/ignite2 from a MoonBit Golem agent. Use when the user asks to connect to Apache Ignite 2, run SQL over Ignite, or use Ignite from MoonBit agent code.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Adding MoonBit package dependencies to a Golem project. Use when the user asks to add a mooncakes dependency, library, or package to a MoonBit project.

原文语言:英语

更新
职业分类
数据库架构师
描述

Using golem:rdbms/mysql from a MoonBit Golem agent. Use when the user asks to connect to MySQL, run SQL, or use MySQL from MoonBit agent code.

原文语言:英语

更新
职业分类
数据库架构师
描述

Using golem:rdbms/postgres from a MoonBit Golem agent. Use when the user asks to connect to PostgreSQL, run SQL, or use PostgreSQL from MoonBit agent code.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Saga-pattern transactions with compensation in MoonBit Golem agents. Use when the user asks about transactions, compensating actions, rollback, or saga patterns.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Adding prompt and description annotations to MoonBit agent methods. Use when the user asks to add descriptions, prompts, or documentation metadata to agent methods for AI/LLM discovery.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Calling another agent and awaiting the result in a MoonBit Golem project. Use when the user asks about agent-to-agent RPC, calling remote agents, or inter-component communication.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Pre-creating MoonBit Golem agent instances via CLI. Use when asked to create or initialize an agent instance without invoking any method.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Triggering a MoonBit Golem agent invocation without waiting for the result. Use when the user asks to fire-and-forget, trigger asynchronously, or enqueue an agent call from within agent code.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Creating multiple agent instances with the same constructor parameters using phantom agents in MoonBit. Use when the user needs multiple independent instances sharing the same identity parameters.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Fan out work to multiple parallel agents and collect results in a MoonBit Golem project. Use when the user asks about parallel execution, fan-out/fan-in, spawning child agents for parallel work, forking, or aggregating results from multiple agents.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Scheduling a future invocation of a MoonBit Golem agent via CLI. Use when asked to schedule, delay, or set a timer for an agent method call.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Scheduling a future agent invocation from within MoonBit agent code. Use when the user asks to schedule, delay, or set a timer for calling another agent at a future time.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Creating ephemeral (stateless) agents in a MoonBit Golem project. Use when the user wants a stateless agent, a fresh instance per invocation, no shared state between calls, or a request-handler style agent.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Triggering a fire-and-forget invocation of a MoonBit Golem agent. Use when asked to trigger, fire, or enqueue a method call without waiting for the result.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Waiting for external input using Golem promises in a MoonBit Golem project. Use when the user asks about promises, waiting for external events, human-in-the-loop workflows, pausing an agent until an external signal, or suspending execution until data arrives…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Using golem:rdbms/ignite2 from a Rust Golem agent. Use when the user asks to connect to Apache Ignite 2, run SQL over Ignite, or use Ignite from Rust agent code.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Using golem:rdbms/mysql from a Rust Golem agent. Use when the user asks to connect to MySQL, run SQL, execute a MySQL transaction, or use MySQL from Rust agent code.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Using golem:rdbms/postgres from a Rust Golem agent. Use when the user asks to connect to PostgreSQL, run SQL, execute a Postgres transaction, or use PostgreSQL from Rust agent code.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Creating a new Rust Golem agent instance with golem agent new. Use when asked to create, instantiate, or pre-create an agent without invoking a method.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Fan out work to multiple parallel agents and collect results in a Rust Golem project. Use when the user asks about parallel execution, fan-out/fan-in, spawning child agents for parallel work, forking, or aggregating results from multiple agents.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Waiting for external input using Golem promises in a Rust Golem project. Use when the user asks about promises, waiting for external events, human-in-the-loop workflows, pausing an agent until an external signal, or suspending execution until data arrives…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Using MySQL from a Scala Golem agent through golem.host.Rdbms.Mysql. Use when the user asks to connect to MySQL, run SQL, or use MySQL from Scala agent code.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Using PostgreSQL from a Scala Golem agent through golem.host.Rdbms.Postgres. Use when the user asks to connect to PostgreSQL, run SQL, or use Postgres from Scala agent code.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Creating a new Scala Golem agent instance with golem agent new. Use when asked to create, instantiate, or pre-create an agent without invoking a method.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Waiting for external input using Golem promises in a Scala Golem project. Use when the user asks about promises, waiting for external events, human-in-the-loop workflows, pausing an agent until an external signal, or suspending execution until data arrives…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Creating a new TypeScript Golem agent instance with golem agent new. Use when asked to create, instantiate, or pre-create an agent without invoking a method.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Reverting agent state by undoing operations. Use when reverting invocations, rolling back agent state, or recovering from errors by undoing recorded operations.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Adding typed configuration to a Rust Golem agent. Use when the user asks about agent config, Config<T>, ConfigSchema, #[agent_config], or passing configuration values to agents.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Calling another agent and awaiting the result in a Rust Golem project. Use when the user asks about agent-to-agent RPC, calling remote agents, or inter-component communication.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Reading and writing files from a Rust Golem agent. Use when the user asks to read files, write files, or do filesystem operations from agent code in Rust.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Using phantom agents in Rust to create multiple agent instances with the same constructor parameters. Use when the user needs multiple distinct agents sharing constructor values, or asks about phantom agents, phantom IDs, getPhantom/newPhantom, or…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Scheduling a future invocation on a Rust Golem agent. Use when asked to schedule, delay, or plan a future agent method invocation using golem agent invoke --trigger --schedule-at.

原文语言:英语

更新
已展示 40 / 227 个已收集 Skill。