Agent Infra SDK
Gateway-backed Rust SDK for Agent Infra APIs. Applications configure one Gateway URL and one credential provider, then use typed clients for Agent Registry, context, workspace, trace, runtime identity, model, deployment, and evaluation APIs.
use InfraClient;
let client = new?;
let agents = client.agents;
let context = client.context;
# Ok::
Feature flags can be used to include only the required typed clients.