❯ uvx -p 3.13 --from git+https://github.com/originalankur/GenerateAgents.md autogenerateagentsmd --help
Installed 79 packages in 60ms
usage: autogenerateagentsmd [-h] [--model PROVIDER/MODEL] [--list-models] [repo]
AutogenerateAgentsMD — analyze a GitHub repo and generate AGENTS.md
positional arguments:
repo Public GitHub repository URL to analyze.
options:
-h, --help show this help message and exit
--model, -m PROVIDER/MODEL
LLM to use, e.g. 'gemini/gemini-2.5-pro', 'anthropic/claude-
sonnet-4-20250514', 'openai/gpt-4o'. You can also pass just a
provider name ('gemini', 'anthropic', 'openai') to use its default
model.
--list-models List all supported models and exit.
works perfectly fine with:
similarly done in
pipxif you useuvyou can publish to pypi withuv publishand that is it :)