MVI-AI/ ├── artifacts/ │ ├── vocab.json │ ├── sentence_encoder.pt │ ├── intent_classifier.pt │ └── sentiment_regressor.pt ├── api/ │ └── main.py # your FastAPI script ├── core/ ├── language/ ├── emotion/ ├── memory/ ├── reasoning/ ├── generation/ └── requirements.txt (if needed)