WeSearch

Venv-manager, a Python venv runtime for Humans and AI agents

·4 min read · 0 reactions · 0 comments · 10 views
#software#python#virtual-environment#ai#devops#venv-manager#Go#Python#Claude Desktop#Jacopo Bonomi#macOS#Linux
Venv-manager, a Python venv runtime for Humans and AI agents
TL;DR · WeSearch summary

venv-manager is a Go‑based runtime that simplifies Python virtual‑environment management for both developers and AI agents. It monitors script files, parses imports, and automatically installs missing packages whenever the code changes. The tool also offers a Model Context Protocol server with typed JSON‑RPC tools for creating, snapshotting, and sandboxed execution of environments.

Key facts
Original article
GitHub
Read full at GitHub →
Opening excerpt (first ~120 words) tap to expand

venv-manager A Python virtual-environment runtime for humans and AI agents. Written in Go. One static binary, no runtime deps beyond python3 (or uv, if available). The GIF above is real: venv-manager watch app.py --venv X monitors a file, scans its imports with a tiny AST-lite parser, and pip-installs whatever is missing — every time the file changes. Point it at a script an LLM is iterating on and the venv converges as the code does. Why Two failure modes drove this tool: Human sprawl. Venvs multiply across ~, cache directories eat GB, activation syntax varies by shell, and cloning "the env that worked" means copy-pasting pip freeze between terminals. Agent sprawl.

Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub