pythonclaw 0.3.2__py3-none-any.whl → 0.3.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.
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.3.2"
9
+ __version__ = "0.3.3"
10
10
  __all__ = [
11
11
  "Agent",
12
12
  "LLMProvider",
@@ -64,7 +64,7 @@ class SessionStore:
64
64
  ) -> None:
65
65
  self.base_dir = base_dir or _default_store_dir()
66
66
  self.max_messages = max_messages
67
- os.makedirs(base_dir, exist_ok=True)
67
+ os.makedirs(self.base_dir, exist_ok=True)
68
68
 
69
69
  # ── File path ─────────────────────────────────────────────────────────────
70
70
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pythonclaw
3
- Version: 0.3.2
3
+ Version: 0.3.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=ZldMABVWnIwg11va5dlancggVMglSYiM6flqb9r6e1A,389
1
+ pythonclaw/__init__.py,sha256=r1i7DF64VwEugmA2HmZuk26Yj_S6A6B2Uz8wfah_xms,389
2
2
  pythonclaw/__main__.py,sha256=8q42hSuG6znq4wWXSPDmCtmG77SF7P_23hjwaRb-V9I,123
3
3
  pythonclaw/config.py,sha256=QUjtYKl6Ad33NoJuvy2uHQdjIyklmexrVftCNY4W7OA,5302
4
4
  pythonclaw/daemon.py,sha256=4B2gCIU_v-0vGzhRpBlRlaC4Pp694AvTDDCox2367TQ,6582
@@ -13,7 +13,7 @@ pythonclaw/core/__init__.py,sha256=GLKkoFoyEjVY4m-Fo3AAOLOKpXb89wFvZZN9FrUR7ms,6
13
13
  pythonclaw/core/agent.py,sha256=TAV0jvsTNk0yYB4gVIjlzejhU0DPx3kH8CM7qmjwi88,34304
14
14
  pythonclaw/core/compaction.py,sha256=b3zrqwBhPmsmQdfRjrvKK6j0hcfNLpiRrZ8qFxY1h1U,8966
15
15
  pythonclaw/core/persistent_agent.py,sha256=AnxpKNg0kbZh74wyvoiaIcnul52wCYzLBaWguASW9wk,3768
16
- pythonclaw/core/session_store.py,sha256=nok8eeU5oPiVH7MfySQrYn_hrdw3tdEmM_9u4D9w4H0,9454
16
+ pythonclaw/core/session_store.py,sha256=aKNy1N4YjPag_0r87THzpjS7xmN0iVfKIi93AwCcbNQ,9459
17
17
  pythonclaw/core/skill_loader.py,sha256=qDoLEKcIzhLddBYxKhHK6YlaMpt2PKQJcOZJw6T4xkI,11491
18
18
  pythonclaw/core/skillhub.py,sha256=fuRCQ-kWEYW9C0mAWS7bKCVE2FvUiaxXl0VILQWr1FI,9773
19
19
  pythonclaw/core/tools.py,sha256=te8ivyOVLpSbtzjykfa1rvi5g0T0iSqE_SsttxdCAuA,22083
@@ -87,9 +87,9 @@ pythonclaw/web/app.py,sha256=xKsoJO57fW7-R7-qjwcINZmh6iKRqSqxKNn4kpOvzVQ,24144
87
87
  pythonclaw/web/static/favicon.png,sha256=zJA13uE8mSe6lOlR5NyAhiOmnZkfv7ZlBbSBNCH7iTM,2557
88
88
  pythonclaw/web/static/index.html,sha256=voy3AbwE0ftNL7nnFFqfN920cMaL0D7twwwQeoGEhnU,75713
89
89
  pythonclaw/web/static/logo.png,sha256=h7v0HHllD23FtmCL2UvjjTDt0UgqKjGy5jOhI3rb7lM,28359
90
- pythonclaw-0.3.2.dist-info/licenses/LICENSE,sha256=wbYsm5Ofe8cnxHgWSnSG1vUJDNiY1DIeTyxHSbo1HqM,1066
91
- pythonclaw-0.3.2.dist-info/METADATA,sha256=P7YqjHCzXr_OlnWcm1YekubXXzBiv78Dj03nAa8OlEE,13467
92
- pythonclaw-0.3.2.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
93
- pythonclaw-0.3.2.dist-info/entry_points.txt,sha256=4uGCuBw-id_22IRdkoxPVOOcwgiPX5lNEpD1XKQWE4I,52
94
- pythonclaw-0.3.2.dist-info/top_level.txt,sha256=S_lM2VH3gP3UeZbSWHXIrBOCNtoqn5pk491IAzgsV7M,11
95
- pythonclaw-0.3.2.dist-info/RECORD,,
90
+ pythonclaw-0.3.3.dist-info/licenses/LICENSE,sha256=wbYsm5Ofe8cnxHgWSnSG1vUJDNiY1DIeTyxHSbo1HqM,1066
91
+ pythonclaw-0.3.3.dist-info/METADATA,sha256=aSh4hbUQ_Hi5pj0nvsnX-9MoEwr1YTgxxb1ZdmVdZaQ,13467
92
+ pythonclaw-0.3.3.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
93
+ pythonclaw-0.3.3.dist-info/entry_points.txt,sha256=4uGCuBw-id_22IRdkoxPVOOcwgiPX5lNEpD1XKQWE4I,52
94
+ pythonclaw-0.3.3.dist-info/top_level.txt,sha256=S_lM2VH3gP3UeZbSWHXIrBOCNtoqn5pk491IAzgsV7M,11
95
+ pythonclaw-0.3.3.dist-info/RECORD,,