.flake8
.gitattributes
.gitignore
.gitmodules
.python-version
LICENSE
README.md
mkdocs.yml
pyproject.toml
setup.py
uv.lock
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/tag_and_publish.yml
docs/_regenerate_api.py
docs/dark-logo.svg
docs/favicon.ico
docs/index.md
docs/light-logo.svg
docs/logo.svg
docs/docs_examples/behavior_launcher.md
examples/_._
examples/behavior_launcher.py
scripts/_._
src/aind_clabe.egg-info/PKG-INFO
src/aind_clabe.egg-info/SOURCES.txt
src/aind_clabe.egg-info/dependency_links.txt
src/aind_clabe.egg-info/requires.txt
src/aind_clabe.egg-info/top_level.txt
src/clabe/__init__.py
src/clabe/py.typed
src/clabe/services.py
src/clabe/apps/__init__.py
src/clabe/apps/_base.py
src/clabe/apps/_bonsai.py
src/clabe/apps/_python_script.py
src/clabe/data_mapper/__init__.py
src/clabe/data_mapper/_base.py
src/clabe/data_mapper/aind_data_schema.py
src/clabe/data_mapper/helpers.py
src/clabe/data_transfer/__init__.py
src/clabe/data_transfer/_base.py
src/clabe/data_transfer/aind_watchdog.py
src/clabe/data_transfer/robocopy.py
src/clabe/git_manager/__init__.py
src/clabe/git_manager/_git.py
src/clabe/launcher/__init__.py
src/clabe/launcher/_base.py
src/clabe/launcher/_callable_manager.py
src/clabe/launcher/_cli.py
src/clabe/launcher/_picker.py
src/clabe/logging_helper/__init__.py
src/clabe/logging_helper/_stdlib.py
src/clabe/logging_helper/aibs.py
src/clabe/resource_monitor/__init__.py
src/clabe/resource_monitor/_base.py
src/clabe/resource_monitor/_constraints.py
src/clabe/ui/__init__.py
src/clabe/ui/picker.py
src/clabe/ui/ui_helper.py
src/clabe/utils/__init__.py
src/clabe/utils/aind_auth.py
tests/__init__.py
tests/conftest.py
tests/apps/__init__.py
tests/apps/test_app.py
tests/assets/bonsai.config
tests/assets/expected_curriculum_metrics.json
tests/assets/expected_curriculum_suggestion.json
tests/curriculum/__init__.py
tests/curriculum/test_curriculum.py
tests/data_mapper/__init__.py
tests/data_mapper/test_data_mapper.py
tests/data_transfer/__init__.py
tests/data_transfer/test_aind_watchdog.py
tests/data_transfer/test_data_transfer.py
tests/git_manager/test_git.py
tests/launcher/__init__.py
tests/launcher/test_callable_manager.py
tests/launcher/test_launcher.py
tests/logging_helper/__init__.py
tests/logging_helper/test_logging.py
tests/resource_monitor/__init__.py
tests/resource_monitor/test_resource_monitor.py
tests/ui/__init__.py
tests/ui/test_ui.py
tests/utils/test_aind_auth.py