adk_memory_outbox_sup (erlang_adk v0.7.0)

View Source

Optional supervised durable memory-ingestion runtime.

The supervisor owns only runtime registry/processor processes. Durable job state is held in bounded Mnesia tables created by adk_memory_outbox. Runner instances register restartable service references under stable adapter IDs; neither pids nor handles are written to the outbox.

Summary

Functions

child_spec(Options)

init(Options)

register_adapter(Identity, ServiceRef)

start_link(Options)

status(JobId)

submit(Request)