LICENSE
README.md
pyproject.toml
src/marimo_flow/__init__.py
src/marimo_flow/cli.py
src/marimo_flow.egg-info/PKG-INFO
src/marimo_flow.egg-info/SOURCES.txt
src/marimo_flow.egg-info/dependency_links.txt
src/marimo_flow.egg-info/entry_points.txt
src/marimo_flow.egg-info/not-zip-safe
src/marimo_flow.egg-info/requires.txt
src/marimo_flow.egg-info/top_level.txt
src/marimo_flow/agents/__init__.py
src/marimo_flow/agents/chat.py
src/marimo_flow/agents/deps.py
src/marimo_flow/agents/graph.py
src/marimo_flow/agents/lead.py
src/marimo_flow/agents/mcp.py
src/marimo_flow/agents/persistence.py
src/marimo_flow/agents/skills.py
src/marimo_flow/agents/state.py
src/marimo_flow/agents/nodes/__init__.py
src/marimo_flow/agents/nodes/mlflow_node.py
src/marimo_flow/agents/nodes/model.py
src/marimo_flow/agents/nodes/notebook.py
src/marimo_flow/agents/nodes/problem.py
src/marimo_flow/agents/nodes/route.py
src/marimo_flow/agents/nodes/solver.py
src/marimo_flow/agents/nodes/training.py
src/marimo_flow/agents/nodes/triage.py
src/marimo_flow/agents/nodes/validation.py
src/marimo_flow/agents/schemas/__init__.py
src/marimo_flow/agents/schemas/artifacts.py
src/marimo_flow/agents/schemas/control.py
src/marimo_flow/agents/schemas/decisions.py
src/marimo_flow/agents/schemas/equation.py
src/marimo_flow/agents/schemas/mesh.py
src/marimo_flow/agents/schemas/observation.py
src/marimo_flow/agents/schemas/optimization.py
src/marimo_flow/agents/schemas/preset.py
src/marimo_flow/agents/schemas/problem.py
src/marimo_flow/agents/schemas/run.py
src/marimo_flow/agents/schemas/stochastic.py
src/marimo_flow/agents/schemas/task.py
src/marimo_flow/agents/server/__init__.py
src/marimo_flow/agents/server/a2a.py
src/marimo_flow/agents/server/ag_ui.py
src/marimo_flow/agents/services/__init__.py
src/marimo_flow/agents/services/composer.py
src/marimo_flow/agents/services/design.py
src/marimo_flow/agents/services/experiment.py
src/marimo_flow/agents/services/mesh_domain.py
src/marimo_flow/agents/services/orchestrator.py
src/marimo_flow/agents/services/preset_catalog.py
src/marimo_flow/agents/services/provenance.py
src/marimo_flow/agents/toolsets/__init__.py
src/marimo_flow/agents/toolsets/_registry.py
src/marimo_flow/agents/toolsets/_specs.py
src/marimo_flow/agents/toolsets/control.py
src/marimo_flow/agents/toolsets/curator.py
src/marimo_flow/agents/toolsets/data.py
src/marimo_flow/agents/toolsets/design.py
src/marimo_flow/agents/toolsets/lead.py
src/marimo_flow/agents/toolsets/model.py
src/marimo_flow/agents/toolsets/problem.py
src/marimo_flow/agents/toolsets/skills.py
src/marimo_flow/agents/toolsets/solver.py
src/marimo_flow/agents/toolsets/training.py
src/marimo_flow/agents/toolsets/validation.py
src/marimo_flow/control/__init__.py
src/marimo_flow/control/mpc.py
src/marimo_flow/core/__init__.py
src/marimo_flow/core/model_factory.py
src/marimo_flow/core/model_manager.py
src/marimo_flow/core/problem_manager.py
src/marimo_flow/core/solver_manager.py
src/marimo_flow/core/training.py
src/marimo_flow/core/visualization.py
src/marimo_flow/core/viz3d.py
src/marimo_flow/core/walrus.py
tests/test_cli.py
tests/test_training.py