LICENSE
MANIFEST.in
README.md
pyproject.toml
fellow/__init__.py
fellow/_version.py
fellow/default_fellow_config.yml
fellow/main.py
fellow/py.typed
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/Client.py
fellow/clients/GeminiClient.py
fellow/clients/OpenAIClient.py
fellow/clients/__init__.py
fellow/commands/Command.py
fellow/commands/__init__.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/policies/DenyIfFieldInBlacklist.py
fellow/policies/Policy.py
fellow/policies/RequireUserConfirmation.py
fellow/policies/__init__.py
fellow/utils/__init__.py
fellow/utils/format_message.py
fellow/utils/init_client.py
fellow/utils/init_command.py
fellow/utils/init_policy.py
fellow/utils/load_client.py
fellow/utils/load_commands.py
fellow/utils/load_config.py
fellow/utils/load_python_module.py
fellow/utils/log_message.py
fellow/utils/parse_args.py
fellow/utils/secrets.py