/Human_AGI ├── Brain/ # Core AGI logic in C++ │ ├── VoidBrain.cpp # Main bridge to Python │ └── ... ├── Python/ │ ├── VoidAGI.py # Flask server exposing the AI interface │ └── retrievememory.py # ...
I have a custom QT form in place for a vector layer. It's loaded from a .ui file. It also has a .py code associated. On QGIS 3.22 it worked just fine. I compiled this new version (3.34.13-Prizren) ...