engram-core 0.19.0

AI Memory Infrastructure - Persistent memory for AI agents with semantic search
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Multimodal processing support
//!
//! Provides vision capabilities for processing image data using
//! multiple AI provider backends (Google Gemini, OpenAI).
//!
//! # Feature Flags
//!
//! - `multimodal`: Enables this module (requires API key for a supported provider)

pub mod audio;
pub mod screenshot;
pub mod video;
pub mod vision;