/** * Agent-to-Agent (A2A) communication module for email channel. * * This module enables AI agents to communicate with each other via email, * supporting ping-pong conversations with turn limiting and stop tokens. */ export * from "./types.js"; export * from "./detector.js"; export * from "./headers.js"; export * from "./context.js";