RobotecAI / o3de-genai-gems

Core features and interfaces enabling use of modern AI with O3DE for variety of purposes.
Other
1 stars 0 forks source link

Rename ModelAgent->AIAgent #134

Closed jhanca-robotecai closed 3 months ago

jhanca-robotecai commented 3 months ago

In order to simplify naming I believe it is better to use simple AIAgent instead ModelAgent, as the latter gets mixed in the code with all buses and interfaces that corresponds to AI models.

Draft: the code is based on #127 and should be reviewed+merged only after.