xiaowei-system/scripts/learner-regress.sh

6 lines
304 B
Bash
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
# 失败回归闭环 cron wrapperno_agent
# 每日 06:00 收集失败痕迹 → 分类 → 回归清单
# 输出: 有失败痕迹才输出stdout 非空=有内容可看),正常静默
exec bash -c 'cd ~/.hermes/scripts && python3 learner.py regress 2>&1' | grep -v "^$" | head -40