Eino ADK Overview Import: The Agent Development Kit (ADK) provides a framework for building agents in Go. The ADK is generically parameterized by to support both classic and the new . Prefer for new usage. Agent Types | Type | Description | Decision | |------|-------------|----------| | ChatModelAgent | ReAct pattern: LLM reasons, calls tools, loops until done | Dynamic (LLM) | | DeepAgent | Pre-built agent with planning, filesystem, sub-agents | Dynamic (LLM) | | TurnLoop | Push-based event loop for multi-turn execution with preemption and lifecycle management | Runtime | | Custom Agent | Im…