defmodule ADK do @moduledoc """ Elixir port of Google's Agent Development Kit (ADK). ADK provides a framework for building AI agents with support for multi-agent orchestration, session management, tool use, and the Agent-to-Agent (A2A) protocol. """ end