ai_main ======= .. py:module:: ai_main Functions --------- .. autoapisummary:: ai_main.main Module Contents --------------- .. py:function:: main() Main function to run the GEOM AI Assistant. This script launches a conversational AI assistant for GEOM, implemented using Microsoft's AutoGen framework. The assistant interprets natural language user requests and translates them into executable GEOM CLI commands via a multi-agent chat interface. This function sets up the chat environment, initializes agents, and starts the conversational loop.