v1.0.1
v1.0.1 - Production hardening release
Give any AI agent vision capability. agent-vision is a universal Agent Vision Adapter: text-only models keep reasoning while a free OpenAI-compatible vision API turns images into text.
Highlights
- User config directory: all state now lives in
~/.agent-vision/(Windows%USERPROFILE%\.agent-vision\), overridable withAGENT_VISION_HOME; works identically from source checkout and pip install, no more site-packages writes. - Codex safe patch:
setupnow only rewrites the active provider'sbase_urlto the local proxy;wire_api = "responses", model and API keys stay untouched. The oldwire_api = "chat"write that could break Codex is removed. - Packaging: MANIFEST.in, SPDX license metadata, project URLs, Python 3.9-3.12 classifiers; sdist includes README/LICENCE/examples.
- CI: GitHub Actions tests on Python 3.9-3.12, ubuntu and windows.
- Security:
.gitignorenow coversproviders.json,runtime.json,*.state.json,*.log. - Legacy
vision_bridge.pykept as a deprecated compatibility entry. - 97 unit tests passing.
Install
git clone https://github.com/SIMON-WORLD/agent-vision.git
cd agent-vision
pip install .
agent-vision setup