.flake8
.gitignore
LICENSE
README.md
main.py
pyproject.toml
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/user-story.md
.github/workflows/init.yml
.github/workflows/tag_and_publish.yml
.github/workflows/test_and_lint.yml
doc_template/Makefile
doc_template/make.bat
doc_template/source/conf.py
doc_template/source/index.rst
doc_template/source/_static/dark-logo.svg
doc_template/source/_static/favicon.ico
doc_template/source/_static/light-logo.svg
src/metadata_chatbot/__init__.py
src/metadata_chatbot/chat.py
src/metadata_chatbot/config.py
src/metadata_chatbot/scratch.ipynb
src/metadata_chatbot/system_prompt.py
src/metadata_chatbot/tools.py
src/metadata_chatbot.egg-info/PKG-INFO
src/metadata_chatbot.egg-info/SOURCES.txt
src/metadata_chatbot.egg-info/dependency_links.txt
src/metadata_chatbot.egg-info/requires.txt
src/metadata_chatbot.egg-info/top_level.txt
src/metadata_chatbot/ref/acquisition_schema.json
src/metadata_chatbot/ref/data_description_schema.json
src/metadata_chatbot/ref/instrument_schema.json
src/metadata_chatbot/ref/metadata.json
src/metadata_chatbot/ref/procedures_schema.json
src/metadata_chatbot/ref/processing_schema.json
src/metadata_chatbot/ref/rig_schema.json
src/metadata_chatbot/ref/session_schema.json
src/metadata_chatbot/ref/subject_609281_metadata.json
src/metadata_chatbot/ref/subject_schema.json
tests/__init__.py
tests/test_example.py