rho-coding-agent 0.28.1

A lightweight agent harness inspired by Pi
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Google Gemini `generateContent` protocol placeholder.
//!
//! This module reserves ownership for conversion between Rho's canonical model
//! contract and Google's `generateContent` and `streamGenerateContent` wire
//! formats. It intentionally contains no provider runtime and is not selectable:
//! authentication, endpoint policy, model discovery, and provider registration
//! belong in a future `providers::google` module.
//!
//! Implement the codec here when Gemini support is added. In particular, keep
//! Gemini-specific `Content`, `Part`, function declaration, function response,
//! usage, safety, grounding, and thought-signature types out of the canonical
//! model unless agent behavior needs the corresponding concept.