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

Registration for features #107

Closed arturkamieniecki closed 2 months ago

arturkamieniecki commented 3 months ago

I've created a registration system for registering features.

The new registration context methods are:

I've also added a conversation bus with notifications for getting a new user message and returning the response.

I've moved some includes in the qt widgets to prevent errors during mock runs.