quantalogic 0.33.2__py3-none-any.whl → 0.33.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.
@@ -105,21 +105,23 @@ class ReadHTMLTool(Tool):
105
105
  description="Convert input to 'text' (Markdown) or 'html'. Default is 'text'",
106
106
  default='text',
107
107
  required=False,
108
- example="'text' or 'html'"
108
+ example="'text' or 'html'",
109
109
  ),
110
110
  ToolArgument(
111
111
  name="line_start",
112
112
  arg_type="int",
113
113
  description="The starting line number (1-based index). Default: 1",
114
114
  required=False,
115
- example="1"
115
+ example="1",
116
+ default=1
116
117
  ),
117
118
  ToolArgument(
118
119
  name="line_end",
119
120
  arg_type="int",
120
121
  description="The ending line number (1-based index). Default: 300",
121
122
  required=False,
122
- example="300"
123
+ example="300",
124
+ default=300
123
125
  )
124
126
  ]
125
127
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: quantalogic
3
- Version: 0.33.2
3
+ Version: 0.33.3
4
4
  Summary: QuantaLogic ReAct Agents
5
5
  Author: Raphaël MANSUY
6
6
  Author-email: raphael.mansuy@gmail.com
@@ -61,7 +61,7 @@ quantalogic/tools/nodejs_tool.py,sha256=zdnE0VFj_5786uR2L0o-SKR0Gk8L-U7rdj7xGHJY
61
61
  quantalogic/tools/python_tool.py,sha256=70HLbfU2clOBgj4axDOtIKzXwEBMNGEAX1nGSf-KNNQ,18156
62
62
  quantalogic/tools/read_file_block_tool.py,sha256=FTcDAUOOPQOvWRjnRI6nMI1Upus90klR4PC0pbPP_S8,5266
63
63
  quantalogic/tools/read_file_tool.py,sha256=l6k-SOIV9krpXAmUTkxzua51S-KHgzGqkcDlD5AD8K0,2710
64
- quantalogic/tools/read_html_tool.py,sha256=Vq2rHY8a36z1-4rN6c_kYjPUTQ4I2UT154PMpaoWSkA,11139
64
+ quantalogic/tools/read_html_tool.py,sha256=PlmS35XdbYAF2BnMKUjWRGMYvZ4DkWdE6FmC68xx-bs,11188
65
65
  quantalogic/tools/replace_in_file_tool.py,sha256=95GqcOC0sZzbWHWzYDVwq7rEwChlOgKxb5cxKk-Y7W8,13844
66
66
  quantalogic/tools/ripgrep_tool.py,sha256=sRzHaWac9fa0cCGhECJN04jw_Ko0O3u45KDWzMIYcvY,14291
67
67
  quantalogic/tools/safe_python_interpreter_tool.py,sha256=I8e33-S_6K-1JxgkcTL0J79Op57kp2dzQBsXgwKFm8w,8140
@@ -95,8 +95,8 @@ quantalogic/version_check.py,sha256=cttR1lR3OienGLl7NrK1Te1fhDkqSjCci7HC1vFUTSY,
95
95
  quantalogic/welcome_message.py,sha256=IXMhem8h7srzNUwvw8G_lmEkHU8PFfote021E_BXmVk,3039
96
96
  quantalogic/xml_parser.py,sha256=iUQZC4a8uqBsP7RAZaY0Ed9k8TCd-ImuF41eF7MR2WM,11615
97
97
  quantalogic/xml_tool_parser.py,sha256=Vz4LEgDbelJynD1siLOVkJ3gLlfHsUk65_gCwbYJyGc,3784
98
- quantalogic-0.33.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
99
- quantalogic-0.33.2.dist-info/METADATA,sha256=NeED0MxKm7Mt6uC70-FmbRWwQv7NBhyKAmcJB7A1Vec,23461
100
- quantalogic-0.33.2.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
101
- quantalogic-0.33.2.dist-info/entry_points.txt,sha256=h74O_Q3qBRCrDR99qvwB4BpBGzASPUIjCfxHq6Qnups,183
102
- quantalogic-0.33.2.dist-info/RECORD,,
98
+ quantalogic-0.33.3.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
99
+ quantalogic-0.33.3.dist-info/METADATA,sha256=wF3UAR3LMyROM1_shcCrAxVyTHRYvwfvixyyco55W4Q,23461
100
+ quantalogic-0.33.3.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
101
+ quantalogic-0.33.3.dist-info/entry_points.txt,sha256=h74O_Q3qBRCrDR99qvwB4BpBGzASPUIjCfxHq6Qnups,183
102
+ quantalogic-0.33.3.dist-info/RECORD,,