AgentGPT-Web-GUI / scripts /post-sync.sh
dia-gov's picture
Upload 569 files
cd6f98e verified
raw
history blame contribute delete
112 Bytes
cd "$(dirname "$0")" || exit 1
cd .. || exit 1
cd platform || exit 1
rm poetry.lock
poetry install
poetry lock