Files
MoFin/archive/20260722-scripts-cleanup/test_production.py
T

8 lines
305 B
Python

import sys, json
sys.path.insert(0, '/home/hmo/MoFin')
import xmpp_logger as x
print("current provider:", x.current_provider())
print("health status:", x.health().get("status"))
print("verify_llm:", x._verify_llm())
print("=== auto_heal ===")
print(json.dumps(x.auto_heal(), ensure_ascii=False, indent=2))