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
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env python3
import sys
sys.path.insert(0, '/root/.openclaw/workspaces/yzr-yxl/projects/yu-zhi-ran/platform/backend')
from app.core.generator import run_creator
result = run_creator('A05')
print('RESULT:', result)