cargo-adk 0.9.1

CLI scaffolding tool for ADK-Rust — generate agent projects from templates
Documentation
1
2
3
4
5
6
//! Interactive wizard for template selection.
//!
//! When `cargo adk new` is invoked without a template argument, the interactive
//! wizard guides the user through selecting a template, addons, and provider.

// Will be implemented in a later task.