LICENSE
MANIFEST.in
README.md
main.py
pyproject.toml
alchemist-web/eslint.config.js
alchemist-web/index.html
alchemist-web/package-lock.json
alchemist-web/package.json
alchemist-web/postcss.config.js
alchemist-web/tailwind.config.js
alchemist-web/tsconfig.app.json
alchemist-web/tsconfig.json
alchemist-web/tsconfig.node.json
alchemist-web/vite.config.ts
alchemist-web/public/NEW_ICON.ico
alchemist-web/public/NEW_ICON.png
alchemist-web/public/NEW_LOGO_DARK.png
alchemist-web/public/NEW_LOGO_LIGHT.png
alchemist-web/public/vite.svg
alchemist-web/src/App.css
alchemist-web/src/App.tsx
alchemist-web/src/index.css
alchemist-web/src/main.tsx
alchemist-web/src/api/client.ts
alchemist-web/src/api/types.ts
alchemist-web/src/api/endpoints/acquisition.ts
alchemist-web/src/api/endpoints/experiments.ts
alchemist-web/src/api/endpoints/llm.ts
alchemist-web/src/api/endpoints/models.ts
alchemist-web/src/api/endpoints/sessions.ts
alchemist-web/src/api/endpoints/variables.ts
alchemist-web/src/api/endpoints/visualizations.ts
alchemist-web/src/assets/react.svg
alchemist-web/src/components/AddPointDialog.tsx
alchemist-web/src/components/AuditLockDialog.tsx
alchemist-web/src/components/PendingSuggestionsPanel.tsx
alchemist-web/src/components/SessionMetadata.tsx
alchemist-web/src/components/SessionMetadataDialog.tsx
alchemist-web/src/components/TargetColumnDialog.tsx
alchemist-web/src/components/api.ts
alchemist-web/src/components/session-components.md
alchemist-web/src/components/ui/CollapsibleSection.tsx
alchemist-web/src/components/ui/FormField.tsx
alchemist-web/src/components/ui/SegmentedButton.tsx
alchemist-web/src/components/ui/TabView.tsx
alchemist-web/src/components/ui/index.ts
alchemist-web/src/components/visualizations/CalibrationCurve.tsx
alchemist-web/src/components/visualizations/ContourPlot.tsx
alchemist-web/src/components/visualizations/HyperparametersDisplay.tsx
alchemist-web/src/components/visualizations/MetricsPlot.tsx
alchemist-web/src/components/visualizations/ParityPlot.tsx
alchemist-web/src/components/visualizations/QQPlot.tsx
alchemist-web/src/components/visualizations/VisualizationsPanel.tsx
alchemist-web/src/components/visualizations/index.ts
alchemist-web/src/features/acquisition/AcquisitionPanel.tsx
alchemist-web/src/features/acquisition/index.ts
alchemist-web/src/features/experiments/ExperimentsPanel.tsx
alchemist-web/src/features/experiments/InitialDesignPanel.tsx
alchemist-web/src/features/experiments/LLMSuggestPanel.tsx
alchemist-web/src/features/experiments/OptimalDesignPanel.tsx
alchemist-web/src/features/models/GPRPanel.tsx
alchemist-web/src/features/models/README.md
alchemist-web/src/features/models/index.ts
alchemist-web/src/features/monitoring/MonitoringDashboard.tsx
alchemist-web/src/features/variables/VariableForm.tsx
alchemist-web/src/features/variables/VariableList.tsx
alchemist-web/src/features/variables/VariablesPanel.tsx
alchemist-web/src/hooks/useLockStatus.ts
alchemist-web/src/hooks/useSessionEvents.ts
alchemist-web/src/hooks/useTheme.tsx
alchemist-web/src/hooks/api/useAcquisition.ts
alchemist-web/src/hooks/api/useDeleteVariable.ts
alchemist-web/src/hooks/api/useExperiments.ts
alchemist-web/src/hooks/api/useFileOperations.ts
alchemist-web/src/hooks/api/useLLMSuggest.ts
alchemist-web/src/hooks/api/useModels.ts
alchemist-web/src/hooks/api/useSessions.ts
alchemist-web/src/hooks/api/useVariables.ts
alchemist-web/src/hooks/api/useVisualizations.ts
alchemist-web/src/lib/utils.ts
alchemist-web/src/providers/QueryProvider.tsx
alchemist-web/src/providers/VisualizationProvider.tsx
alchemist_core/__init__.py
alchemist_core/audit_log.py
alchemist_core/config.py
alchemist_core/events.py
alchemist_core/session.py
alchemist_core/acquisition/__init__.py
alchemist_core/acquisition/base_acquisition.py
alchemist_core/acquisition/botorch_acquisition.py
alchemist_core/acquisition/skopt_acquisition.py
alchemist_core/data/__init__.py
alchemist_core/data/experiment_manager.py
alchemist_core/data/search_space.py
alchemist_core/models/__init__.py
alchemist_core/models/base_model.py
alchemist_core/models/botorch_model.py
alchemist_core/models/sklearn_model.py
alchemist_core/utils/__init__.py
alchemist_core/utils/acquisition_utils.py
alchemist_core/utils/doe.py
alchemist_core/utils/optimal_design.py
alchemist_core/visualization/__init__.py
alchemist_core/visualization/helpers.py
alchemist_core/visualization/plots.py
alchemist_nrel.egg-info/PKG-INFO
alchemist_nrel.egg-info/SOURCES.txt
alchemist_nrel.egg-info/dependency_links.txt
alchemist_nrel.egg-info/entry_points.txt
alchemist_nrel.egg-info/requires.txt
alchemist_nrel.egg-info/top_level.txt
api/__init__.py
api/dependencies.py
api/example_client.py
api/main.py
api/run_api.py
api/middleware/__init__.py
api/middleware/error_handlers.py
api/models/__init__.py
api/models/requests.py
api/models/responses.py
api/routers/__init__.py
api/routers/acquisition.py
api/routers/experiments.py
api/routers/llm.py
api/routers/models.py
api/routers/sessions.py
api/routers/variables.py
api/routers/visualizations.py
api/routers/websocket.py
api/services/__init__.py
api/services/llm_config.py
api/services/llm_service.py
api/services/session_store.py
api/services/providers/__init__.py
api/services/providers/base.py
api/services/providers/edison_provider.py
api/services/providers/ollama_provider.py
api/services/providers/openai_provider.py
api/static/NEW_ICON.ico
api/static/NEW_ICON.png
api/static/NEW_LOGO_DARK.png
api/static/NEW_LOGO_LIGHT.png
api/static/index.html
api/static/vite.svg
api/static/assets/api-vcoXEqyq.js
api/static/assets/index-DSKZcfjp.js
api/static/assets/index-DhFGb0Fg.css
build_tools/__init__.py
build_tools/build_hooks.py
build_tools/setup.py
ui/__init__.py
ui/acquisition_panel.py
ui/custom_widgets.py
ui/experiment_logger.py
ui/gpr_panel.py
ui/notifications.py
ui/pool_viz.py
ui/target_column_dialog.py
ui/ui.py
ui/ui_utils.py
ui/utils.py
ui/variables_setup.py
ui/visualizations.py