Skip to main content

이 저장소의 skills

golemcloud/golem - 3페이지

SkillsMP는 golemcloud/golem에서 227개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

golemcloud/golem

수집된 skill 227개 중 40개를 표시합니다.

직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Managing Golem plugins — listing available plugins, installing and configuring plugins via golem.yaml or CLI, and understanding built-in plugins like the OTLP exporter.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Listing files in an agent's virtual filesystem. Use when browsing or inspecting files stored by a running agent instance.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Viewing agent logs and output. Use when streaming agent stdout/stderr/log channels or understanding how to observe agent output at runtime.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Invoking a MoonBit Golem agent method from the CLI. Use when asked to call, invoke, or run a method on a deployed agent using golem agent invoke.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Invoking a Rust Golem agent method from the CLI. Use when asked to call, invoke, or run a method on a deployed agent using golem agent invoke.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Invoking a Scala Golem agent method from the CLI. Use when asked to call, invoke, or run a method on a deployed agent using golem agent invoke.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Invoking a TypeScript Golem agent method from the CLI. Use when asked to call, invoke, or run a method on a deployed agent using golem agent invoke.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Rebuilds all test WASM components from scratch. Use when explicitly asked to rebuild all test components, or when there are merge conflicts in any test-components/*.wasm files.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Marking MoonBit agent methods as read-only for a side-effect-free guarantee and result caching. Use when the user wants a cacheable query method, a method that must not write to the oplog, or HTTP GET endpoints that emit cache headers.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Marking Rust agent methods as read-only for a side-effect-free guarantee and result caching. Use when the user wants a cacheable query method, a method that must not write to the oplog, or HTTP GET endpoints that emit cache headers.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Marking Scala agent methods as read-only for a side-effect-free guarantee and result caching. Use when the user wants a cacheable query method, a method that must not write to the oplog, or HTTP GET endpoints that emit cache headers.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Developing, testing, and running Golem skill tests with the skill test harness. Use when creating new skills, writing scenario YAML files, running skill tests locally, or debugging skill test failures.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Cutting a new docs version, promoting next to a release, and managing versioned documentation content under docs/src/content/. Use when releasing a new Golem version, backporting docs fixes to an older release, renaming a docs version, or adding/removing a…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Adding or modifying HTTP REST API endpoints in Golem services. Use when creating new endpoints, changing existing API routes, or updating request/response types for the Golem REST API.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Adding a new component or agent templates to an existing Golem application. Use when adding a second component, adding agent templates like human-in-the-loop or snapshotting to an existing component, or converting a single-component app to multi-component.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Defining environment variables for Golem agents in `golem.yaml` (`env`, `envDefaults`, `secretDefaults`) or via CLI. Use when adding, setting, or overriding env vars on a component, agent, template, preset, or environment, or when wiring template substitution…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Adding initial files to Golem agent filesystems via the `files:` section in `golem.yaml`. Use when provisioning local or remote files into an agent's virtual filesystem, setting read-only / read-write permissions, or configuring file mounts at the component,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Enabling the OpenTelemetry (OTLP) plugin for a MoonBit Golem agent — exporting traces, logs, and metrics to an OTLP collector, adding custom spans with the @context API.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Mapping path, query, header, and body parameters for HTTP endpoints in MoonBit Golem agents. Use when configuring how HTTP request data maps to agent method parameters.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Add a new Rust crate dependency to a Rust Golem project. Use when the user asks to add a library, crate, or dependency.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Enabling snapshot-based recovery and implementing custom snapshot save/load functions for Rust agents. Use when adding manual update support, custom state serialization, or — equally importantly — when a long-running agent's oplog is growing large and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Enabling the OpenTelemetry (OTLP) plugin for a Rust Golem agent — exporting traces, logs, and metrics to an OTLP collector, adding custom spans with the invocation context API.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Mapping HTTP request elements to Rust agent parameters. Use when the user asks about path variables, query parameters, header mapping, request body mapping, supported parameter types, or response type mapping for HTTP endpoints.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Add a new library dependency to a Scala Golem project. Use when the user asks to add a library, package, or dependency.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Enabling the OpenTelemetry (OTLP) plugin for a Scala Golem agent — exporting traces, logs, and metrics to an OTLP collector, adding custom spans with the invocation context API.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Mapping HTTP request elements to Scala agent parameters. Use when the user asks about path variables, query parameters, header mapping, request body mapping, supported parameter types, or response type mapping for HTTP endpoints.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Enabling the OpenTelemetry (OTLP) plugin for a TypeScript Golem agent — exporting traces, logs, and metrics to an OTLP collector, adding custom spans with the invocation context API or node:diagnostics_channel.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

JavaScript runtime environment for TypeScript and Scala Golem agents. Use when asking about available APIs, Node.js modules, browser APIs, or runtime capabilities in the QuickJS-based WASM environment.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Atomic blocks, persistence control, and idempotency in MoonBit Golem agents. Use when the user asks about atomic operations, persistence levels, or idempotent execution.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Making outgoing HTTP requests from MoonBit Golem agent code. Use when the user asks to call an external API, make HTTP requests, or fetch data from a URL.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Configuring semantic retry policies for a MoonBit Golem agent. Use when the user asks about retry policies, retry strategies, exponential backoff, error handling retries, transient error recovery, retry predicates, with_named_policy, NamedPolicy, Policy…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Using atomic blocks, persistence control, idempotency, and oplog management in a Rust Golem project. Use when the user asks about atomically, persistence levels, idempotence mode, oplog commit, or idempotency keys.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Making outgoing HTTP requests from a Rust Golem agent. Use when the user asks to call an external API, make HTTP requests, use an HTTP client, or send HTTP requests from agent code.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Configuring semantic retry policies for a Rust Golem agent. Use when the user asks about retry policies, retry strategies, exponential backoff, error handling retries, transient error recovery, retry predicates, withRetryPolicy, with_named_policy,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Using atomic blocks, persistence control, idempotency, checkpoints, and oplog management in a Scala Golem project. Use when the user asks about atomically, persistence levels, idempotence mode, oplog commit, checkpoints, or idempotency keys.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Making outgoing HTTP requests from a Scala Golem agent. Use when the user asks to call an external API, make HTTP requests, use fetch, or send HTTP requests from agent code.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Configuring semantic retry policies for a Scala Golem agent. Use when the user asks about retry policies, retry strategies, exponential backoff, error handling retries, transient error recovery, retry predicates, withRetryPolicy, NamedPolicy, Policy…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Using atomic blocks, persistence control, idempotency, and oplog management in a TypeScript Golem project. Use when the user asks about atomically, persistence levels, idempotence mode, oplog commit, or idempotency keys.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Configuring semantic retry policies for a TypeScript Golem agent. Use when the user asks about retry policies, retry strategies, exponential backoff, error handling retries, transient error recovery, retry predicates, withRetryPolicy, NamedPolicy, Policy…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Adding LLM and AI capabilities to a Rust Golem agent. Use when the user wants to add LLM chat, embeddings, web search, vector DB, graph DB, document search, video generation, speech-to-text, text-to-speech, or any AI provider integration.

원문 언어: 영어

업데이트
수집된 skill 227개 중 40개를 표시합니다.