AgenticVision
Concepts
AgenticVision stores visual observations in .avis so agents can reuse them across sessions.
Persistent visual memory
AgenticVision stores visual observations in .avis so agents can reuse them across sessions.
Capture lifecycle
- Capture image input.
- Generate embedding.
- Store metadata and thumbnail.
- Query by time, description, or similarity.
Artifact model
.avisis portable, local-first storage.- It is designed for fast read/query in agent workflows.
MCP-first architecture
agentic-vision-mcp exposes tools/resources/prompts over stdio MCP.
Any MCP client can consume the same interface without vendor-specific behavior.