API Reference erlang_adk v#0.2.5
View SourceModules
Process registry for ADK agents.
adk_agent_tool - Wraps an agent as a tool.
adk_callbacks - Behavior and registry for ADK execution callbacks.
adk_eval - Lightweight evaluation helpers for Erlang ADK.
adk_event - Immutable event records for the ADK event system.
adk_graph - Graph-based workflow engine for Erlang ADK.
adk_graph_node - Helper functions for creating common graph nodes.
adk_long_running_tool - Built-in tool for pausing execution.
adk_mcp_client - Client for connecting to Model Context Protocol servers.
adk_mcp_server - Placeholder for a future MCP server.
adk_memory_ets - ETS-backed implementation of adk_memory_service.
adk_memory_service - Behaviour for long-term, semantic memory.
adk_retry - Retry mechanism with exponential backoff.
adk_runner - Event and session execution orchestrator.
adk_session_service - Behaviour for ADK session persistence.
erlang_adk public API
erlang_adk_session - ETS-backed implementation of adk_session_service.
erlang_adk_session_mnesia - Mnesia-backed implementation of adk_session_service.
Owns the in-memory session ETS table for the lifetime of the ADK app.
erlang_adk top level supervisor.