Expand description
Deployment manifest, bundling, and control-plane client for ADK-Rust.
§Example
use adk_deploy::DeploymentManifest;
use std::path::Path;
let manifest = DeploymentManifest::from_path(Path::new("adk-deploy.toml")).unwrap();
assert_eq!(manifest.agent.name, "my-agent");Structs§
- A2aConfig
- Active
Instance - Agent
Auth Config - Agent
Config - Agent
Detail - Agent
Summary - Alert
Summary - Audit
Event - Auth
Session Response - Billing
Summary - Build
Config - Bundle
Artifact - Bundle
Builder - Dashboard
Response - Deploy
Client - Deploy
Client Config - Deployment
Action State - Deployment
Actions - Deployment
History Response - Deployment
Manifest - Deployment
Record - Deployment
Status Response - Deployment
Strategy Config - Deployment
Summary - Environment
Summary - Graph
Config - Guardrail
Config - Health
Check Config - Hitl
Checkpoint - Interaction
Config - Declares how operators can interact with a deployed agent in the control plane.
- LogEntry
- Login
Request - Login
Response - Manual
Interaction Config - Defines the default operator input experience for chat or manual-run agents.
- Metric
Point - Metrics
Summary - Plugin
Ref - Push
Deployment Request - Push
Deployment Response - Realtime
Config - Secret
List Response - Secret
Ref - Secret
SetRequest - Service
Binding - Skill
Config - Source
Info - Telemetry
Config - Trace
AdkIdentity - Stable ADK session identity carried by runtime requests when defined.
- Trace
Execution Identity - Execution-scoped identity for one invocation within a session trace.
- Trace
Invocation - One invocation captured by the deploy control plane.
- Trace
Session - Session-oriented trace view grouping invocations by ADK identity when available.
- Trace
Span - One recorded span in an invocation tree.
- Trace
Summary - Compact trace summary used in dashboard and overview surfaces.
- Trace
Token Usage - Token usage captured for one trace span, invocation, or session aggregate.
- Trigger
Interaction Config - Describes a non-chat trigger so the console can show how the deployed agent is activated.
- Workspace
Summary
Enums§
- Auth
Mode Spec - Binding
Mode - Deploy
Error - Deployment
Status Value - Deployment
Strategy Kind - EnvVar
Spec - Service
Kind - Trigger
Kind - Identifies the operator-visible trigger type for a deployment.