pullhero CLI
Project description
(pullhero)
This the pullhero python client.
How to push a code review
pullhero --vcs-provider github \
--vcs-token ghp_B...sw \
--vcs-repository pullhero/python-client \
--vcs-change-id 1 \
--vcs-change-type issue_with_pr \
--vcs-base-branch unknown \
--vcs-head-branch unknown \
--agent review \
--agent-action comment \
--llm-api-key sk-ec....e4 \
--llm-api-host api.deepseek.com \
--llm-api-model deepseek-chat
How to push a README.md documentation improvement
pullhero --vcs-provider github \
--vcs-token ghp_B...sw \
--vcs-repository pullhero/python-client \
--vcs-change-id 11111 \
--vcs-change-type whatever \
--vcs-base-branch main \
--vcs-head-branch unknown \
--agent document \
--agent-action comment \
--llm-api-key 3....et \
--llm-api-host api.mistral.ai \
--llm-api-model mistral-large-latest
How to push the consult agent
pullhero --vcs-provider github \
--vcs-token ghp_B...sw \
--vcs-repository pullhero/python-client \
--vcs-change-id 1111 \
--vcs-change-type whatever \
--vcs-base-branch whatever \
--vcs-head-branch whatever \
--agent consult \
--agent-action comment \
--llm-api-key 3....et \
--llm-api-host api.mistral.ai \
--llm-api-model mistral-large-latest
How to run the code improvement agent
pullhero --vcs-provider github \
--vcs-token ghp_B...sw \
--vcs-repository pullhero/python-client \
--vcs-change-id 4 \
--vcs-change-type whatever \
--vcs-base-branch "main" \
--vcs-head-branch "feature_test" \
--agent code \
--agent-action comment \
--llm-api-key 3....et \
--llm-api-host api.mistral.ai \
--llm-api-model mistral-large-latest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pullhero-0.0.5.tar.gz
(22.1 kB
view details)
File details
Details for the file pullhero-0.0.5.tar.gz.
File metadata
- Download URL: pullhero-0.0.5.tar.gz
- Upload date:
- Size: 22.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94868f585fb10718fe3b271ecef3dccd087580de3dd4f9499ec31482a2928a32
|
|
| MD5 |
3dff894038848233d89371d4b5fb49f9
|
|
| BLAKE2b-256 |
4145c34b7d6d3d5941f8ccf27c2281308416248d707b9a5e132b2328ea5692d3
|