A production-shaped A2A/MCP agent runtime for long-running tasks that must survive broken client connections. Most agent demos assume the browser tab stays open until the task finishes. Real clients ...
The FastAPI→SQS→Worker→DynamoDB pattern matches Parallel Saga (async-eventual-orchestrated) in shape; whether it implements full transactional saga semantics (compensating transactions on failure) ...