gemini-live-tools 0.1.8

Reusable tool families for Gemini Live hosts
Documentation
1
2
3
4
5
6
7
8
9
//! Reusable tool families for Gemini Live hosts.
//!
//! This crate owns tool definitions whose execution model is stable across
//! hosts. It intentionally does not own host-specific composition, UI, device
//! state, or persistence. Concrete applications choose which tool families to
//! expose and how to combine them with host-local capabilities.

pub mod timer;
pub mod workspace;