Resonate HQ
Official@resonatehq
Durable Execution. Dead Simple.
Agent Skills by Resonate HQ
Showing 33 vetted skills indexed across 1 GitHub repositories.
resonate-advanced-reasoning
Translate Distributed Async Await concepts into Resonate TypeScript SDK patterns.
resonate-basic-ephemeral-world-usage-typescript
Manage Resonate client initialization and orchestration for TypeScript ephemeral-world applications.
resonate-saga-pattern-python
Coordinate long-running Python workflows with saga steps and compensations.
resonate-human-in-the-loop-pattern-python
Create durable Python workflows that wait for external approvals and webhook callbacks via Resonate's SDK promises API.
resonate-basic-ephemeral-world-usage-rust
Invoke and manage Resonate durable workflows from Rust clients.
resonate-basic-durable-world-usage-rust
Implement durable Rust workflows using Resonate's #[resonate::function] attribute.
resonate-recursive-fan-out-pattern-rust
Spawn and aggregate durable child workflows with bounded concurrency in Rust.
resonate-recursive-fan-out-pattern-python
Coordinates recursive parallel Python workflows with Resonate's begin_run and begin_rpc for durable child spawning and partial-failure tolerance.
resonate-external-system-of-record-pattern-typescript
Coordinate cross-system writes using Write Last, Read First with durable execution.
resonate-saga-pattern-rust
Coordinate multi-step distributed transactions with compensating rollback actions for Rust Resonate workflows.
durable-execution
Implement crash recovery for long-running workflows with durable checkpoints and replay.
resonate-lovable-usage-prompt-typescript
Guide TypeScript integration of Resonate durable workflows with Lovable.dev UIs.
resonate-basic-durable-world-usage-typescript
Write durable TypeScript generator workflows with Resonate SDK checkpointing.
resonate-human-in-the-loop-pattern-rust
Pause Rust workflows until external decisions resolve or reject promises.
resonate-basic-debugging-python
Diagnose Resonate Python SDK runtime failures and stuck workflows.
resonate-basic-debugging-rust
Diagnose Resonate Rust SDK compile-time and runtime failures.
resonate-gcp-deployments-typescript
Deploy TypeScript Resonate workers as HTTP-triggered Google Cloud Functions Gen 2.
resonate-token-authentication-typescript
Authenticate clients with JWT tokens and authorize access by prefix.
resonate-server-deployment
Deploy the Resonate server on Linux with systemd and JWT authentication.
resonate-basic-durable-world-usage-python
Create checkpointed Python durable functions with the generator-based Context API.
resonate-basic-ephemeral-world-usage-python
Coordinate Resonate durable function invocations from ephemeral Python processes.
resonate-http-service-design-typescript
Design TypeScript HTTP services that map routes to durable Resonate workflows.
resonate-philosophy
Teach developers to write simple sequential Resonate workflows using yield* checkpoints.
resonate-external-system-of-record-pattern-python
Coordinate idempotent writes to external systems of record in Python Resonate workflows.
Frequently Asked Questions About Resonate HQ
FAQPage SchemaWhat specific tasks are enabled by these durable execution patterns?▼
These patterns enable reliable distributed transactions, idempotent writes to external systems of record, recursive parallel processing, and long-running tasks that survive process crashes through persistent checkpointing and state replay.
Which engineering personas benefit from these distributed primitives?▼
Backend engineers and distributed systems architects building resilient services in TypeScript, Rust, or Python who need to manage complex state transitions, distributed sagas, and reliable background processing without manual state machine management.
What are the core prerequisites for deploying these durable execution environments?▼
Deployment requires a Resonate server instance configured with systemd on Linux, JWT-based authentication for secure client communication, and integration of the respective language-specific runtime libraries into your existing service architecture.