Metadata-Version: 2.1
Name: ghexplorer
Version: 0.0.2
Summary: A GitHub Explorer
Home-page: https://github.com/WorkshopHQ/ghagent
Author: Tan Li
Author-email: tan@tanli.dev
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: boto3 (>=1.34.5,<2.0.0)
Requires-Dist: duckdb (>=0.9.2,<0.10.0)
Requires-Dist: faiss-cpu (>=1.7.4,<2.0.0)
Requires-Dist: fastapi (>=0.105.0,<0.106.0)
Requires-Dist: gradio (>=4.11.0,<5.0.0)
Requires-Dist: lancedb (>=0.4.0,<0.5.0)
Requires-Dist: leptonai (>=0.10.6,<0.11.0)
Requires-Dist: modal (>=0.56.4362,<0.57.0)
Requires-Dist: numpy (>=1.26.2,<2.0.0)
Requires-Dist: pyarrow (>=14.0.2,<15.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: rich (>=13.7.0,<14.0.0)
Requires-Dist: sentence-transformers (>=2.2.2,<3.0.0)
Requires-Dist: textual (>=0.46.0,<0.47.0)
Requires-Dist: textual-dev (>=1.3.0,<2.0.0)
Requires-Dist: tqdm (>=4.66.1,<5.0.0)
Requires-Dist: typer (>=0.9.0,<0.10.0)
Project-URL: Repository, https://github.com/WorkshopHQ/ghagent
Description-Content-Type: text/markdown

# Github-Agent (GHAgent)

# TODO
- [ ] Create a LICENSE

# Development Setup
1. Install [pipx](https://github.com/pypa/pipx)
2. Install [poetry](https://python-poetry.org/docs/)
3. Install dependencies
    ```
    cd ghagent
    poetry install
    ```
4. Run
   ```
   # poetry run gha <supported commands, e.g. init, config, run...>

   # config
   poetry run gha config ...

   # run
   poetry run gha run litanlitudan/skyagi
   ```

