Description
Fresh or rebuilt launcher-managed .venv setup currently needs uv to exist before the launcher can create or repair the environment.
That breaks the one-command product path. A user should be able to run agentswarm or npx @vrsen/agentswarm without installing uv first.
The launcher already requires Python. It should create or repair .venv, install uv into that .venv with pip, then use local .venv uv for fast dependency setup.
Plugins
None
OpenCode version
agentswarm-cli development branch
Steps to reproduce
- Use a machine or PATH where
uv is not installed.
- Start the Agent Swarm launcher in a local Agency Swarm project with no
.venv, or with a .venv that must be rebuilt.
- Let the launcher create or repair the project Python environment.
- The launcher fails because
uv is missing instead of installing its own local uv.
Screenshot and/or share link
N/A
Operating System
All supported launcher platforms
Terminal
Any
Description
Fresh or rebuilt launcher-managed
.venvsetup currently needsuvto exist before the launcher can create or repair the environment.That breaks the one-command product path. A user should be able to run
agentswarmornpx @vrsen/agentswarmwithout installinguvfirst.The launcher already requires Python. It should create or repair
.venv, installuvinto that.venvwith pip, then use local.venvuvfor fast dependency setup.Plugins
None
OpenCode version
agentswarm-cli development branch
Steps to reproduce
uvis not installed..venv, or with a.venvthat must be rebuilt.uvis missing instead of installing its own localuv.Screenshot and/or share link
N/A
Operating System
All supported launcher platforms
Terminal
Any