aient 1.1.8__py3-none-any.whl → 1.1.9__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.
- aient/plugins/websearch.py +3 -3
- {aient-1.1.8.dist-info → aient-1.1.9.dist-info}/METADATA +1 -1
- {aient-1.1.8.dist-info → aient-1.1.9.dist-info}/RECORD +6 -6
- {aient-1.1.8.dist-info → aient-1.1.9.dist-info}/WHEEL +0 -0
- {aient-1.1.8.dist-info → aient-1.1.9.dist-info}/licenses/LICENSE +0 -0
- {aient-1.1.8.dist-info → aient-1.1.9.dist-info}/top_level.txt +0 -0
aient/plugins/websearch.py
CHANGED
@@ -124,10 +124,10 @@ def jina_ai_Web_crawler(url: str, isSearch=False) -> str:
|
|
124
124
|
@register_tool()
|
125
125
|
def get_url_content(url: str) -> str:
|
126
126
|
"""
|
127
|
-
|
127
|
+
获取 url 的网页内容,以 markdown 格式返回给用户
|
128
128
|
|
129
|
-
|
130
|
-
|
129
|
+
:param url: 要爬取的网页URL
|
130
|
+
:return: 网页内容
|
131
131
|
"""
|
132
132
|
markdown_content = url_to_markdown(url)
|
133
133
|
# print(markdown_content)
|
@@ -30,15 +30,15 @@ aient/plugins/list_directory.py,sha256=5ubm-mfrj-tanGSDp4M_Tmb6vQb3dx2-XVfQ2yL2G
|
|
30
30
|
aient/plugins/read_file.py,sha256=-RRmaj-rSl8y--5VKnxCsZ1YQHe75OhnqvsDRLJyujM,8412
|
31
31
|
aient/plugins/registry.py,sha256=YknzhieU_8nQ3oKlUSSWDB4X7t2Jx0JnqT2Jd9Xsvfk,3574
|
32
32
|
aient/plugins/run_python.py,sha256=dgcUwBunMuDkaSKR5bToudVzSdrXVewktDDFUz_iIOQ,4589
|
33
|
-
aient/plugins/websearch.py,sha256=
|
33
|
+
aient/plugins/websearch.py,sha256=llxy1U0vJiNMiKvamMr4p7IruLb3nnDR4YErz8TYimc,15215
|
34
34
|
aient/plugins/write_file.py,sha256=YRvQKMvV-5lwohxlvwt9hjfxz2dRJP85AJWAMUIqbBY,3804
|
35
35
|
aient/prompt/__init__.py,sha256=GBtn6-JDT8KHFCcuPpfSNE_aGddg5p4FEyMCy4BfwGs,20
|
36
36
|
aient/prompt/agent.py,sha256=6f5ZB66Rb8y0iQScHMRhvXZ1qMM3YsKpCBPCTAAw2rg,24917
|
37
37
|
aient/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
38
38
|
aient/utils/prompt.py,sha256=UcSzKkFE4-h_1b6NofI6xgk3GoleqALRKY8VBaXLjmI,11311
|
39
39
|
aient/utils/scripts.py,sha256=NXmTxcZqHoRv3S13isLsv7kvqktXnA5ej7uMsxCJUe0,26656
|
40
|
-
aient-1.1.
|
41
|
-
aient-1.1.
|
42
|
-
aient-1.1.
|
43
|
-
aient-1.1.
|
44
|
-
aient-1.1.
|
40
|
+
aient-1.1.9.dist-info/licenses/LICENSE,sha256=XNdbcWldt0yaNXXWB_Bakoqnxb3OVhUft4MgMA_71ds,1051
|
41
|
+
aient-1.1.9.dist-info/METADATA,sha256=_7E_2mM7_toOqkWUvi28i2-otAtSpnJpA-u9DkW1vf8,4967
|
42
|
+
aient-1.1.9.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
43
|
+
aient-1.1.9.dist-info/top_level.txt,sha256=3oXzrP5sAVvyyqabpeq8A2_vfMtY554r4bVE-OHBrZk,6
|
44
|
+
aient-1.1.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|