darwincode 1.9.62

The open source terminal AI coding agent
1
2
3
4
5
pub mod client;
pub mod types;

pub use client::GeminiClient;
pub use types::{ChatMessage, GeminiResponse, Part};