Compare commits

...

2 Commits

Author SHA1 Message Date
Yanxin Lu
7451cd73c9 Merge branch 'main' of ssh://git.luyanxin.com:8103/lyx/youlu-openclaw-workspace
merge
2026-04-01 19:51:57 -07:00
Yanxin Lu
aa8a35b920 sender email 2026-04-01 19:51:51 -07:00

View File

@@ -343,6 +343,7 @@ def cmd_scan(config, recent=None, dry_run=False):
email_data = build_email_data(envelope, body, config) email_data = build_email_data(envelope, body, config)
print(f"{email_data['subject'][:55]}") print(f"{email_data['subject'][:55]}")
print(f" From: {email_data['sender'][:60]}")
# Run the LLM classifier (returns tags instead of confidence) # Run the LLM classifier (returns tags instead of confidence)
action, tags, summary, reason, duration = classifier.classify_email( action, tags, summary, reason, duration = classifier.classify_email(