Resonate HQ avatar

Resonate HQ

Official

@resonatehq

0Followers
|
45Public Repos
|
33Published Skills

Durable Execution. Dead Simple.

Skills Distribution
DomainDeveloper To...Distributed System.. (40%)Durable State Mana.. (30%)Cross-Language Run.. (30%)

Agent Skills by Resonate HQ

Showing 33 vetted skills indexed across 1 GitHub repositories.

resonatehqresonatehq
6

resonate-advanced-reasoning

Translate Distributed Async Await concepts into Resonate TypeScript SDK patterns.

Official
Advanced
resonatehqresonatehq
6

resonate-basic-ephemeral-world-usage-typescript

Manage Resonate client initialization and orchestration for TypeScript ephemeral-world applications.

Official
Intermediate
resonatehqresonatehq
6

resonate-saga-pattern-python

Coordinate long-running Python workflows with saga steps and compensations.

Official
Advanced
resonatehqresonatehq
6

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.

Official
Intermediate
resonatehqresonatehq
6

resonate-basic-ephemeral-world-usage-rust

Invoke and manage Resonate durable workflows from Rust clients.

Official
Intermediate
resonatehqresonatehq
6

resonate-basic-durable-world-usage-rust

Implement durable Rust workflows using Resonate's #[resonate::function] attribute.

Official
Advanced
resonatehqresonatehq
6

resonate-recursive-fan-out-pattern-rust

Spawn and aggregate durable child workflows with bounded concurrency in Rust.

Official
Intermediate
resonatehqresonatehq
6

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.

Official
Advanced
resonatehqresonatehq
6

resonate-external-system-of-record-pattern-typescript

Coordinate cross-system writes using Write Last, Read First with durable execution.

Official
Advanced
resonatehqresonatehq
6

resonate-saga-pattern-rust

Coordinate multi-step distributed transactions with compensating rollback actions for Rust Resonate workflows.

Official
Advanced
resonatehqresonatehq
6

durable-execution

Implement crash recovery for long-running workflows with durable checkpoints and replay.

Official
Advanced
resonatehqresonatehq
6

resonate-lovable-usage-prompt-typescript

Guide TypeScript integration of Resonate durable workflows with Lovable.dev UIs.

Official
Intermediate
resonatehqresonatehq
6

resonate-basic-durable-world-usage-typescript

Write durable TypeScript generator workflows with Resonate SDK checkpointing.

Official
Advanced
resonatehqresonatehq
6

resonate-human-in-the-loop-pattern-rust

Pause Rust workflows until external decisions resolve or reject promises.

Official
Advanced
resonatehqresonatehq
6

resonate-basic-debugging-python

Diagnose Resonate Python SDK runtime failures and stuck workflows.

Official
Intermediate
resonatehqresonatehq
6

resonate-basic-debugging-rust

Diagnose Resonate Rust SDK compile-time and runtime failures.

Official
Intermediate
resonatehqresonatehq
6

resonate-gcp-deployments-typescript

Deploy TypeScript Resonate workers as HTTP-triggered Google Cloud Functions Gen 2.

Official
Intermediate
resonatehqresonatehq
6

resonate-token-authentication-typescript

Authenticate clients with JWT tokens and authorize access by prefix.

Official
Advanced
resonatehqresonatehq
6

resonate-server-deployment

Deploy the Resonate server on Linux with systemd and JWT authentication.

Official
Advanced
resonatehqresonatehq
6

resonate-basic-durable-world-usage-python

Create checkpointed Python durable functions with the generator-based Context API.

Official
Intermediate
resonatehqresonatehq
6

resonate-basic-ephemeral-world-usage-python

Coordinate Resonate durable function invocations from ephemeral Python processes.

Official
Intermediate
resonatehqresonatehq
6

resonate-http-service-design-typescript

Design TypeScript HTTP services that map routes to durable Resonate workflows.

Official
Intermediate
resonatehqresonatehq
6

resonate-philosophy

Teach developers to write simple sequential Resonate workflows using yield* checkpoints.

Official
Basic
resonatehqresonatehq
6

resonate-external-system-of-record-pattern-python

Coordinate idempotent writes to external systems of record in Python Resonate workflows.

Official
Intermediate

Frequently Asked Questions About Resonate HQ

FAQPage Schema
What 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.