LICENSE
README.md
pyproject.toml
docs/source/conf.py
ivoryos/__init__.py
ivoryos/app.py
ivoryos/config.py
ivoryos/server.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/forms/__init__.py
ivoryos/forms/dynamic_forms.py
ivoryos/models/__init__.py
ivoryos/models/base.py
ivoryos/models/execution.py
ivoryos/models/user.py
ivoryos/models/workflow.py
ivoryos/optimizer/ax_optimizer.py
ivoryos/optimizer/base_optimizer.py
ivoryos/optimizer/baybe_optimizer.py
ivoryos/optimizer/nimo_optimizer.py
ivoryos/optimizer/registry.py
ivoryos/parsers/__init__.py
ivoryos/parsers/bo_campaign.py
ivoryos/parsers/introspection.py
ivoryos/parsers/py_to_json.py
ivoryos/parsers/returns.py
ivoryos/parsers/serialize.py
ivoryos/parsers/type_conversions.py
ivoryos/routes/__init__.py
ivoryos/routes/auth/__init__.py
ivoryos/routes/auth/auth.py
ivoryos/routes/auth/templates/change_password.html
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_agent.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/actions_panel.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/canvas_main.html
ivoryos/routes/design/templates/components/deck_selector.html
ivoryos/routes/design/templates/components/design_agent_panel.html
ivoryos/routes/design/templates/components/edit_action_form.html
ivoryos/routes/design/templates/components/info_modal.html
ivoryos/routes/design/templates/components/instruments_panel.html
ivoryos/routes/design/templates/components/modals.html
ivoryos/routes/design/templates/components/python_code_overlay.html
ivoryos/routes/design/templates/components/sidebar.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/python_import_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/render_node_macro.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/runtime/__init__.py
ivoryos/runtime/control_flow.py
ivoryos/runtime/runner_runtime.py
ivoryos/runtime/script_runner.py
ivoryos/runtime/script_runner_queue.py
ivoryos/runtime/script_runner_steps.py
ivoryos/runtime/script_runner_workflow.py
ivoryos/runtime/state.py
ivoryos/runtime/task_runner.py
ivoryos/script/__init__.py
ivoryos/script/editor.py
ivoryos/script/models.py
ivoryos/script/renderer.py
ivoryos/services/__init__.py
ivoryos/services/client_proxy.py
ivoryos/services/connection_history.py
ivoryos/services/draft_service.py
ivoryos/services/llm_agent.py
ivoryos/static/favicon.ico
ivoryos/static/ivoryos_logo.png
ivoryos/static/logo.webp
ivoryos/static/style.css
ivoryos/static/gui_annotation/Slide1.png
ivoryos/static/gui_annotation/Slide2.PNG
ivoryos/static/js/action_handlers.js
ivoryos/static/js/agent_overlay.js
ivoryos/static/js/db_delete.js
ivoryos/static/js/overlay.js
ivoryos/static/js/script_metadata.js
ivoryos/static/js/socket_handler.js
ivoryos/static/js/sortable_card.js
ivoryos/static/js/sortable_design.js
ivoryos/static/js/ui_state.js
ivoryos/templates/base.html
ivoryos/utils/__init__.py
ivoryos/utils/decorators.py
ivoryos/utils/logger.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_library.py
tests/integration/test_route_main.py
tests/integration/test_sockets.py
tests/unit/test_control_flow.py
tests/unit/test_draft_service.py
tests/unit/test_dynamic_forms_behavior.py
tests/unit/test_execution_model.py
tests/unit/test_parser_helpers.py
tests/unit/test_properties_feature.py
tests/unit/test_renderer_behavior.py
tests/unit/test_runtime_and_service_helpers.py
tests/unit/test_script_delegation.py
tests/unit/test_script_editor_behavior.py
tests/unit/test_script_runner_runtime_helpers.py
tests/unit/test_task_runner_conversion.py
tests/unit/test_type_conversion.py
tests/unit/test_utils_conversion.py