fix: avoid xreach false alarm and xiaoyuzhou install crash

This commit is contained in:
robert.chen
2026-03-12 19:26:58 +08:00
committed by GitHub
parent 31f00b8d78
commit 3416c0f6d3
4 changed files with 112 additions and 6 deletions
+2
View File
@@ -460,7 +460,9 @@ def _install_system_deps():
def _install_xiaoyuzhou_deps():
"""Install Xiaoyuzhou podcast transcription script."""
import shutil
from agent_reach.config import Config
config = Config()
print("Setting up Xiaoyuzhou podcast transcription...")
tools_dir = os.path.expanduser("~/.agent-reach/tools/xiaoyuzhou")