ai_agents

Functions

create_geom_assistant()

Create and return the GEOM Assistant agent.

create_user_proxy()

Create and return the user proxy agent for human interaction.

Module Contents

ai_agents.create_geom_assistant()[source]

Create and return the GEOM Assistant agent.

Returns:

A configured assistant agent capable of translating

user input into GEOM CLI commands.

Return type:

AssistantAgent

ai_agents.create_user_proxy()[source]

Create and return the user proxy agent for human interaction.

Returns:

An agent configured to receive human input and

terminate after one assistant response.

Return type:

UserProxyAgent