Dockerfile
LICENSE
MANIFEST.in
README.md
docker-compose.yml
pyproject.toml
requirements.txt
setup.py
ghprai/__init__.py
ghprai/cli.py
ghprai.egg-info/PKG-INFO
ghprai.egg-info/SOURCES.txt
ghprai.egg-info/dependency_links.txt
ghprai.egg-info/entry_points.txt
ghprai.egg-info/requires.txt
ghprai.egg-info/top_level.txt
ghprai/agents/__init__.py
ghprai/agents/ai_agent.py
ghprai/agents/dotnet_agent.py
ghprai/agents/github_agent.py
ghprai/core/__init__.py
ghprai/core/config.py
ghprai/core/dotnet_utils.py
ghprai/core/models.py
ghprai/core/utils.py
ghprai/server/__init__.py
ghprai/server/app.py
tests/__init__.py
tests/test_ai_agent.py
tests/test_cli.py
tests/test_main.py
tests/test_utils.py