From bce275972eaca6c0bdbb26c27debc07eac6b20ec Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 23 May 2026 00:47:20 +0800 Subject: [PATCH] bugfix --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d9a0549..b88ef58 100755 --- a/build.sh +++ b/build.sh @@ -26,7 +26,7 @@ do cd $m $cdir/py3/bin/pip install . done -for m in appbase rbac accounting llmage platformbiz msp cpcc unipay filemgr dapi uapi rag charge pricing discount hermes-web-cli +for m in appbase rbac accounting llmage platformbiz msp cpcc unipay filemgr dapi uapi rag charge pricing discount harnessed_agent harnessed_reasoning do echo "install $m module..." cd $cdir/pkgs