daimon-provider-gemini 0.16.0

Google Gemini provider for the Daimon AI agent framework
Documentation

Google Gemini model provider for the Daimon agent framework.

Supports the Generative AI endpoint and Vertex AI, tool use, SSE streaming, configurable timeouts, retries with exponential backoff, and cached content.

Example

use daimon_provider_gemini::Gemini;
use daimon_core::Model;

let model = Gemini::new("gemini-2.0-flash");