vibesurf 0.1.9a0__py3-none-any.whl → 0.1.9a1__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.

Potentially problematic release.


This version of vibesurf might be problematic. Click here for more details.

vibe_surf/_version.py CHANGED
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '0.1.9a0'
32
- __version_tuple__ = version_tuple = (0, 1, 9, 'a0')
31
+ __version__ = version = '0.1.9a1'
32
+ __version_tuple__ = version_tuple = (0, 1, 9, 'a1')
33
33
 
34
34
  __commit_id__ = commit_id = None
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vibesurf
3
- Version: 0.1.9a0
3
+ Version: 0.1.9a1
4
4
  Summary: VibeSurf: A powerful browser assistant for vibe surfing
5
5
  Author: Shao Warm
6
6
  License: Apache-2.0
@@ -26,7 +26,6 @@ Requires-Dist: json-repair>=0.48.0
26
26
  Requires-Dist: aiohttp>=3.12.15
27
27
  Requires-Dist: scikit-image>=0.25.2
28
28
  Requires-Dist: python-socks>=2.7.2
29
- Requires-Dist: browser-use==0.7.1
30
29
  Requires-Dist: langgraph>=0.6.4
31
30
  Requires-Dist: fastapi>=0.104.0
32
31
  Requires-Dist: uvicorn[standard]>=0.24.0
@@ -38,6 +37,7 @@ Requires-Dist: aiosqlite>=0.21.0
38
37
  Requires-Dist: rich>=13.0.0
39
38
  Requires-Dist: greenlet>=3.2.4
40
39
  Requires-Dist: getmac>=0.9.5
40
+ Requires-Dist: browser-use==0.7.1
41
41
  Dynamic: license-file
42
42
 
43
43
  # VibeSurf: A powerful browser assistant for vibe surfing
@@ -1,5 +1,5 @@
1
1
  vibe_surf/__init__.py,sha256=WtduuMFGauMD_9dpk4fnRnLTAP6ka9Lfu0feAFNzLfo,339
2
- vibe_surf/_version.py,sha256=UxIr5quI6c_rbH4JhRCrtAoaQ39tvnIocD2w_KWuA-8,712
2
+ vibe_surf/_version.py,sha256=_Is-LreS0KGsSArr29u_x8i9jEJSWB5ieoOwNXKZ6_0,712
3
3
  vibe_surf/cli.py,sha256=rrGhAQijq6y36QFJ7dEPFeCDaqvZtOE5yVYnNEuhRiI,17439
4
4
  vibe_surf/agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  vibe_surf/agents/browser_use_agent.py,sha256=5NXZCQphHKlyNtLjhwG9ezBXFIo91ZnlFPRhUye7c3U,45202
@@ -45,7 +45,8 @@ vibe_surf/chrome_extension/popup.html,sha256=n3dI_-WbILm0q8O_za6xX0WvOofz5lwT_7Y
45
45
  vibe_surf/chrome_extension/sidepanel.html,sha256=Ky8J-JdUHbPKnBMPJHF_oqzKboBcG-FhaIlR1-c09h8,23800
46
46
  vibe_surf/chrome_extension/icons/convert-svg.js,sha256=j137nZA7MJK35NtrwWff8yb3UEKa5XTAvnV6EjY-CVI,953
47
47
  vibe_surf/chrome_extension/icons/logo-preview.html,sha256=hrgU45uziKHKIb8be9P4ZrZJyGggWnm2M5oEu89V5sM,6962
48
- vibe_surf/chrome_extension/icons/logo.png,sha256=wN3iMMGtLsURA70HABtj_3jiTk9aENA01kCen5s_xgI,630801
48
+ vibe_surf/chrome_extension/icons/logo.icns,sha256=ZzY1eIKF4dNhNW4CeE1UBQloxNVC7bQx3qcClo3CnMQ,1569615
49
+ vibe_surf/chrome_extension/icons/logo.png,sha256=PLmv1E6sCGXUE5ZDxr-pFPQd9Gvaw_f1TnYmF8VIssU,566385
49
50
  vibe_surf/chrome_extension/scripts/api-client.js,sha256=XwKmH4lP5eAkBqAM8EcQezI0gcMZK8l0RQ3ESEamcn8,13318
50
51
  vibe_surf/chrome_extension/scripts/main.js,sha256=WhmCGktQoSl7aaMl8a9ysJJiysAjf12bWGypMucCSVg,16913
51
52
  vibe_surf/chrome_extension/scripts/markdown-it.min.js,sha256=gZ3xe0BdCJplNiHWTKrm6AGZydPy34jJKZqFIf-7hIw,102948
@@ -62,9 +63,9 @@ vibe_surf/controller/vibesurf_tools.py,sha256=ynX-IWeFBIS2DzyYP1ZkFOM5nl5O2iTdB9
62
63
  vibe_surf/controller/views.py,sha256=BaPlvcHTy5h-Lfr0OSgR_t6ynitgzNQF4-VUJJt8Hi0,1072
63
64
  vibe_surf/llm/__init__.py,sha256=_vDVPo6STf343p1SgMQrF5023hicAx0g83pK2Gbk4Ek,601
64
65
  vibe_surf/llm/openai_compatible.py,sha256=oY32VZF4oDS6ZG0h1WGtqAlWzdlximlJVTw8e8p5Zrg,10175
65
- vibesurf-0.1.9a0.dist-info/licenses/LICENSE,sha256=czn6QYya0-jhLnStD9JqnMS-hwP5wRByipkrGTvoXLI,11355
66
- vibesurf-0.1.9a0.dist-info/METADATA,sha256=O2I4y4V5-Z45IE1ndwrzFRdP_poxWMDgsBNc1fw6uOc,4115
67
- vibesurf-0.1.9a0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
68
- vibesurf-0.1.9a0.dist-info/entry_points.txt,sha256=UxqpvMocL-PR33S6vLF2OmXn-kVzM-DneMeZeHcPMM8,48
69
- vibesurf-0.1.9a0.dist-info/top_level.txt,sha256=VPZGHqSb6EEqcJ4ZX6bHIuWfon5f6HXl3c7BYpbRqnY,10
70
- vibesurf-0.1.9a0.dist-info/RECORD,,
66
+ vibesurf-0.1.9a1.dist-info/licenses/LICENSE,sha256=czn6QYya0-jhLnStD9JqnMS-hwP5wRByipkrGTvoXLI,11355
67
+ vibesurf-0.1.9a1.dist-info/METADATA,sha256=zudJllY8NTPsHTAs3mNm7cTQe3nHeFrITSY5v2vCS50,4115
68
+ vibesurf-0.1.9a1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
69
+ vibesurf-0.1.9a1.dist-info/entry_points.txt,sha256=UxqpvMocL-PR33S6vLF2OmXn-kVzM-DneMeZeHcPMM8,48
70
+ vibesurf-0.1.9a1.dist-info/top_level.txt,sha256=VPZGHqSb6EEqcJ4ZX6bHIuWfon5f6HXl3c7BYpbRqnY,10
71
+ vibesurf-0.1.9a1.dist-info/RECORD,,