LICENSE
README.md
setup.py
chatmof/__init__.py
chatmof/app.py
chatmof/config.py
chatmof/main.py
chatmof/setup_module.py
chatmof/test.py
chatmof/test_generate.py
chatmof/test_predict.py
chatmof/test_search.py
chatmof/utils.py
chatmof.egg-info/PKG-INFO
chatmof.egg-info/SOURCES.txt
chatmof.egg-info/dependency_links.txt
chatmof.egg-info/requires.txt
chatmof.egg-info/top_level.txt
chatmof/database/__init__.py
chatmof/database/tables/coremof.xlsx
chatmof/tools/__init__.py
chatmof/tools/tool_utils.py
chatmof/tools/ase_repl/__init__.py
chatmof/tools/ase_repl/base.py
chatmof/tools/ase_repl/prompt.py
chatmof/tools/ase_repl/tool.py
chatmof/tools/genetic_algorithm/__init__.py
chatmof/tools/genetic_algorithm/base.py
chatmof/tools/genetic_algorithm/cif_generate.py
chatmof/tools/genetic_algorithm/genetic_algorithm.py
chatmof/tools/genetic_algorithm/prompt.py
chatmof/tools/genetic_algorithm/tool.py
chatmof/tools/predictor/__init__.py
chatmof/tools/predictor/base.py
chatmof/tools/predictor/dataset.py
chatmof/tools/predictor/prompt.py
chatmof/tools/predictor/runner.py
chatmof/tools/predictor/tool.py
chatmof/tools/predictor/utils.py
chatmof/tools/python_repl/__init__.py
chatmof/tools/python_repl/base.py
chatmof/tools/python_repl/tool.py
chatmof/tools/search_csv/__init__.py
chatmof/tools/search_csv/base.py
chatmof/tools/search_csv/prompt.py
chatmof/tools/search_csv/tool.py
chatmof/tools/visualizer/__init__.py
chatmof/tools/visualizer/base.py
chatmof/tools/visualizer/prompt.py
chatmof/tools/visualizer/tool.py