CHANGELOG.md
LICENSE
MANIFEST.in
README.md
bolor-cli
build_and_upload.sh
deploy-bolor-cli.sh
deploy-to-pypi.sh
fix-bolor-cli.sh
requirements.txt
setup-bolor-cli.sh
setup.cfg
setup.py
test_installation.sh
bolor/__init__.py
bolor/__main__.py
bolor.egg-info/PKG-INFO
bolor.egg-info/SOURCES.txt
bolor.egg-info/dependency_links.txt
bolor.egg-info/entry_points.txt
bolor.egg-info/requires.txt
bolor.egg-info/top_level.txt
bolor/agent/__init__.py
bolor/agent/dataset_loader.py
bolor/agent/fixer.py
bolor/agent/generator.py
bolor/agent/llm_wrapper.py
bolor/agent/models.py
bolor/agent/planner.py
bolor/agent/scanner.py
bolor/evolution/__init__.py
bolor/evolution/candidate.py
bolor/utils/__init__.py
bolor/utils/config.py
examples/README.md
examples/buggy_code.py
examples/nlp_interface_example.py
examples/nlp_interface_example_patched.py
examples/use_bolor.py
tests/__init__.py
tests/test_basic.py