email processor

This commit is contained in:
Yanxin Lu
2026-02-26 20:54:07 -08:00
parent c5c9be3f00
commit b14a93866e
18 changed files with 1365 additions and 666 deletions

View File

@@ -1 +1 @@
python3
python3.13

View File

@@ -1 +1 @@
/usr/bin/python3
python3.13

View File

@@ -1 +0,0 @@
python3

View File

@@ -1 +0,0 @@
lib

View File

@@ -1,5 +1,5 @@
home = /usr/bin
home = /opt/homebrew/opt/python@3.13/bin
include-system-site-packages = false
version = 3.12.3
executable = /usr/bin/python3.12
command = /usr/bin/python3 -m venv /home/lyx/.openclaw/workspace/scripts/email_processor/venv
version = 3.13.0
executable = /opt/homebrew/Cellar/python@3.13/3.13.0_1/Frameworks/Python.framework/Versions/3.13/bin/python3.13
command = /opt/homebrew/opt/python@3.13/bin/python3.13 -m venv /Users/ylu/Documents/me/youlu-openclaw-workspace/scripts/email_processor/venv