LICENSE
MANIFEST.in
README.md
pyproject.toml
hpcpilot/__init__.py
hpcpilot/__main__.py
hpcpilot/agent.py
hpcpilot.egg-info/PKG-INFO
hpcpilot.egg-info/SOURCES.txt
hpcpilot.egg-info/dependency_links.txt
hpcpilot.egg-info/entry_points.txt
hpcpilot.egg-info/requires.txt
hpcpilot.egg-info/top_level.txt
hpcpilot/core/__init__.py
hpcpilot/core/config.py
hpcpilot/core/docfetch.py
hpcpilot/core/llm.py
hpcpilot/core/selectors.py
hpcpilot/core/tools.py
hpcpilot/core/ui.py
hpcpilot/core/web.py
hpcpilot/hpc/__init__.py
hpcpilot/hpc/accounts.py
hpcpilot/hpc/disk.py
hpcpilot/hpc/docs.py
hpcpilot/hpc/jobs.py
hpcpilot/hpc/nodes.py
hpcpilot/hpc/permissions.py
hpcpilot/hpc/slurm.py
scripts/demo.py
tests/test_parsers.py
tests/test_slurm.py