01Converts synchronous LLM tool calls into durable asynchronous operations.
020 GitHub stars
03Seamlessly integrates with Claude Desktop's MCP Server environment.
04Provides built-in mechanisms for fault tolerance, including supervision, retries, and idempotency.
05Supports long-running background jobs for AI agents without blocking.
06Implements a promise-based pattern (start, probe, await) for managing job lifecycle.