Initial commit: yu-zhi-ran platform with automation integration

This commit is contained in:
lt
2026-04-19 14:05:09 +08:00
commit 3cb2df51c8
209 changed files with 80379 additions and 0 deletions
+17
View File
@@ -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 "=== 全流程测试完成 ==="