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 context, workspace, trace, runtime identity, model, deployment, and evaluation APIs.
use InfraClient;
let client = new?;
let context = client.context;
# Ok::
Feature flags can be used to include only the required typed clients.