@mastra/inngest
v1.8.10
Published
Mastra Inngest integration
Keywords
Readme
@mastra/inngest
@mastra/inngest connects Mastra workflows and agents to Inngest for durable execution, retries, and step memoization. Use init() to create Inngest-backed workflow primitives, or createInngestAgent() when an agent run must survive process restarts and transient failures.
Installation
npm install @mastra/inngestUsage
import { Inngest } from 'inngest';
import { init } from '@mastra/inngest';
const inngest = new Inngest({ id: 'my-app' });
const { createWorkflow, createStep } = init(inngest);Documentation
Changelog
See the package changelog for version history and release notes.
Support
We have an open community Discord. Come and say hello and let us know if you have any questions or need any help getting things running.
