Initial commit: yu-zhi-ran platform with automation integration
This commit is contained in:
Executable
+17
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
cd /root/.openclaw/workspaces/yzr-yxl/projects/yu-zhi-ran
|
||||
|
||||
echo "=== 测试研究阶段 ==="
|
||||
python3 scripts/research.py --topic-id A05
|
||||
echo ""
|
||||
|
||||
echo "=== 测试大纲阶段 ==="
|
||||
python3 scripts/outline.py --topic-id A05
|
||||
echo ""
|
||||
|
||||
echo "=== 测试撰写阶段 ==="
|
||||
python3 scripts/writer.py --topic-id A05
|
||||
echo ""
|
||||
|
||||
echo "=== 全流程测试完成 ==="
|
||||
Reference in New Issue
Block a user