adk-tool 2.2.0

Tool system for Rust Agent Development Kit (ADK-Rust) agents (FunctionTool, MCP, Google Search)
Documentation
1
2
3
4
5
6
7
8
9
//! Hosted Google Cloud registry integrations for agent tooling.
//!
//! > **Note:** this module is gated behind the crate's
//! > `vertex-agent-registry` feature. It is **unrelated** to the umbrella
//! > crate's `agent-registry` feature, which enables the local YAML agent
//! > registry REST API in `adk-server`. This module talks to the hosted
//! > Google **Agent Registry** service at `agentregistry.googleapis.com`.

pub mod agent_registry;