Minor Changes
-
#29
82e27c2
Thanks @foxy17! - feat(google-ai): Add initial Google AI provider package - #12Introduces the
@voltagent/google-ai
package to integrate Google's Generative AI capabilities directly into VoltAgent. This allows developers to leverage powerful models like Gemini within their agents.This initial version includes:
- The core
GoogleGenAIProvider
class for interfacing with the@google/genai
SDK. - Configuration options for API key authentication.
- Basic setup and usage examples in the README.
- Documentation outlining future support and considerations for Vertex AI.
- The core