agentic-vision-mcp 0.1.0

MCP server for AgenticVision — universal LLM access to persistent visual memory
Documentation
1
2
3
4
5
//! Session management for visual memory.

pub mod manager;

pub use manager::VisionSessionManager;