Spaces:
Build error
Build error
File size: 18,462 Bytes
5e95362 e492daf 5e95362 39d4647 5e95362 e492daf 39d4647 5e95362 171726e 5e95362 39d4647 e6cf08e 5e95362 e6cf08e 5e95362 39d4647 5e95362 39d4647 45fad92 e492daf 5e95362 d65550e 5e95362 e6cf08e 5e95362 39d4647 5e95362 671b46f 5e95362 671b46f 5e95362 671b46f 5e95362 39d4647 5e95362 39d4647 5e95362 39d4647 e492daf 5e95362 39d4647 5e95362 e492daf 5e95362 e492daf 5e95362 e492daf 5e95362 e492daf 5e95362 e492daf 5e95362 e492daf 5e95362 e492daf b99d0d8 5e95362 e492daf 5e95362 325c6b4 5e95362 325c6b4 5e95362 96469d3 5e95362 23558af 5e95362 39d4647 e492daf 5e95362 23558af 171726e 23558af 171726e 23558af 171726e dae020b 23558af dae020b bc5b20f 5e95362 23558af e492daf 5e95362 23558af bc5b20f 5e95362 e492daf 5e95362 e492daf 5e95362 e492daf 5e95362 e492daf 5e95362 b99d0d8 5e95362 28e0024 5e95362 1e38596 5e95362 b99d0d8 5e95362 b99d0d8 5e95362 b99d0d8 b8fcec4 b99d0d8 b8fcec4 5e95362 dea8521 8f87f91 dea8521 8f87f91 dea8521 28e0024 5e95362 b8fcec4 5e95362 4d4426f 5e95362 4d4426f 5e95362 625c061 2aa1028 625c061 96469d3 4d4426f 2aa1028 5e95362 b8fcec4 dea8521 b8fcec4 dea8521 b99d0d8 dea8521 b99d0d8 325c6b4 5e95362 d65550e 5e95362 d65550e 5e95362 325c6b4 5e95362 325c6b4 5e95362 d65550e 325c6b4 5900b45 5e95362 5900b45 5e95362 5900b45 5e95362 39d4647 5e95362 da664b2 5e95362 da664b2 39d4647 5e95362 39d4647 ace083c 5e95362 39d4647 5e95362 6e408f0 39d4647 eac67a4 5e95362 39d4647 5e95362 39d4647 5e95362 6e408f0 5e95362 39d4647 5e95362 39d4647 5e95362 39d4647 5e95362 39d4647 5e95362 39d4647 6e408f0 5e95362 39d4647 5e95362 39d4647 5e95362 39d4647 5e95362 39d4647 5e95362 39d4647 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 | #!/usr/bin/env python3
"""
OpenClaw HF Spaces Persistence β Full Directory Sync
=====================================================
Simplified persistence: upload/download the entire ~/.openclaw directory
as-is to/from a Hugging Face Dataset repo.
- Startup: snapshot_download β ~/.openclaw
- Periodic: upload_folder β dataset openclaw_data/
- Shutdown: final upload_folder β dataset openclaw_data/
"""
import os
import sys
import time
import threading
import subprocess
import signal
import json
import shutil
import tempfile
import traceback
import re
from pathlib import Path
from datetime import datetime
# Set timeout BEFORE importing huggingface_hub
os.environ.setdefault("HF_HUB_DOWNLOAD_TIMEOUT", "300")
os.environ.setdefault("HF_HUB_UPLOAD_TIMEOUT", "600")
from huggingface_hub import HfApi, snapshot_download
# ββ Logging helper ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
class TeeLogger:
"""Duplicate output to stream and file."""
def __init__(self, filename, stream):
self.stream = stream
self.file = open(filename, "a", encoding="utf-8")
def write(self, message):
self.stream.write(message)
self.file.write(message)
self.flush()
def flush(self):
self.stream.flush()
self.file.flush()
def fileno(self):
return self.stream.fileno()
# ββ Configuration βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
HF_REPO_ID = os.environ.get("OPENCLAW_DATASET_REPO", "tao-shen/openclaw")
HF_TOKEN = os.environ.get("HF_TOKEN")
OPENCLAW_HOME = Path.home() / ".openclaw"
APP_DIR = Path("/app/openclaw")
# Use ".openclaw" - directly read/write the .openclaw folder in dataset
DATASET_PATH = ".openclaw"
TELEGRAM_BOT_TOKEN = os.environ.get("TELEGRAM_BOT_TOKEN", "")
TELEGRAM_BOT_NAME = os.environ.get("TELEGRAM_BOT_NAME", "opentauronbot")
TELEGRAM_ALLOW_USER = os.environ.get("TELEGRAM_ALLOW_USER", "taoshen1")
SYNC_INTERVAL = int(os.environ.get("SYNC_INTERVAL", "120"))
# Setup logging
log_dir = OPENCLAW_HOME / "workspace"
log_dir.mkdir(parents=True, exist_ok=True)
sys.stdout = TeeLogger(log_dir / "sync.log", sys.stdout)
sys.stderr = sys.stdout
# ββ Sync Manager ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
class OpenClawFullSync:
"""Upload/download the entire ~/.openclaw directory to HF Dataset."""
def __init__(self):
if not HF_TOKEN:
print("[SYNC] WARNING: HF_TOKEN not set. Persistence disabled.")
self.enabled = False
return
self.enabled = True
self.api = HfApi(token=HF_TOKEN)
self._ensure_repo()
# ββ Repo management ββββββββββββββββββββββββββββββββββββββββββββββββ
def _ensure_repo(self):
try:
self.api.repo_info(repo_id=HF_REPO_ID, repo_type="dataset")
print(f"[SYNC] Dataset repo found: {HF_REPO_ID}")
except Exception:
print(f"[SYNC] Creating dataset repo: {HF_REPO_ID}")
self.api.create_repo(repo_id=HF_REPO_ID, repo_type="dataset", private=True)
# ββ Restore (startup) βββββββββββββββββββββββββββββββββββββββββββββ
def load_from_repo(self):
"""Download from dataset β ~/.openclaw"""
if not self.enabled:
return
print(f"[SYNC] βΆ Restoring ~/.openclaw from dataset {HF_REPO_ID} ...")
OPENCLAW_HOME.mkdir(parents=True, exist_ok=True)
try:
files = self.api.list_repo_files(repo_id=HF_REPO_ID, repo_type="dataset")
openclaw_files = [f for f in files if f.startswith(f"{DATASET_PATH}/")]
if not openclaw_files:
print(f"[SYNC] No {DATASET_PATH}/ folder in dataset. Starting fresh.")
self._ensure_default_config()
self._ensure_telegram_credentials()
return
print(f"[SYNC] Found {len(openclaw_files)} files under {DATASET_PATH}/ in dataset")
with tempfile.TemporaryDirectory() as tmpdir:
snapshot_download(
repo_id=HF_REPO_ID,
repo_type="dataset",
allow_patterns=f"{DATASET_PATH}/**",
local_dir=tmpdir,
token=HF_TOKEN,
)
downloaded_root = Path(tmpdir) / DATASET_PATH
if downloaded_root.exists():
for item in downloaded_root.rglob("*"):
if item.is_file():
rel = item.relative_to(downloaded_root)
dest = OPENCLAW_HOME / rel
dest.parent.mkdir(parents=True, exist_ok=True)
shutil.copy2(str(item), str(dest))
print("[SYNC] β Restore completed.")
else:
print("[SYNC] Downloaded snapshot but dir not found. Starting fresh.")
except Exception as e:
print(f"[SYNC] β Restore failed: {e}")
traceback.print_exc()
# Patch config & telegram after restore
self._patch_config()
self._ensure_telegram_credentials()
self._debug_list_files()
# ββ Save (periodic + shutdown) βββββββββββββββββββββββββββββββββββββ
def save_to_repo(self):
"""Upload entire ~/.openclaw directory β dataset (all files, no filtering)"""
if not self.enabled:
return
if not OPENCLAW_HOME.exists():
print("[SYNC] ~/.openclaw does not exist, nothing to save.")
return
print(f"[SYNC] βΆ Uploading ~/.openclaw β dataset {HF_REPO_ID}/{DATASET_PATH}/ ...")
try:
# Log what will be uploaded
total_size = 0
file_count = 0
for root, dirs, fls in os.walk(OPENCLAW_HOME):
for fn in fls:
fp = os.path.join(root, fn)
sz = os.path.getsize(fp)
total_size += sz
file_count += 1
rel = os.path.relpath(fp, OPENCLAW_HOME)
print(f"[SYNC] uploading: {rel} ({sz} bytes)")
print(f"[SYNC] Uploading: {file_count} files, {total_size} bytes total")
if file_count == 0:
print("[SYNC] Nothing to upload.")
return
# Upload directory, excluding large log files that trigger LFS errors
self.api.upload_folder(
folder_path=str(OPENCLAW_HOME),
path_in_repo=DATASET_PATH,
repo_id=HF_REPO_ID,
repo_type="dataset",
token=HF_TOKEN,
commit_message=f"Sync .openclaw β {datetime.now().isoformat()}",
ignore_patterns=["*.log", "*.log.*"], # Exclude logs (sync.log is 60MB+, triggers LFS errors)
)
print(f"[SYNC] β Upload completed at {datetime.now().isoformat()}")
# Verify
try:
files = self.api.list_repo_files(repo_id=HF_REPO_ID, repo_type="dataset")
oc_files = [f for f in files if f.startswith(f"{DATASET_PATH}/")]
print(f"[SYNC] Dataset now has {len(oc_files)} files under {DATASET_PATH}/")
for f in oc_files[:30]:
print(f"[SYNC] {f}")
if len(oc_files) > 30:
print(f"[SYNC] ... and {len(oc_files) - 30} more")
except Exception:
pass
except Exception as e:
print(f"[SYNC] β Upload failed: {e}")
traceback.print_exc()
# ββ Config helpers βββββββββββββββββββββββββββββββββββββββββββββββββ
def _ensure_default_config(self):
config_path = OPENCLAW_HOME / "openclaw.json"
if config_path.exists():
return
default_src = Path(__file__).parent / "openclaw.json.default"
if default_src.exists():
shutil.copy2(str(default_src), str(config_path))
print("[SYNC] Created openclaw.json from default template")
else:
with open(config_path, "w") as f:
json.dump({
"gateway": {
"mode": "local", "bind": "lan", "port": 7860,
"trustedProxies": ["0.0.0.0/0"],
"controlUi": {
"allowInsecureAuth": True,
"allowedOrigins": [
"https://tao-shen-openclaw-ai.hf.space",
"https://huggingface.co"
]
}
},
"session": {"scope": "global"},
"models": {"mode": "merge", "providers": {}},
"agents": {"defaults": {"workspace": "~/.openclaw/workspace"}}
}, f)
print("[SYNC] Created minimal openclaw.json")
def _patch_config(self):
"""Ensure critical settings after restore."""
config_path = OPENCLAW_HOME / "openclaw.json"
if not config_path.exists():
self._ensure_default_config()
return
print("[SYNC] Patching configuration...")
try:
with open(config_path, "r") as f:
data = json.load(f)
print("[SYNC] Config parsed OK.")
except (json.JSONDecodeError, Exception) as e:
# Config is corrupt β back up and start fresh
print(f"[SYNC] Config JSON is corrupt: {e}")
backup = config_path.with_suffix(f".corrupt_{int(time.time())}")
try:
import shutil
shutil.copy2(config_path, backup)
print(f"[SYNC] Backed up corrupt config to {backup.name}")
except Exception:
pass
data = {}
print("[SYNC] Starting from clean config.")
try:
# Remove /dev/null from plugins.locations
if "plugins" in data and isinstance(data.get("plugins"), dict):
locs = data["plugins"].get("locations", [])
if isinstance(locs, list) and "/dev/null" in locs:
data["plugins"]["locations"] = [l for l in locs if l != "/dev/null"]
# Force full gateway config for HF Spaces
# Note: Dockerfile injects "openclaw-space-default" token into Control UI,
# so we MUST set it here to match what the browser sends.
data["gateway"] = {
"mode": "local",
"bind": "lan",
"port": 7860,
"auth": {"token": "openclaw-space-default"},
"trustedProxies": ["0.0.0.0/0"],
"controlUi": {
"allowInsecureAuth": True,
"allowedOrigins": [
"https://tao-shen-openclaw-ai.hf.space",
"https://huggingface.co"
]
}
}
print("[SYNC] Set gateway config (auth=default, trustedProxies=all)")
# Ensure agents defaults
data.setdefault("agents", {}).setdefault("defaults", {}).setdefault("model", {})
data.setdefault("session", {})["scope"] = "global"
# Force OpenRouter provider
data.setdefault("models", {}).setdefault("providers", {})
data["models"]["providers"]["openrouter"] = {
"baseUrl": "https://openrouter.ai/api/v1",
"apiKey": "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",
"api": "openai-completions",
"models": [
{"id": "stepfun/step-3.5-flash:free", "name": "Step-3.5-Flash (Free)"},
{"id": "deepseek/deepseek-chat:free", "name": "DeepSeek V3 (Free)"}
]
}
# Remove old gemini provider if present
data["models"]["providers"].pop("gemini", None)
data["agents"]["defaults"]["model"]["primary"] = "openrouter/stepfun/step-3.5-flash:free"
# Telegram plugin
data.setdefault("plugins", {}).setdefault("entries", {})
if "telegram" not in data["plugins"]["entries"]:
data["plugins"]["entries"]["telegram"] = {"enabled": True}
elif isinstance(data["plugins"]["entries"]["telegram"], dict):
data["plugins"]["entries"]["telegram"]["enabled"] = True
with open(config_path, "w") as f:
json.dump(data, f, indent=2)
print("[SYNC] Config patched and saved.")
# Verify write
with open(config_path, "r") as f:
verify_data = json.load(f)
gw = verify_data.get("gateway", {})
providers = list(verify_data.get("models", {}).get("providers", {}).keys())
primary = verify_data.get("agents", {}).get("defaults", {}).get("model", {}).get("primary")
print(f"[SYNC] VERIFY: gateway.port={gw.get('port')}, providers={providers}, primary={primary}")
except Exception as e:
print(f"[SYNC] Failed to patch config: {e}")
traceback.print_exc()
def _ensure_telegram_credentials(self):
"""Configure Telegram bot token and allowed users."""
creds_dir = OPENCLAW_HOME / "credentials"
creds_dir.mkdir(parents=True, exist_ok=True)
if TELEGRAM_BOT_TOKEN:
bot_file = creds_dir / "telegram-bot-token.json"
with open(bot_file, "w") as f:
json.dump({"token": TELEGRAM_BOT_TOKEN, "bot": TELEGRAM_BOT_NAME}, f, indent=2)
print(f"[SYNC] Telegram bot configured: {TELEGRAM_BOT_NAME}")
allow_file = creds_dir / "telegram-allowFrom.json"
if not allow_file.exists():
with open(allow_file, "w") as f:
json.dump([TELEGRAM_ALLOW_USER], f, indent=2)
print(f"[SYNC] Created telegram-allowFrom.json for {TELEGRAM_ALLOW_USER}")
else:
try:
with open(allow_file, "r") as f:
data = json.load(f)
if not isinstance(data, list):
data = [TELEGRAM_ALLOW_USER]
elif TELEGRAM_ALLOW_USER not in data:
data.append(TELEGRAM_ALLOW_USER)
with open(allow_file, "w") as f:
json.dump(data, f, indent=2)
except Exception:
with open(allow_file, "w") as f:
json.dump([TELEGRAM_ALLOW_USER], f, indent=2)
def _debug_list_files(self):
print(f"[SYNC] Local ~/.openclaw tree:")
try:
count = 0
for root, dirs, files in os.walk(OPENCLAW_HOME):
dirs[:] = [d for d in dirs if d not in {".cache", "node_modules", "__pycache__"}]
for name in sorted(files):
rel = os.path.relpath(os.path.join(root, name), OPENCLAW_HOME)
print(f"[SYNC] {rel}")
count += 1
if count > 50:
print("[SYNC] ... (truncated)")
return
except Exception as e:
print(f"[SYNC] listing failed: {e}")
# ββ Background sync loop ββββββββββββββββββββββββββββββββββββββββββ
def background_sync_loop(self, stop_event):
print(f"[SYNC] Background sync started (interval={SYNC_INTERVAL}s)")
while not stop_event.is_set():
if stop_event.wait(timeout=SYNC_INTERVAL):
break
print(f"[SYNC] ββ Periodic sync triggered at {datetime.now().isoformat()} ββ")
self.save_to_repo()
# ββ Application runner βββββββββββββββββββββββββββββββββββββββββββββ
def run_openclaw(self):
log_file = OPENCLAW_HOME / "workspace" / "startup.log"
log_file.parent.mkdir(parents=True, exist_ok=True)
cmd = f"node dist/entry.js gateway 2>&1 | tee -a {log_file}"
print(f"[SYNC] Launching: {cmd}")
return subprocess.Popen(cmd, shell=True, cwd=str(APP_DIR),
stdout=sys.stdout, stderr=sys.stderr)
# ββ Main ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
def main():
sync = OpenClawFullSync()
# 1. Restore
sync.load_from_repo()
# 2. Background sync
stop_event = threading.Event()
t = threading.Thread(target=sync.background_sync_loop, args=(stop_event,), daemon=True)
t.start()
# 3. Start application
process = sync.run_openclaw()
# Signal handler
def handle_signal(sig, frame):
print(f"\n[SYNC] Signal {sig} received. Shutting down...")
stop_event.set()
if process:
process.terminate()
try:
process.wait(timeout=5)
except subprocess.TimeoutExpired:
process.kill()
print("[SYNC] Final sync...")
sync.save_to_repo()
sys.exit(0)
signal.signal(signal.SIGINT, handle_signal)
signal.signal(signal.SIGTERM, handle_signal)
# Wait
exit_code = process.wait()
print(f"[SYNC] OpenClaw exited with code {exit_code}")
stop_event.set()
print("[SYNC] Final sync...")
sync.save_to_repo()
sys.exit(exit_code)
if __name__ == "__main__":
main()
|