this project demo what we can do about electrolyte synthesis with LLM
the agent can call the following tools automatically
tool | description |
---|---|
oxidation potential predictor | predict oxidation potential of molecule in SMILES format |
precursor predictor | predict multiple possible precursor combinations of a compound |
electrolyte synthesis procedure predictor | predict multiple possible procedures of an electrolyte synthesis |
google-serper | google search tool |
llm-math | math problem solving tool |
wikipedia | wikipedia search tool |
arxiv | arxiv search tool |
python3 -m pip install -r requirements.txt
python3 main.py --model (llama3|qwen2)