Skip to content

Support --from argument for uvx command run #296

@daltonnyx

Description

@daltonnyx

I have an agentic system that already implemented acp and want to integrate into registry named agentcrew.
However its execution command is different from package name agentcrew-ai itself (due to someone already take the agentcrew and I cannot contact to the owner to get the PyPI name). So the command need to run must pass the --from argument to run with uvx.

It would be nice if we can add the --from argument support for uvx run
or could I use something like this in agent.json:

"distribution": {
    "uvx": {
      "package": "--from=agentcrew-ai agentcrew",
      "args": [
        "acp"
      ]
    }
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions