v0.7.0

microsoft/TinyTroupev0.7.0Mar 28, 2026by paulosalem

AI Summary

This release adds vision modality support to TinyTroupe, enabling image-based interactions, and updates the LLM API caching mechanism to use JSON format instead of pickle.

Key Highlights

  • Added support for vision modality
  • New example notebook demonstrating vision for product, diagnosis, and appreciation feedback
  • LLM API caching now uses JSON instead of pickle

Breaking Changes

  • LLM API caching format changed from pickle to JSON, which may cause incompatibility with existing cached files.

New Features

  • Vision modality support
  • Vision example notebook

Full Release Notes

  - Take a look at example [Vision for Product, Diagnosis and Appreciation Feedback (image modality)](./examples/Vision%20for%20Product%2C%20Diagnosis%20and%20Appreciation%20Feedback%20%28image%20modality%29.ipynb) notebook.
  - LLM API caching now uses JSON instead of pickle.