LICENSE
README.md
pyproject.toml
setup.py
ghostcoder/__init__.py
ghostcoder/callback.py
ghostcoder/filerepository.py
ghostcoder/schema.py
ghostcoder/utils.py
ghostcoder.egg-info/PKG-INFO
ghostcoder.egg-info/SOURCES.txt
ghostcoder.egg-info/dependency_links.txt
ghostcoder.egg-info/top_level.txt
ghostcoder/actions/__init__.py
ghostcoder/actions/base.py
ghostcoder/actions/write_code/__init__.py
ghostcoder/actions/write_code/base.py
ghostcoder/actions/write_code/prompt.py
ghostcoder/llm/__init__.py
ghostcoder/llm/alpaca.py
ghostcoder/llm/base.py
ghostcoder/llm/chat.py
ghostcoder/llm/llama.py
playground/__init__.py
playground/run_prompt.py
tests/__init__.py
tests/test_filerepository.py
tests/test_folder.py
tests/test_schema.py
tests/test_utils.py
tests/test_write_code.py