adk_memory_ingest_worker (erlang_adk v0.7.0)

View Source

One bounded background memory-ingestion attempt sequence.

Version-2 ingestion is safe to retry because event IDs become stable idempotency keys. Legacy adapters are invoked once to avoid duplicating an adapter whose old contract did not promise idempotency.

Summary

Functions

code_change(OldVersion, State, Extra)

handle_call(Request, From, State)

handle_cast(Request, State)

handle_continue(_, Spec)

handle_info(Info, State)

init(Spec)

run(Spec)

start_link(Spec)

terminate(Reason, State)