Skip to main content

pip install vinv

Vinv runs, tests, and finds issues in your services — with zero code changes.

PyPI Python License 100% local

Python services & APIs · runs on your machine · no account, no API keys, no telemetry


Vinv watches a real run of your Python services and hands your AI coding agent the actual execution evidence — traces, argument values, the failing frame — instead of leaving it to guess from static text. Then it won't let a fix land until it passes acceptance tests written before the fix that the agent never sees.

Your coding agent (Claude Code, Cursor, Copilot…) is the only LLM. No new bill, no provider keys.

Install

pip install vinv

Or run any engine with zero install via uv:

uvx --from vinv exerciser campaign ./my-service --budget 20

First run fetches a one-time ~500 MB local embedding model. Python 3.12–3.14.

What you get — Run · Test · Find · Prove

  • 🏃 Run — brings every service in your repo up under tracing with zero edits to your code: timings, arguments, return values, call trees, from the real run.
  • 🧪 Test — drives real requests through every endpoint (valid, boundary, negative, authenticated) and banks each response as a permanent regression case.
  • 🔎 Find — surfaces what actually broke or slowed down: server errors, crashes, latency hotspots, memory leaks, duplicate recomputation, and dead code — each tied to the exact source line. Plus semantic code search: ask by meaning, get ranked symbols with def bodies and line numbers.
  • ✅ Prove — hands that evidence to your coding agent, then verifies its fix against acceptance tests it never sees. A "faster" change that alters any output is auto-reverted.

Dead code — zero setup

Not everything needs a run. index deadcode <repo> (or the vinv_deadcode MCP tool) statically finds every function, class, and method nothing references — no tracing, no index, no config — and reports each with its file and line. It even catches transitively-dead chains (code whose only callers are themselves dead), and can date each symbol from git to tell you whether it was never wired up or lost its callers. The one Vinv feature that pays off before you run a thing — delete with confidence.

Context beats model size

Vinv found four bugs and one performance problem in fastapi/full-stack-fastapi-template (~44k★). Same five issues, same prompts, Vinv grading every run:

Setup Fixed
Cheap commodity model + Vinv evidence 4 bugs + 1 optimization
Frontier model, working blind 1 bug
Cheap commodity model, working blind nothing

One trial per condition — a demonstration, not a benchmark. The evidence is what moved, not the weights.

On the same template the optimization loop detected connection-pool starvation from live traces alone, dispatched the fix, and proved it: sustained-load median 75.6ms → 41.2ms, 45.4% faster (95% CI [36.3%, 45.8%]), responses byte-identical. Upstream on Hugging Face, it found and proved an allocation fast-path in smolagents~37,000× less transient allocation, output byte-identical across 2,015 inputs (PR #2572).

The engines

pip install vinv installs one package that ships every engine as a console script:

Engine Command What it does
exerciser exerciser campaign <repo> --budget N Start here. Coverage-guided API exerciser + oracle swarm — generates valid/boundary/negative/authenticated/fault/concurrent requests, banks a permanent regression suite, and reports which technique paid.
tracelens tracelens run -- <cmd> Zero-edit runtime tracer — captures timings, arguments, return values, and call trees from a real run.
index index query <repo> · index deadcode <repo> Rust semantic code index — search code by meaning, plus a source-only dead-code report.
identification identification consolidate <repo> Joins traces to source — builds the API surface + call-graph map, tying runtime evidence to the exact function.
bringup bringup list/start <repo> Brings services up under tracing — enumerates every service, then starts one instrumented.
handbook handbook generate <repo> Renders the codebase-discovery task your coding agent runs to map the repo (services, entry points). Prompt-only — no LLM calls of its own.
goal goal create <context> Distills a working context into one standing goal for fix/optimize episodes. Prompt-only.
embedder vinv-embedder serve Local embedding sidecar (CodeRankEmbed) powering semantic search — runs on your machine, no cloud keys.
contracts (library) lens_contracts — the shared data contract every engine reads and writes.

Works with any MCP client

Vinv is also an MCP server — add it once, globally, and point Claude Code, Cursor, or any MCP-compatible agent at it. It finds your open workspace automatically via MCP roots, so a single config follows whatever repo you have open:

claude mcp add vinv -- npx -y vinv-mcp

Your agent gets the full tool set: vinv_query (semantic code search), vinv_deadcode (unreferenced code), vinv_index (build/refresh the index), rank_suspects (fault localization over real runs), runtime values_of / slice / coverage_of, and a vinv_session tool that drives the whole verify/optimize loop from chat. The index builds in the background on first use. See vinv-mcp.

Privacy

100% local. No telemetry, no analytics, no usage pings. Traces stay on your machine and sensitive values are redacted. Apache-2.0.


vinv.ai · github.com/VinvAI/VinvAI · Python first — TypeScript & Go next

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

vinv-0.0.3-py3-none-win_amd64.whl (3.3 MB view details)

Uploaded Python 3Windows x86-64

vinv-0.0.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

vinv-0.0.3-py3-none-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file vinv-0.0.3-py3-none-win_amd64.whl.

File metadata

  • Download URL: vinv-0.0.3-py3-none-win_amd64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for vinv-0.0.3-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 07ef6756da974c6882c977455cc956181eeaf0bb0c3023fc0716c98c2de2e802
MD5 c7e68d2fb5860a3613746843227a0aec
BLAKE2b-256 74ead8b683644e3d161489e27143521b21c81c0898b2dc615defe3d06c146765

See more details on using hashes here.

Provenance

The following attestation bundles were made for vinv-0.0.3-py3-none-win_amd64.whl:

Publisher: publish.yml on VinvAI/VinvAI

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file vinv-0.0.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vinv-0.0.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 744d30a116457d913d11f6c42276419a81c483e64e1f9fba895ed6b7ae1c2cac
MD5 52ed43dcfe0fe9b4b59593b55fbeb884
BLAKE2b-256 99eedd3f11b9f13576d33ab945a63dabf39446543799d21a1a1f090e7638384a

See more details on using hashes here.

Provenance

The following attestation bundles were made for vinv-0.0.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on VinvAI/VinvAI

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file vinv-0.0.3-py3-none-macosx_11_0_arm64.whl.

File metadata

  • Download URL: vinv-0.0.3-py3-none-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: Python 3, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for vinv-0.0.3-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae12e05214aa669df84860969166b3f0590b8883f75c98df7526a1fdff515fd0
MD5 7edded33afd97b184da1897b9d2ed6d6
BLAKE2b-256 9fa471d2717677287da63fe9f191fa94e890c1cd26b3084d427dc7c6cc1f30e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for vinv-0.0.3-py3-none-macosx_11_0_arm64.whl:

Publisher: publish.yml on VinvAI/VinvAI

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.0.4

3 files

This release

0.0.3 This release

3 files

0.0.2

3 files

0.0.1

6 files

0.0.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page