🚀 UV-Agent: Python Environment Management for Gemini CLI #15028
saadmanrafat
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm excited to share UV-Agent, a new MCP server extension that brings powerful Python environment management to Gemini CLI using uv - the fast Python package manager!
What is UV-Agent?
UV-Agent is a Gemini CLI extension that provides 5 MCP tools for managing Python environments through natural language. It helps you diagnose issues, repair broken environments, and manage dependencies - all without leaving your Gemini CLI session.
✨ Features
5 Powerful Tools
What It Can Do
📦 Installation
After installation, restart your Gemini CLI session.
🎯 Usage Examples
Example 1: Diagnose Environment
UV-Agent will analyze your project structure, dependencies, virtual environment, and Python version compatibility.
Example 2: Fix Broken Environment
UV-Agent will automatically create missing virtual environments, sync dependencies, and resolve common issues.
Example 3: Add Dependencies
UV-Agent will add the packages, update pyproject.toml, and regenerate the lockfile.
🛠️ Technical Details
📚 Resources
🤝 Feedback Welcome!
This is my first Gemini CLI extension, and I'd love to hear your feedback! Feel free to:
🙏 Acknowledgments
Special thanks to the Gemini CLI team for creating such an extensible platform and excellent documentation!
Install now:
Happy coding! 🐍✨
Beta Was this translation helpful? Give feedback.
All reactions