pythonclaw 0.2.2__py3-none-any.whl → 0.2.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (24) hide show
  1. pythonclaw/__init__.py +1 -1
  2. {pythonclaw-0.2.2.dist-info → pythonclaw-0.2.3.dist-info}/METADATA +1 -1
  3. {pythonclaw-0.2.2.dist-info → pythonclaw-0.2.3.dist-info}/RECORD +7 -24
  4. pythonclaw/templates/skills/communication/email/__pycache__/send_email.cpython-311.pyc +0 -0
  5. pythonclaw/templates/skills/data/csv_analyzer/__pycache__/analyze.cpython-311.pyc +0 -0
  6. pythonclaw/templates/skills/data/finance/__pycache__/fetch_quote.cpython-311.pyc +0 -0
  7. pythonclaw/templates/skills/data/news/__pycache__/search_news.cpython-311.pyc +0 -0
  8. pythonclaw/templates/skills/data/pdf_reader/__pycache__/read_pdf.cpython-311.pyc +0 -0
  9. pythonclaw/templates/skills/data/scraper/__pycache__/scrape.cpython-311.pyc +0 -0
  10. pythonclaw/templates/skills/data/weather/__pycache__/weather.cpython-311.pyc +0 -0
  11. pythonclaw/templates/skills/data/youtube/__pycache__/youtube_info.cpython-311.pyc +0 -0
  12. pythonclaw/templates/skills/dev/code_runner/__pycache__/run_code.cpython-311.pyc +0 -0
  13. pythonclaw/templates/skills/dev/github/__pycache__/gh.cpython-311.pyc +0 -0
  14. pythonclaw/templates/skills/dev/http_request/__pycache__/request.cpython-311.pyc +0 -0
  15. pythonclaw/templates/skills/google/workspace/check_setup.sh +0 -52
  16. pythonclaw/templates/skills/system/change_setting/__pycache__/update_config.cpython-311.pyc +0 -0
  17. pythonclaw/templates/skills/system/onboarding/__pycache__/write_identity.cpython-311.pyc +0 -0
  18. pythonclaw/templates/skills/system/random/__pycache__/random_util.cpython-311.pyc +0 -0
  19. pythonclaw/templates/skills/system/time/__pycache__/time_util.cpython-311.pyc +0 -0
  20. pythonclaw/templates/skills/text/translator/__pycache__/translate.cpython-311.pyc +0 -0
  21. {pythonclaw-0.2.2.dist-info → pythonclaw-0.2.3.dist-info}/WHEEL +0 -0
  22. {pythonclaw-0.2.2.dist-info → pythonclaw-0.2.3.dist-info}/entry_points.txt +0 -0
  23. {pythonclaw-0.2.2.dist-info → pythonclaw-0.2.3.dist-info}/licenses/LICENSE +0 -0
  24. {pythonclaw-0.2.2.dist-info → pythonclaw-0.2.3.dist-info}/top_level.txt +0 -0
pythonclaw/__init__.py CHANGED
@@ -6,7 +6,7 @@ from .core.llm.base import LLMProvider
6
6
  from .core.llm.openai_compatible import OpenAICompatibleProvider
7
7
  from .init import init
8
8
 
9
- __version__ = "0.2.2"
9
+ __version__ = "0.2.3"
10
10
  __all__ = [
11
11
  "Agent",
12
12
  "LLMProvider",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pythonclaw
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: OpenClaw reimagined in pure Python — autonomous AI agent with memory, RAG, skills, web dashboard, and multi-channel support.
5
5
  Author-email: Eric Wang <wangchen2007915@gmail.com>
6
6
  License: MIT
@@ -1,4 +1,4 @@
1
- pythonclaw/__init__.py,sha256=WUtCQQOhI2PW7Bj-z9y7VqLQ2mCAklPE9kbIAv2ziwo,389
1
+ pythonclaw/__init__.py,sha256=XSJbkqWsM9Bk6tMoM5llApXUABBIYOpLSeZ3k7fTIbk,389
2
2
  pythonclaw/__main__.py,sha256=8q42hSuG6znq4wWXSPDmCtmG77SF7P_23hjwaRb-V9I,123
3
3
  pythonclaw/config.py,sha256=QreP_tBvUTK6UD2wsEMgBX51Tzb6KuIjznQQFgkKVOI,5395
4
4
  pythonclaw/daemon.py,sha256=i07DGJd-REzSW6tHQIEgHpx3Is44ZcxjCcUxFV8_p0c,6519
@@ -39,63 +39,46 @@ pythonclaw/templates/persona/demo_persona.md,sha256=Gcu7pOnozOOd039eBwyJjFetIr2j
39
39
  pythonclaw/templates/skills/communication/CATEGORY.md,sha256=taQkBcFvoG6_AAnFadYNbWJwEm5bFBD4CnIgLXHK5oo,97
40
40
  pythonclaw/templates/skills/communication/email/SKILL.md,sha256=aEIzMmM3XUSryfWg_Hyagfs-RLiVIZMdAhczBfEnv2s,1305
41
41
  pythonclaw/templates/skills/communication/email/send_email.py,sha256=yZS-iFXXTZ8UXRHx_pBE5DcTEVh2Gnvxa6IpM13rVvg,2965
42
- pythonclaw/templates/skills/communication/email/__pycache__/send_email.cpython-311.pyc,sha256=XneT4kdB0ONmKmhhrBPlEDjZFRyxeohO5YQ7mq_TObg,6645
43
42
  pythonclaw/templates/skills/data/CATEGORY.md,sha256=Cv3jtZN1y5yFxhddmofPO2wfG2eqEXk_N7rVwl_5-0s,100
44
43
  pythonclaw/templates/skills/data/csv_analyzer/SKILL.md,sha256=BsKmqUCtfcgfiStO_bnJmgBxxHkJTiRL5hXSpu-st1U,1592
45
44
  pythonclaw/templates/skills/data/csv_analyzer/analyze.py,sha256=gOGRGhKVH9mbRTpZg27M3w6ZK7rPgn9txmVhS5-I_HQ,4546
46
- pythonclaw/templates/skills/data/csv_analyzer/__pycache__/analyze.cpython-311.pyc,sha256=_qeRdwx6QTBib-4OR9lc3_1wJibqiZ_P8hPSEDPiAMQ,9850
47
45
  pythonclaw/templates/skills/data/finance/SKILL.md,sha256=CFxS306VOFQCW6tvUgvopxg2aElmfgUjo5h7qlZ1wd4,1133
48
46
  pythonclaw/templates/skills/data/finance/fetch_quote.py,sha256=33oheJ3nXl5N6k3EFX0W3qzAk00hX0BQC0eRD-KWiBg,4030
49
- pythonclaw/templates/skills/data/finance/__pycache__/fetch_quote.cpython-311.pyc,sha256=mtos2XH-Ba_M9tvk2Jqla-uKANHjyMZKZz2MrRJ7HSM,7143
50
47
  pythonclaw/templates/skills/data/news/SKILL.md,sha256=MuLO5ZfhY3rZ7AxR5gB5fcHtum1HzBoDsydWYR4pJFM,953
51
48
  pythonclaw/templates/skills/data/news/search_news.py,sha256=hFcN3ZaE93DQS3lOO_ch28ssnnw0Fw0lpa_kCNgJrNs,1715
52
- pythonclaw/templates/skills/data/news/__pycache__/search_news.cpython-311.pyc,sha256=m4tAtsyrzRsuNbsLU6W2nm_x_Y-qkYzEQeQt6R8pPPs,3712
53
49
  pythonclaw/templates/skills/data/pdf_reader/SKILL.md,sha256=mo-FEGtNN9SI8d95IMxMA9-2JVjKrAyry_Cw76mDA4A,1140
54
50
  pythonclaw/templates/skills/data/pdf_reader/read_pdf.py,sha256=k4NdCy_xYPd5MKp4CMoh4SrQr0BnKrvUmdDh17L0BsM,3444
55
- pythonclaw/templates/skills/data/pdf_reader/__pycache__/read_pdf.cpython-311.pyc,sha256=nAUjhAc95CnluI8kR53a84RHua-bFdmTpEeUobtLCEU,6626
56
51
  pythonclaw/templates/skills/data/scraper/SKILL.md,sha256=xdj2sSQ7ZJgSwLwgta5mED4QCXFxWfvSbYUSFcX3tPg,975
57
52
  pythonclaw/templates/skills/data/scraper/scrape.py,sha256=1Xk_aE-iHYm_d8bPXk6QZOWby0AfXcqxqpFi1xd0PeY,2495
58
- pythonclaw/templates/skills/data/scraper/__pycache__/scrape.cpython-311.pyc,sha256=ChA5eT8Yizm3DFJ-DHVnHiG-l5i3rJQ3-rtBIApuxnk,4713
59
53
  pythonclaw/templates/skills/data/weather/SKILL.md,sha256=TQKc9JzukHjPzJC7latLcf5Sd0xj9DafhEMqcgfuLg8,1365
60
54
  pythonclaw/templates/skills/data/weather/weather.py,sha256=uV9LOcBDP_LzOFmOYwqXeNKqHNTDKREWDgj2ZTmQQ3o,4913
61
- pythonclaw/templates/skills/data/weather/__pycache__/weather.cpython-311.pyc,sha256=uduu5Ov5O85VKlvXbVW4azOPuh0ZzKJIyn6gaDt0X4E,8662
62
55
  pythonclaw/templates/skills/data/youtube/SKILL.md,sha256=mMvSWqPWeZPvDpyHu0WPRSDHYL6R9Wk9j_A4Wcvolvg,1225
63
56
  pythonclaw/templates/skills/data/youtube/youtube_info.py,sha256=uwkhMO1Ja4nV5vBNXiusU1WlExzc0VQCCKKMs987bO8,5390
64
- pythonclaw/templates/skills/data/youtube/__pycache__/youtube_info.cpython-311.pyc,sha256=TGAF9GbjSWnuXbGT4XcmFu6Wi8Y8n5oQOdEPwpvwggw,9970
65
57
  pythonclaw/templates/skills/dev/CATEGORY.md,sha256=R3-thPys4d2QL5cApQ5MRrUsLpgc1yhp0ad23CtdmVI,111
66
58
  pythonclaw/templates/skills/dev/code_runner/SKILL.md,sha256=KgeICLtEXyqBoZfqlzyQSoMDHGZu6XcPR-0Jl_P-7zo,1266
67
59
  pythonclaw/templates/skills/dev/code_runner/run_code.py,sha256=xnif9C22hSBGIUah35HhVbMajjS2HzSaFxFD6HT_aL8,3405
68
- pythonclaw/templates/skills/dev/code_runner/__pycache__/run_code.cpython-311.pyc,sha256=lKGagNOAbmkxhQVZAZqXgZZ2woknOWwhLCborVagRqA,5277
69
60
  pythonclaw/templates/skills/dev/github/SKILL.md,sha256=iTbHyNtuHfAhvlr3kkC0XATgpcP8REjTFVpxLMYsCMg,1404
70
61
  pythonclaw/templates/skills/dev/github/gh.py,sha256=ad6ibEoMtBa2KLZROkgSq_6kKQWMHmrHNESljBaH5hc,5042
71
- pythonclaw/templates/skills/dev/github/__pycache__/gh.cpython-311.pyc,sha256=-XLNISwixp3TrBFxJSBzwZYKY2MOKe4wEDvxyrZFnlU,10642
72
62
  pythonclaw/templates/skills/dev/http_request/SKILL.md,sha256=mNAdysusAXv7iVO4aYGgdJ_GZtnSiMcpngGLvDRULI4,998
73
63
  pythonclaw/templates/skills/dev/http_request/request.py,sha256=a0pWAgihgpz_N9fGGmJ5UprVMl-hm8J9B11YC7Dejhg,2610
74
- pythonclaw/templates/skills/dev/http_request/__pycache__/request.cpython-311.pyc,sha256=bCpm3VBViBH-WAA25EoWrYsdh531FiBccG-W-rhBjZ8,4901
75
64
  pythonclaw/templates/skills/google/CATEGORY.md,sha256=w9OpfhyHKsJH0nqsujPCri4bszmmMC1gUMz4qaHAlzI,126
76
65
  pythonclaw/templates/skills/google/workspace/SKILL.md,sha256=zPCVy_zeRf34lAkGjpebU_rPlJVu8S_Gbi6s8Wong3o,3346
77
- pythonclaw/templates/skills/google/workspace/check_setup.sh,sha256=9P3VEoOwshXnyE-tM0YBt46Zc-0JV8FmNQjGaCIX5mI,1537
78
66
  pythonclaw/templates/skills/meta/CATEGORY.md,sha256=-RrR72xej3viptVTymmWnyyCFNCA20EI3wR1hOwE5Bw,97
79
67
  pythonclaw/templates/skills/meta/skill_creator/SKILL.md,sha256=gAtAr9V2WH0y-nihTBibJ1FI9LlXGrH1d2PcNrvah-k,5128
80
68
  pythonclaw/templates/skills/system/CATEGORY.md,sha256=y1eXRe4Euy4qfi_cckVuXPC-cRRApNNdm_FLORwDVoA,101
81
69
  pythonclaw/templates/skills/system/change_persona/SKILL.md,sha256=3L-ObrR_RVepQw8fX-HQebHPM5ATjqSvrrstvQOC9B4,1216
82
70
  pythonclaw/templates/skills/system/change_setting/SKILL.md,sha256=xb-ive2qlhI09Wr4fELEO-WvuKzg4uNnRJSWCvEraJc,1881
83
71
  pythonclaw/templates/skills/system/change_setting/update_config.py,sha256=UO0-9wHQ5kG6Ywp6SXpEaCxI3s6DHcYYbMybj860B5U,3799
84
- pythonclaw/templates/skills/system/change_setting/__pycache__/update_config.cpython-311.pyc,sha256=tyXzV2UrVWOaMd5pal6H42oXijlS1g1gGlVu8EhYyCY,8337
85
72
  pythonclaw/templates/skills/system/change_soul/SKILL.md,sha256=dHmnza2WTvbX9bmIzxcAw94X-2Jft-7R0mB5cvFC50o,1182
86
73
  pythonclaw/templates/skills/system/onboarding/SKILL.md,sha256=zP1oYKAMDD6y-9GL-EB_MXlr3pbtDJF7rcpTw_08NU8,1873
87
74
  pythonclaw/templates/skills/system/onboarding/write_identity.py,sha256=0mnjkiT4Xhq6Y6NYzj_Up7AWfiP3-UYELGU2yXTOUHE,7880
88
- pythonclaw/templates/skills/system/onboarding/__pycache__/write_identity.cpython-311.pyc,sha256=9T_QCaxJZn5PCFYxWmDIW7vlYPAcZc4cHQ7kx3kN7uU,12046
89
75
  pythonclaw/templates/skills/system/random/SKILL.md,sha256=NtPBBE2F9i9ZBHhhUSA8q_uQqMN01cF4FGF5WSkcgGM,792
90
76
  pythonclaw/templates/skills/system/random/random_util.py,sha256=t6NSR0BlnWtYUutAoYvkgFZgVYiuhPDye_p4DUQmJQA,1718
91
- pythonclaw/templates/skills/system/random/__pycache__/random_util.cpython-311.pyc,sha256=grqbgMQ9qv3-7LalS6mPfOt85NagUCyKAXvuJBAvvoo,3545
92
77
  pythonclaw/templates/skills/system/time/SKILL.md,sha256=r_l06z8W6-N8-n4vknR2prSSl-3ptJ2bP7WEBNQgcd8,817
93
78
  pythonclaw/templates/skills/system/time/time_util.py,sha256=VfclQAtl-tVXNDC-8OlUq-aS1RP5WeAlYcZID2qrViA,2854
94
- pythonclaw/templates/skills/system/time/__pycache__/time_util.cpython-311.pyc,sha256=-k1DnO7wt-nEqOycwymGKKRYv63ZfCmHFK_6-gJGHC4,5386
95
79
  pythonclaw/templates/skills/text/CATEGORY.md,sha256=weO4NsLX0XB_ubUP0aATYMRp1oIKYjdM0eBkN1furXo,130
96
80
  pythonclaw/templates/skills/text/translator/SKILL.md,sha256=QWm_qIE-UogyTuT4iBUSgihdKjha3p9UApWkZ3v7ezo,1574
97
81
  pythonclaw/templates/skills/text/translator/translate.py,sha256=vHZQwrIv1wlb2p8iHIu7bphfg3pnZhCv0Kl0oEDuZdk,2080
98
- pythonclaw/templates/skills/text/translator/__pycache__/translate.cpython-311.pyc,sha256=Kir13fn5hAaycf-4LtfYJTLxXUycQCp6LHeSx_yK7Qo,3854
99
82
  pythonclaw/templates/skills/web/CATEGORY.md,sha256=sCfrbWk9kfbWAv5_wkB7J2Fzz1I7fKyFAQp7X9GJBls,107
100
83
  pythonclaw/templates/skills/web/tavily/SKILL.md,sha256=j9chgkhxHEVNpnZv0fBLp8vDtZmqfiS577E5OWda2U4,2018
101
84
  pythonclaw/templates/soul/SOUL.md,sha256=DskXNm-rKTG1pG_k17CEjOBfcC-7YlVVgPAoRHGQDXs,2182
@@ -104,9 +87,9 @@ pythonclaw/web/app.py,sha256=YfaPbq2D6zgYyuY0UsA-uJQgPy_-xbngd2V4Qcnak7o,24049
104
87
  pythonclaw/web/static/favicon.png,sha256=zJA13uE8mSe6lOlR5NyAhiOmnZkfv7ZlBbSBNCH7iTM,2557
105
88
  pythonclaw/web/static/index.html,sha256=voy3AbwE0ftNL7nnFFqfN920cMaL0D7twwwQeoGEhnU,75713
106
89
  pythonclaw/web/static/logo.png,sha256=h7v0HHllD23FtmCL2UvjjTDt0UgqKjGy5jOhI3rb7lM,28359
107
- pythonclaw-0.2.2.dist-info/licenses/LICENSE,sha256=wbYsm5Ofe8cnxHgWSnSG1vUJDNiY1DIeTyxHSbo1HqM,1066
108
- pythonclaw-0.2.2.dist-info/METADATA,sha256=shmBvIvx1M7_1_oG8qpMX4Uh-G3YU2PNPRZXtNrzdDU,14586
109
- pythonclaw-0.2.2.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
110
- pythonclaw-0.2.2.dist-info/entry_points.txt,sha256=4uGCuBw-id_22IRdkoxPVOOcwgiPX5lNEpD1XKQWE4I,52
111
- pythonclaw-0.2.2.dist-info/top_level.txt,sha256=S_lM2VH3gP3UeZbSWHXIrBOCNtoqn5pk491IAzgsV7M,11
112
- pythonclaw-0.2.2.dist-info/RECORD,,
90
+ pythonclaw-0.2.3.dist-info/licenses/LICENSE,sha256=wbYsm5Ofe8cnxHgWSnSG1vUJDNiY1DIeTyxHSbo1HqM,1066
91
+ pythonclaw-0.2.3.dist-info/METADATA,sha256=uamF85O8nouKf4oHZqpeDTkbefovow9OsfVaQQOGbvs,14586
92
+ pythonclaw-0.2.3.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
93
+ pythonclaw-0.2.3.dist-info/entry_points.txt,sha256=4uGCuBw-id_22IRdkoxPVOOcwgiPX5lNEpD1XKQWE4I,52
94
+ pythonclaw-0.2.3.dist-info/top_level.txt,sha256=S_lM2VH3gP3UeZbSWHXIrBOCNtoqn5pk491IAzgsV7M,11
95
+ pythonclaw-0.2.3.dist-info/RECORD,,
@@ -1,52 +0,0 @@
1
- #!/usr/bin/env bash
2
- # Pre-activation check for the Google Workspace (gog) skill.
3
- # Exit 0 = ready, exit 1 = not ready (output tells the user what to fix).
4
-
5
- set -euo pipefail
6
-
7
- # ?? 1. Is gog installed? ??????????????????????????????????????????????????????
8
- if ! command -v gog &>/dev/null; then
9
- cat <<'EOF'
10
- ERROR: The 'gog' CLI is not installed.
11
-
12
- To install on macOS:
13
- brew install steipete/tap/gogcli
14
-
15
- To install on Linux:
16
- curl -fsSL https://api.github.com/repos/steipete/gogcli/releases/latest \
17
- | grep browser_download_url | grep linux_amd64
18
- # Download the tarball, extract, then: sudo install -m 0755 gog /usr/local/bin/gog
19
-
20
- More info: https://github.com/steipete/gogcli
21
- EOF
22
- exit 1
23
- fi
24
-
25
- echo "gog version: $(gog --version 2>/dev/null || echo 'unknown')"
26
-
27
- # ?? 2. Is at least one account configured? ????????????????????????????????????
28
- AUTH_OUTPUT=$(gog auth list 2>&1)
29
- if echo "$AUTH_OUTPUT" | grep -qi "no tokens"; then
30
- cat <<'EOF'
31
-
32
- ERROR: No Google account is configured in gog.
33
-
34
- Setup steps:
35
- 1. Go to https://console.cloud.google.com/apis/credentials
36
- 2. Create an OAuth 2.0 Client ID (Desktop App type)
37
- 3. Download the client_secret.json file
38
- 4. Run:
39
- gog auth credentials /path/to/client_secret.json
40
- gog auth add you@gmail.com --services gmail,calendar,drive,contacts,sheets,docs
41
- 5. A browser window will open ? authorize the app.
42
-
43
- After setup, try again.
44
- EOF
45
- exit 1
46
- fi
47
-
48
- echo ""
49
- echo "Configured accounts:"
50
- echo "$AUTH_OUTPUT"
51
- echo ""
52
- echo "Ready to use Google Workspace commands."