With uvx run installed:
Then run it from the terminal:
$ uvx agentgrep search "deploy"
$ uvx agentgrep search --agent claude --json "deploy"
$ uvx agentgrep find --json
With uvx run installed:
$ uvx --exclude-newer P7D --exclude-newer-package agentgrep=2099-01-01 agentgrep --help
Then run it from the terminal:
$ uvx --exclude-newer P7D --exclude-newer-package agentgrep=2099-01-01 agentgrep search "deploy"
$ uvx --exclude-newer P7D --exclude-newer-package agentgrep=2099-01-01 agentgrep search --agent claude --json "deploy"
$ uvx --exclude-newer P7D --exclude-newer-package agentgrep=2099-01-01 agentgrep find --json
With uvx run installed:
$ uvx --no-config agentgrep --help
Then run it from the terminal:
$ uvx --no-config agentgrep search "deploy"
$ uvx --no-config agentgrep search --agent claude --json "deploy"
$ uvx --no-config agentgrep find --json
With pipx run installed:
$ pipx run agentgrep --help
Then run it from the terminal:
$ pipx run agentgrep search "deploy"
$ pipx run agentgrep search --agent claude --json "deploy"
$ pipx run agentgrep find --json
With pipx run installed:
$ pipx run agentgrep --help
Then run it from the terminal:
$ pipx run agentgrep search "deploy"
$ pipx run agentgrep search --agent claude --json "deploy"
$ pipx run agentgrep find --json
pip has no per-package cooldown override, so this snippet runs without cooldown enforcement. Switch to the `uvx run` or `uv add` tab — they apply the cooldown to transitive deps via `--exclude-newer` while exempting agentgrep itself via `--exclude-newer-package`.
With pipx run installed:
$ pipx run agentgrep --help
Then run it from the terminal:
$ pipx run agentgrep search "deploy"
$ pipx run agentgrep search --agent claude --json "deploy"
$ pipx run agentgrep find --json
pip has no per-package cooldown override, so this snippet runs without cooldown enforcement. Switch to the `uvx run` or `uv add` tab — they apply the cooldown to transitive deps via `--exclude-newer` while exempting agentgrep itself via `--exclude-newer-package`.
With uv add installed:
Then run it from the terminal:
$ uv run agentgrep search "deploy"
$ uv run agentgrep search --agent claude --json "deploy"
$ uv run agentgrep find --json
With uv add installed:
$ uv add --exclude-newer P7D --exclude-newer-package agentgrep=2099-01-01 agentgrep
Then run it from the terminal:
$ uv run agentgrep search "deploy"
$ uv run agentgrep search --agent claude --json "deploy"
$ uv run agentgrep find --json
With uv add installed:
$ uv add --no-config agentgrep
Then run it from the terminal:
$ uv run agentgrep search "deploy"
$ uv run agentgrep search --agent claude --json "deploy"
$ uv run agentgrep find --json
$ pip install --user --upgrade agentgrep
Then run it from the terminal:
$ agentgrep search "deploy"
$ agentgrep search --agent claude --json "deploy"
$ pip install --user --upgrade agentgrep
Then run it from the terminal:
$ agentgrep search "deploy"
$ agentgrep search --agent claude --json "deploy"
pip has no per-package cooldown override, so this snippet runs without cooldown enforcement. Switch to the `uvx run` or `uv add` tab — they apply the cooldown to transitive deps via `--exclude-newer` while exempting agentgrep itself via `--exclude-newer-package`.
$ pip install --user --upgrade agentgrep
Then run it from the terminal:
$ agentgrep search "deploy"
$ agentgrep search --agent claude --json "deploy"
pip has no per-package cooldown override, so this snippet runs without cooldown enforcement. Switch to the `uvx run` or `uv add` tab — they apply the cooldown to transitive deps via `--exclude-newer` while exempting agentgrep itself via `--exclude-newer-package`.