ADK.Memory.InMemory (adk_ex v1.1.0)

Copy Markdown View Source

In-memory memory service backed by an ETS table.

Stores session event content indexed by {app_name, user_id} for word-based search. Each entry includes precomputed lowercase word maps for fast matching.

Summary

Functions

Returns a specification to start this module under a supervisor.

Starts the InMemory memory service.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts \\ [])

Starts the InMemory memory service.