adk_memory_ets (erlang_adk v0.7.0)
View SourceVolatile, deterministic lexical memory adapter.
The table is private and owned by an OTP process. All writes are validated before they enter ETS, storage is quota bounded, and result construction is bounded by both hit count and bytes. This adapter is intended for tests and local development; use adk_memory_mnesia when restart durability matters.