测试多Agent任务分配:张飞、关羽、赵云各一个测试任务

This commit is contained in:
cfdaily
2026-03-22 23:48:51 +08:00
parent 62c4a2694b
commit 219df048e0
14 changed files with 462 additions and 3 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
#!/bin/bash
# 修版任务创建脚本
# 修版任务创建脚本 - 无语法错误
if [ -z "$1" ]; then
echo "使用方法: ./create_task_fixed.sh \"任务描述\""
echo "例如: ./create_task_fixed.sh \"整合选股报告\""
echo "使用方法: ./create_correct.sh \"任务描述\""
echo "例如: ./create_correct.sh \"整合选股报告\""
exit 1
fi