co-mono/packages
Mario Zechner a8ba19f0b4 feat(ai): Implement Gemini provider with streaming and tool support
- Added GeminiLLM provider implementation with GoogleGenerativeAI SDK
- Supports streaming with text/thinking content and completion signals
- Handles Gemini's parts-based content system (text, thought, functionCall)
- Implements tool/function calling with proper format conversion
- Maps between unified types and Gemini-specific formats (model vs assistant role)
- Added test example matching other provider patterns
- Fixed typo in AssistantMessage type (stopResaon -> stopReason) across all providers
2025-08-24 20:41:32 +02:00
..
agent fix: Remove unused imports and add biome-ignore for false positive 2025-08-16 19:21:43 +02:00
ai feat(ai): Implement Gemini provider with streaming and tool support 2025-08-24 20:41:32 +02:00
pods fix(tui): Container change detection for proper differential rendering 2025-08-11 02:31:49 +02:00
tui fix: Remove unused imports and add biome-ignore for false positive 2025-08-16 19:21:43 +02:00