adk_agent_registry (erlang_adk v0.2.5)

View Source

Process registry for ADK agents.

Agent names are kept as binaries in ETS rather than converted to atoms. This makes names safe to accept from configuration or remote A2A requests without consuming the VM's finite atom table.

Summary

Functions

code_change(OldVsn, State, Extra)

handle_call(Request, From, State)

handle_cast(Message, State)

handle_info(Message, State)

init(_)

list()

lookup(Name)

register_name(Name, Pid)

send(Name, Message)

start_link()

terminate(Reason, State)

unregister_name(Name)

whereis_name(Name)