Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

agentic-vision

Binary web cartography for AI agents.

Installation

pip install agentic-vision

Quick Start

import agentic_vision

print(agentic_vision.__version__)

Development

# Build the native library
cargo build --release

# Install in dev mode
pip install -e "python/[dev]"

# Run tests
pytest python/tests/ -v

License

MIT