ai_agents ========= .. py:module:: ai_agents Functions --------- .. autoapisummary:: ai_agents.create_geom_assistant ai_agents.create_user_proxy Module Contents --------------- .. py:function:: create_geom_assistant() Create and return the GEOM Assistant agent. :returns: A configured assistant agent capable of translating user input into GEOM CLI commands. :rtype: AssistantAgent .. py:function:: create_user_proxy() Create and return the user proxy agent for human interaction. :returns: An agent configured to receive human input and terminate after one assistant response. :rtype: UserProxyAgent