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

Python base feature #138

Closed arturkamieniecki closed 3 months ago

arturkamieniecki commented 3 months ago

I've added support for creating a feature using python. With it I've created an example assistant feature.

I've modified the interfaces for creating the pytohn feature by creating a: CppFeatureBase and PythonFeatureBase. Both of them inherit from FeatureBase.