import upstream GUKO 2026-06-23

This commit is contained in:
OpenClaw
2026-06-23 00:44:35 +00:00
commit 0e79f74184
30 changed files with 6419 additions and 0 deletions

6
jiaoops.py Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python3
"""Compatibility wrapper for the GUKO CLI."""
from pathlib import Path
import runpy
runpy.run_path(str(Path(__file__).with_name('guko.py')), run_name='__main__')