Binary web cartography for AI agents.
pip install agentic-visionimport agentic_vision
print(agentic_vision.__version__)# Build the native library
cargo build --release
# Install in dev mode
pip install -e "python/[dev]"
# Run tests
pytest python/tests/ -vMIT