.env.example
.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
PRE_COMMIT_SETUP.md
README.md
examples.py
pyproject.toml
setup.py
.github/workflows/deploy.yml
api_requests_curl/DELETE_delete_data_room.txt
api_requests_curl/GET_check_file_upload_status.txt
api_requests_curl/GET_convo_details_rooms.txt
api_requests_curl/GET_data_room_details.txt
api_requests_curl/PATCH_change_data_room_llm.txt
api_requests_curl/POST_create_new_data_room.txt
api_requests_curl/POST_simple_user_prompt.txt
api_requests_curl/POST_simple_user_prompt_2.txt
api_requests_curl/POST_upload_file_to_data_room.txt
api_requests_curl/PUT_add_additional_context_data_room.txt
blockbrain_api/__init__.py
blockbrain_api/api.py
blockbrain_api/chat.py
blockbrain_api/core.py
blockbrain_api.egg-info/PKG-INFO
blockbrain_api.egg-info/SOURCES.txt
blockbrain_api.egg-info/dependency_links.txt
blockbrain_api.egg-info/requires.txt
blockbrain_api.egg-info/top_level.txt
tests/README.md
tests/__init__.py
tests/conftest.py
tests/e2e/__init__.py
tests/e2e/test_basic_connectivity.py
tests/e2e/test_chat_flows.py
tests/e2e/test_data_room_operations.py
tests/e2e/test_error_scenarios.py
tests/e2e/test_file_operations.py
tests/test_data/sample.json
tests/test_data/sample.md
tests/test_data/sample.txt
tests/utils/__init__.py
tests/utils/cleanup.py