ADK.Artifact.InMemory (adk_ex v1.1.0)

Copy Markdown View Source

In-memory artifact service backed by an ETS table.

Keys are {app_name, user_id, session_id, filename, version}, values are Part.t(). Filenames prefixed with "user:" are stored with session_id = "user" so they are shared across sessions.

Summary

Functions

Returns a specification to start this module under a supervisor.

Starts the InMemory artifact service.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts \\ [])

Starts the InMemory artifact service.