Neusnap Docs
Neusnap is a transaction layer for AI agent execution. It wraps tool calls, model invocations, and state writes in ACID-style semantics to prevent partial failures, duplicated side effects, and corrupted state in production systems.
Guarantees
Atomic execution
All writes commit together or roll back
Deterministic retries
Clean state on retry, no duplicate side effects
No partial state writes
Either everything persists or nothing does
Vendor-agnostic routing
Switch providers without changing code