Jarvis-Brain 0.1.9.7__tar.gz → 0.1.9.8__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Jarvis_Brain
3
- Version: 0.1.9.7
3
+ Version: 0.1.9.8
4
4
  Summary: Jarvis brain mcp
5
5
  Requires-Python: >=3.10
6
6
  Requires-Dist: beautifulsoup4
@@ -15,7 +15,7 @@ waf_status_code_dict = {
15
15
  521: "加速乐"
16
16
  }
17
17
  # 一轮最大输入,以免单个html最大长度超过ai最大输入
18
- one_turn_max_token = 8000
18
+ one_turn_max_token = 20000
19
19
 
20
20
 
21
21
  def register_visit_url(mcp: FastMCP, browser_manager: BrowserManager, client_manager: DPProxyClientManager):
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "Jarvis_Brain" # 别人下载时用的名字,必须在 PyPI 上唯一
3
- version = "0.1.9.7"
3
+ version = "0.1.9.8"
4
4
  description = "Jarvis brain mcp"
5
5
  dependencies = [
6
6
  "fastmcp",
@@ -8,7 +8,7 @@ from typing import Tuple, Optional
8
8
  import json
9
9
  from urllib.parse import urlparse, urlunparse
10
10
 
11
- one_turn_max_token = 8000
11
+ one_turn_max_token = 20000
12
12
 
13
13
 
14
14
  class DPProxyClient:
File without changes
File without changes