Crate adk_studio

Crate adk_studio 

Source
Expand description

ADK Studio - Visual development environment for ADK-Rust agents

Build-only architecture: Users create agents in UI, build to binary, run compiled code.

Re-exports§

pub use schema::AgentSchema;
pub use schema::ProjectSchema;
pub use schema::ToolSchema;
pub use schema::WorkflowSchema;
pub use server::AppState;
pub use server::api_routes;
pub use storage::FileStorage;

Modules§

codegen
Rust code generation from project schemas - Always uses adk-graph
embedded
schema
server
storage