LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
src/adaptsapi/__init__.py
src/adaptsapi/chat.py
src/adaptsapi/cli.py
src/adaptsapi/client.py
src/adaptsapi/config.py
src/adaptsapi/generate_docs.py
src/adaptsapi/get_list_of_all_wikis.py
src/adaptsapi/prompt.py
src/adaptsapi/release_notes.py
src/adaptsapi.egg-info/PKG-INFO
src/adaptsapi.egg-info/SOURCES.txt
src/adaptsapi.egg-info/dependency_links.txt
src/adaptsapi.egg-info/entry_points.txt
src/adaptsapi.egg-info/requires.txt
src/adaptsapi.egg-info/top_level.txt
src/adaptsapi/models/__init__.py
src/adaptsapi/models/chat_request.py
src/adaptsapi/models/metadata.py
src/adaptsapi/models/prompt_request.py
src/adaptsapi/models/repo_object.py
src/adaptsapi/models/wiki_object.py
tests/test_chat.py
tests/test_cli.py
tests/test_client.py
tests/test_config.py
tests/test_generate_docs.py
tests/test_get_list_of_all_wikis.py
tests/test_release_notes.py