LICENSE
MANIFEST.in
README.md
pyproject.toml
fellow/__init__.py
fellow/default_fellow_config.yml
fellow/main.py
fellow.egg-info/PKG-INFO
fellow.egg-info/SOURCES.txt
fellow.egg-info/dependency_links.txt
fellow.egg-info/entry_points.txt
fellow.egg-info/requires.txt
fellow.egg-info/top_level.txt
fellow/clients/OpenAIClient.py
fellow/clients/__init__.py
fellow/commands/__init__.py
fellow/commands/command.py
fellow/commands/create_file.py
fellow/commands/delete_file.py
fellow/commands/edit_file.py
fellow/commands/get_code.py
fellow/commands/list_definitions.py
fellow/commands/list_files.py
fellow/commands/make_plan.py
fellow/commands/pip_install.py
fellow/commands/run_pytest.py
fellow/commands/run_python.py
fellow/commands/search_files.py
fellow/commands/summarize_file.py
fellow/commands/view_file.py
fellow/utils/__init__.py
fellow/utils/format_message.py
fellow/utils/load_config.py
fellow/utils/log_message.py
fellow/utils/parse_args.py