LICENSE
MANIFEST.in
README.md
setup.py
ivoryos/__init__.py
ivoryos/config.py
ivoryos/socket_handlers.py
ivoryos/version.py
ivoryos.egg-info/PKG-INFO
ivoryos.egg-info/SOURCES.txt
ivoryos.egg-info/dependency_links.txt
ivoryos.egg-info/requires.txt
ivoryos.egg-info/top_level.txt
ivoryos/routes/__init__.py
ivoryos/routes/api/api.py
ivoryos/routes/auth/__init__.py
ivoryos/routes/auth/auth.py
ivoryos/routes/auth/templates/login.html
ivoryos/routes/auth/templates/signup.html
ivoryos/routes/control/__init__.py
ivoryos/routes/control/control.py
ivoryos/routes/control/control_file.py
ivoryos/routes/control/control_new_device.py
ivoryos/routes/control/utils.py
ivoryos/routes/control/templates/controllers.html
ivoryos/routes/control/templates/controllers_new.html
ivoryos/routes/data/__init__.py
ivoryos/routes/data/data.py
ivoryos/routes/data/templates/workflow_database.html
ivoryos/routes/data/templates/workflow_view.html
ivoryos/routes/data/templates/components/step_card.html
ivoryos/routes/design/__init__.py
ivoryos/routes/design/design.py
ivoryos/routes/design/design_file.py
ivoryos/routes/design/design_step.py
ivoryos/routes/design/templates/experiment_builder.html
ivoryos/routes/design/templates/components/action_form.html
ivoryos/routes/design/templates/components/action_list.html
ivoryos/routes/design/templates/components/autofill_toggle.html
ivoryos/routes/design/templates/components/canvas.html
ivoryos/routes/design/templates/components/canvas_footer.html
ivoryos/routes/design/templates/components/canvas_header.html
ivoryos/routes/design/templates/components/deck_selector.html
ivoryos/routes/design/templates/components/edit_action_form.html
ivoryos/routes/design/templates/components/instrument_panel.html
ivoryos/routes/design/templates/components/modals.html
ivoryos/routes/design/templates/components/operations_panel.html
ivoryos/routes/design/templates/components/python_code_overlay.html
ivoryos/routes/design/templates/components/script_info.html
ivoryos/routes/design/templates/components/scripts.html
ivoryos/routes/design/templates/components/sidebar.html
ivoryos/routes/design/templates/components/text_to_code_panel.html
ivoryos/routes/design/templates/components/modals/drop_modal.html
ivoryos/routes/design/templates/components/modals/json_modal.html
ivoryos/routes/design/templates/components/modals/new_script_modal.html
ivoryos/routes/design/templates/components/modals/rename_modal.html
ivoryos/routes/design/templates/components/modals/saveas_modal.html
ivoryos/routes/execute/__init__.py
ivoryos/routes/execute/execute.py
ivoryos/routes/execute/execute_file.py
ivoryos/routes/execute/templates/experiment_run.html
ivoryos/routes/execute/templates/components/error_modal.html
ivoryos/routes/execute/templates/components/logging_panel.html
ivoryos/routes/execute/templates/components/progress_panel.html
ivoryos/routes/execute/templates/components/run_panel.html
ivoryos/routes/execute/templates/components/run_tabs.html
ivoryos/routes/execute/templates/components/tab_bayesian.html
ivoryos/routes/execute/templates/components/tab_configuration.html
ivoryos/routes/execute/templates/components/tab_repeat.html
ivoryos/routes/library/__init__.py
ivoryos/routes/library/library.py
ivoryos/routes/library/templates/library.html
ivoryos/routes/main/__init__.py
ivoryos/routes/main/main.py
ivoryos/routes/main/templates/help.html
ivoryos/routes/main/templates/home.html
ivoryos/static/favicon.ico
ivoryos/static/logo.webp
ivoryos/static/style.css
ivoryos/static/gui_annotation/Slide1.png
ivoryos/static/gui_annotation/Slide2.PNG
ivoryos/static/js/overlay.js
ivoryos/static/js/socket_handler.js
ivoryos/static/js/sortable_card.js
ivoryos/static/js/sortable_design.js
ivoryos/templates/base.html
ivoryos/utils/__init__.py
ivoryos/utils/bo_campaign.py
ivoryos/utils/client_proxy.py
ivoryos/utils/db_models.py
ivoryos/utils/form.py
ivoryos/utils/global_config.py
ivoryos/utils/llm_agent.py
ivoryos/utils/py_to_json.py
ivoryos/utils/script_runner.py
ivoryos/utils/task_runner.py
ivoryos/utils/utils.py
tests/__init__.py
tests/conftest.py
tests/integration/__init__.py
tests/integration/test_route_auth.py
tests/integration/test_route_control.py
tests/integration/test_route_database.py
tests/integration/test_route_design.py
tests/integration/test_route_main.py
tests/integration/test_sockets.py