Commit Graph

4 Commits

Author SHA1 Message Date
6b390a35f8 feat: Implement GoogleProvider for Google Generative AI integration
- Added GoogleProvider class to handle chat completions with Google Gemini API.
- Implemented client initialization and response handling for streaming and non-streaming responses.
- Created utility functions for tool conversion, response parsing, and content extraction.
- Removed legacy tool conversion utilities from the tools module.
- Enhanced logging for better traceability of API interactions and error handling.
2025-03-27 11:11:56 +00:00
38ba3fa69b feat: add initial project structure with license, README, and pre-commit configuration 2025-03-25 18:22:10 +00:00
4bdda5dd76 feat: add Dolphin MCP integration and update project documentation 2025-03-25 18:06:43 +00:00
d1ef966e65 Add initial project structure with .gitignore, pyproject.toml, and main application files 2025-03-25 17:12:45 +00:00