Agent Development Kit (ADK)
The Agent Development Kit (ADK) is a flexible, open-source framework for building and deploying AI agents. It is tightly integrated with Google’s ecosystem, including Gemini models, and supports popular large language models (LLMs). ADK simplifies the development of both simple and complex AI agents, providing a structured environment for building dynamic workflows and multi-agent systems. With built-in tools for orchestration, deployment, and evaluation, ADK helps developers create scalable, modular AI solutions that can be easily deployed on platforms like Gemini Enterprise Agent Platform or Cloud Run.
Learn more
Claude Agent SDK
The Claude Agent SDK is a developer toolkit that enables the creation of autonomous AI agents powered by Claude, allowing them to perform real-world tasks beyond simple text generation by interacting directly with files, systems, and tools. It provides the same underlying infrastructure used by Claude Code, including an agent loop, context management, and built-in tool execution, and is available for use in Python and TypeScript. With this SDK, developers can build agents that read and write files, execute shell commands, search the web, edit code, and automate complex workflows without needing to implement these capabilities from scratch. It maintains persistent context and state across interactions, enabling agents to operate continuously, reason through multi-step problems, take actions, verify results, and iterate until tasks are completed.
Learn more
Microsoft Agent Framework
Microsoft Agent Framework is an open source SDK and runtime designed to help developers build, orchestrate, and deploy AI agents and multi-agent workflows using languages such as .NET and Python. It combines the simple agent abstractions of AutoGen with the enterprise-grade capabilities of Semantic Kernel, including session-based state management, type safety, middleware, telemetry, and broad model and embedding support, creating a unified platform for both experimentation and production use. It introduces graph-based workflows that give developers explicit control over how multiple agents interact, execute tasks, and coordinate complex processes, enabling structured orchestration across sequential, concurrent, or branching scenarios. It supports long-running and human-in-the-loop workflows through robust state management, allowing agents to maintain context, reason through multi-step problems, and operate continuously over time.
Learn more
Amazon Bedrock AgentCore
Amazon Bedrock AgentCore enables you to deploy and operate highly capable AI agents securely at scale, offering infrastructure purpose‑built for dynamic agent workloads, powerful tools to enhance agents, and essential controls for real‑world deployment. It works with any framework and any foundation model in or outside of Amazon Bedrock, eliminating the undifferentiated heavy lifting of specialized infrastructure. AgentCore provides complete session isolation and industry‑leading support for long‑running workloads up to eight hours, with native integration to existing identity providers for seamless authentication and permission delegation. A gateway transforms APIs into agent‑ready tools with minimal code, and built‑in memory maintains context across interactions. Agents gain a secure browser runtime for complex web‑based workflows and a sandboxed code interpreter for tasks like generating visualizations.
Learn more