.DS_Store
.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
setup.cfg
technical_article.md
.github/workflows/ci-cd.yml
src/AutorGPT.egg-info/PKG-INFO
src/AutorGPT.egg-info/SOURCES.txt
src/AutorGPT.egg-info/dependency_links.txt
src/AutorGPT.egg-info/entry_points.txt
src/AutorGPT.egg-info/requires.txt
src/AutorGPT.egg-info/top_level.txt
src/autor/__init__.py
src/autor/_version.py
src/autor/file_parser.py
src/autor/finetune_llm.py
src/autor/llm_integrator.py
src/autor/main.py
src/autor/readme_parser.py
src/autor/technical_article.md
src/autor/__pycache__/file_parser.cpython-39.pyc
src/autor/__pycache__/llm_integrator.cpython-39.pyc
src/autor/__pycache__/readme_parser.cpython-39.pyc
tests/__init__.py
tests/test_file_parser.py
tests/__pycache__/__init__.cpython-39.pyc
tests/__pycache__/test_file_parser.cpython-39-pytest-8.3.2.pyc