Open-source agent code for the paper: "Contrastive Learning Representations for Enhancing Surrogate and Generative Modeling in Mechanical Metamaterials".
- Built with LangChain/LangGraph.
- The finite element analysis (FEA) workflow uses Abaqus 2022.
- Abaqus is not included in this repository; please install it separately.
- For the frontend, use: https://github.com/SQAgent/agent-chat-ui
- The original LangChain
agent-chat-uidoes not support AI display for images and 3D structures.
cd Path/To/Your/SynthMorph
pip install -e . "langgraph-cli[inmem]"
langgraph devgit add .
git status
git commit -m "update"
git push -u origin main