Back to all articles

Agent Engineering

Architecture, orchestration, memory, evaluation, and production patterns for agent systems.

21 articles

2026年7月21日 AgentList Team Featured

Google ADK (Agent Development Kit) in Practice: A2A Protocol, Vertex AI Integration, and Java Dual-Language

Google ADK is Google's official agent SDK with dual-language Python and Java support and deep integration with Vertex AI and the Gemini models. This article walks through ADK's four cores — Agent, Tool, Session, and the A2A protocol — compares it with LangGraph, OpenAI Agents SDK, and Claude Agent SDK, and provides an enterprise deployment path.

Google ADKGeminiVertex AIA2AJava
2026年7月21日 AgentList Team Featured

Mastra AI Framework in Practice: The Best Agent Choice for TypeScript Full-Stack Teams

Mastra is a TypeScript-first AI agent framework that has risen fast in the TS ecosystem through 2025-2026. This article walks through Mastra's five cores — Agent, Workflow, Memory, RAG, and Eval — compares it with LangChain.js and the OpenAI Agents SDK, and includes a full Next.js + Mastra code example with production deployment notes.

MastraTypeScriptNext.jsAgent FrameworkJavaScript
2026年7月13日 AgentList Team

OpenAI Swarm vs CrewAI: Lightweight Experimental Framework vs Production-Grade Multi-Agent Team Framework

Deep comparison of OpenAI Swarm (experimental teaching framework, Agent + Handoff primitives) and CrewAI (production-grade multi-Agent team framework, Crew + Role + Task + Process) across design philosophy, abstraction layers, and production maintainability. Includes a decision tree by project stage, team scale, and complexity requirements.

OpenAI SwarmCrewAI多 AgentHandoffCrew