agentic_uann_model/ ├── app.py ├── api.py ├── requirements.txt ├── models/ │ ├── gating_network.py │ ├── vision_expert.py │ ├── audio_expert.py │ ├── sensor_expert.py │ └── moe_model.py └── utils/ ├── data_loader.py └── helper_functions.py