OpenAI Agents SDK
Code-first agent orchestration in TypeScript and Python.
The Agents SDK is for applications that own orchestration, tool execution, approvals, state, handoffs, tracing, and evaluation.
npm install @openai/agents zodProduction-grade framework for agents across languages.
Google ADK is an open-source framework for building, debugging, evaluating, and deploying agents with tools, sessions, memory, graph workflows, and multi-agent patterns.
Install
pip install google-adkpip install google-adk
npm install @google/adk
Define an Agent with model, instruction, and tools.
Gemini CLI, Gemini Code Assist agent mode, Gemini Docs MCP, API skills, and Google ADK.
Provider docsCode-first agent orchestration in TypeScript and Python.
The Agents SDK is for applications that own orchestration, tool execution, approvals, state, handoffs, tracing, and evaluation.
npm install @openai/agents zodKeep Gemini coding assistants current with MCP plus portable skills.
Google hosts a public Gemini Docs MCP server and publishes Gemini API development skills installable through skills.sh or Context7.
npx add-mcp "https://gemini-api-docs-mcp.dev"Open-source terminal agent powered by Gemini.
Gemini CLI is an open-source AI agent that uses a ReAct loop, built-in tools, and local or remote MCP servers for complex coding tasks.
Use MCP servers from TypeScript AI apps.
The Vercel AI SDK supports connecting to MCP servers so applications can use tools, resources, and prompts exposed through the protocol.
npm install ai