v0.7.0

KeygraphHQ/shannonv0.7.0Mar 28, 2026by paulosalem

AI Summary

This release focuses on adding vision modality support for LLM interactions and migrating the LLM API caching mechanism from pickle to JSON.

Key Highlights

  • Support for vision modality in LLM workflows for product, diagnosis, and appreciation feedback
  • Migration of LLM API caching from pickle to JSON format

Breaking Changes

  • LLM API caching now uses JSON format instead of pickle, which will invalidate existing cached data

New Features

  • Vision modality support for image-based interactions
  • JSON-based LLM API caching

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.