Conceptual introduction to durable execution — what it is, why you'd want it, and the tradeoffs between rolling your own (just your DB) versus using a framework like Resonate. Read this BEFORE picking an implementation. For the Resonate SDK's concrete Context API (ctx.run, ctx.sleep, ctx.promise, structured…
Drive the Resonate server from the shell — start a server (serve / dev), create/resolve/search Durable Promises, create and delete cron schedules, manually invoke a function via invoke, walk a call-graph with tree, and inspect or recover tasks (tasks). Reach for this when the agent needs to poke a running Resonate…
Specialized guidance for building Resonate applications within Lovable.dev, which is Node.js/React/TypeScript. Use when working with Lovable's AI-assisted development environment to scaffold, iterate, and deploy Resonate workflows in the TypeScript SDK.