agentic-vision-mcp 0.2.3

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

pub mod manager;
#[cfg(feature = "sse")]
pub mod tenant;
pub mod workspace;

pub use manager::{ObservationNote, ToolCallRecord, VisionSessionManager};
pub use workspace::VisionWorkspaceManager;