By Grace Morgan
Developers everywhere face a common challenge: it’s getting easier and easier to prototype an AI agent, but harder to turn that prototype into something reliable, testable, and ready for production. Orchestrating LLM interactions, managing state, wiring up function calling, integrating multiple tools, evaluating performance, tracing failures, and deploying to production often require complex custom code and scattered tooling.
The DigitalOcean Gradient™ AI Agent Development Kit (ADK), now available in public preview, is designed to solve exactly that problem. It’s a powerful, code-first SDK that lets you build, test, and deploy sophisticated multi-step agent workflows from within their existing development environments, with built-in support for evaluations, traceability, and knowledge bases.
To see the ADK in action and for help getting started, check out our tutorial.
Most AI frameworks solve the “day-one” problem: how to create a working agent. But they fall short on the “day-two” problem: how to operate that agent in production.
We built the ADK to give you a standardized, production-grade framework that handles the full lifecycle:
The result is a code-first experience that lets you move from local development → observability → evaluation → deployment in a single, consistent workflow.
Our goal is to provide a strong foundation for developers to build, test, and deploy AI agent workflows directly from their development environment. In the private preview, you could leverage the core SDK framework with CRUD APIs, connect models, organize projects in workspaces, use the entry point decorator and CLI, and take advantage of MCP support on the Agent Platform.
Building on this foundation, the public preview introduces a set of powerful new features to help you run production-level workflows more efficiently and with deeper visibility:
gradient agent deploy. No more deploying each resource individually.The ADK makes it easier to build, test, and deploy AI agents without worrying about all the setup and boilerplate. You can start creating your first agent today, run it locally, connect it to your Knowledge Bases, trace and evaluate its behavior, and deploy it with a single command.
Not sure where to get started? Check out our ADK repository on Github for templates on building and deploying agets using DigitalOcean’s Gradient AI ADK. Each template demonstrates a different agent architecture and can be used as a starting point for ADK deployments.
To get started with the ADK, enable the public preview on your Feature Preview page in the DigitalOcean Cloud Console. Once you’ve opted in, access will be granted in approximately 10–15 minutes.


