ai_main
Functions
|
Main function to run the GEOM AI Assistant. |
Module Contents
- ai_main.main()[source]
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.