class GeminiAutoGenFramework:
"""
Complete AutoGen framework using free Gemini API
Supports multi-agent conversations, code execution, and retrieval
"""
def __init__(self, gemini_api_key: str):
"""Initialize with Gemini...
Building a Multi-Agent Conversational AI Framework with Microsoft AutoGen and Gemini API
