Skip to content

Fix UI/CLI #114

Description

@tdpham2

Config values used only by Streamlit UI, not by CLI:

general.thread -- Streamlit uses it as thread_id; CLI hardcodes 1
chemistry.optimization.method -- Streamlit sidebar display only
chemistry.optimization.fmax -- Streamlit sidebar display only
chemistry.optimization.steps -- Streamlit sidebar display only
chemistry.calculators.default -- Streamlit sidebar display only
chemistry.calculators.fallback -- Streamlit sidebar display only

Proposed solution:

  • Completely refactor UI/CLI. Remove dead parameters.
  • Try to integrate some parameters (e.g default fmax, steps) into UI via either updating tool call default parameters/prompt injection.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions