adk-rs 0.6.0

Rust port of the Google Agent Development Kit (ADK).
Documentation
1
2
3
4
5
//! In-memory [`CredentialService`](crate::core::CredentialService) — re-exports
//! the canonical implementation from [`crate::auth::service`] so existing
//! `crate::services::mem::InMemoryCredentialService` imports keep working.

pub use crate::auth::service::InMemoryCredentialService;