A list of available agent evaluation metrics and their definitions.
Gradient Platform Reference
Validated on 17 Jan 2025 • Last edited on 1 Aug 2025
Gradient Platform lets you build fully-managed AI agents with knowledge bases for retrieval-augmented generation, multi-agent routing, guardrails, and more, or use serverless inference to make direct requests to popular foundation models.
The DigitalOcean API
The DigitalOcean API lets you manage DigitalOcean resources programmatically using conventional HTTP requests. All the functionality available in the DigitalOcean Control Panel is also available through the API.
You can use the API to create, delete, and manage knowledge bases and generative AI agents . You can also use the API to add agent and function routes to agents, add data sources to knowledge bases, and start indexing jobs.
The DigitalOcean Command Line Client, doctl
doctl
is a command-line interface for the DigitalOcean API and supports many of the same actions.
doctl
supports managing Gradient Platform resources from the command line. See the doctl
documentation or use doctl genai --help
for more information.
The DigitalOcean Gradient Platform SDK
Use the official DigitalOcean Gradient Platform SDK to manage Gradient Platform resources, including knowledge bases and generative AI agents, from Python applications.