Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
CowAgent 的升级方式说明
cow update
git pull
./run.sh update
git pull pip3 install -r requirements.txt pip3 install -e .
# 使用 Cow CLI (推荐) cow restart # 或使用 run.sh ./run.sh restart # 或使用 nohup 直接运行 kill $(ps -ef | grep app.py | grep -v grep | awk '{print $2}') nohup python3 app.py & tail -f nohup.out
docker-compose.yml
sudo docker compose pull sudo docker compose up -d
config.json