chatgpt-mirai-qq-bot-web-search 0.1.0__py3-none-any.whl → 0.1.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: chatgpt-mirai-qq-bot-web-search
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: WebSearch adapter for lss233/chatgpt-mirai-qq-bot
5
5
  Home-page: https://github.com/chuanSir123/web_search
6
6
  Author: chuanSir
@@ -0,0 +1,10 @@
1
+ web_search/__init__.py,sha256=ccgh1E66PTLOIPMPqb70dbEQ7ghkBlW8WOmtip7Vnmc,3741
2
+ web_search/blocks.py,sha256=uQVOlpuYpWKoAawT9r0MwOWxH2wS5JfQSFpkUjoNEwU,3360
3
+ web_search/config.py,sha256=DhLiERBJR2V5Boglf7Aq9Rbc4vsvLIh67CrLDIPeqA0,398
4
+ web_search/web_searcher.py,sha256=dmN1R4iyFvaPNpyBjFLWujvQ6_I3oD1GRlRyC03egpo,9707
5
+ chatgpt_mirai_qq_bot_web_search-0.1.1.dist-info/LICENSE,sha256=ILBn-G3jdarm2w8oOrLmXeJNU3czuJvVhDLBASWdhM8,34522
6
+ chatgpt_mirai_qq_bot_web_search-0.1.1.dist-info/METADATA,sha256=JTDtUxDOc5L71KbW3Zfo32TF5tE5XntkBSQ86dKLfVw,1782
7
+ chatgpt_mirai_qq_bot_web_search-0.1.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
8
+ chatgpt_mirai_qq_bot_web_search-0.1.1.dist-info/entry_points.txt,sha256=o3kRDSdSmSdnCKlK6qS57aN0WpI4ab-Nxub2NwUrjf0,64
9
+ chatgpt_mirai_qq_bot_web_search-0.1.1.dist-info/top_level.txt,sha256=PoNm8MJYw_y8RTMaNlY0ePLoNHxVUAE2IHDuL5fFubI,11
10
+ chatgpt_mirai_qq_bot_web_search-0.1.1.dist-info/RECORD,,
web_search/__init__.py CHANGED
@@ -2,8 +2,8 @@ from typing import Dict, Any, List
2
2
  import asyncio
3
3
  from framework.plugin_manager.plugin import Plugin
4
4
  from framework.logger import get_logger
5
- from plugins.web_search.web_search.config import WebSearchConfig
6
- from plugins.web_search.web_search.web_searcher import WebSearcher
5
+ from .config import WebSearchConfig
6
+ from .web_searcher import WebSearcher
7
7
  from dataclasses import dataclass
8
8
  from framework.workflow.core.block import BlockRegistry
9
9
  from .blocks import WebSearchBlock
@@ -1,10 +0,0 @@
1
- web_search/__init__.py,sha256=LypRgkPFHI0ztV2vvuikba4X52LbN9EcKNwu_IWKDlY,3799
2
- web_search/blocks.py,sha256=uQVOlpuYpWKoAawT9r0MwOWxH2wS5JfQSFpkUjoNEwU,3360
3
- web_search/config.py,sha256=DhLiERBJR2V5Boglf7Aq9Rbc4vsvLIh67CrLDIPeqA0,398
4
- web_search/web_searcher.py,sha256=dmN1R4iyFvaPNpyBjFLWujvQ6_I3oD1GRlRyC03egpo,9707
5
- chatgpt_mirai_qq_bot_web_search-0.1.0.dist-info/LICENSE,sha256=ILBn-G3jdarm2w8oOrLmXeJNU3czuJvVhDLBASWdhM8,34522
6
- chatgpt_mirai_qq_bot_web_search-0.1.0.dist-info/METADATA,sha256=ydk6Lt6PvTOkH5NZv5wUBi6UPskBKtWskj8PyPERxcM,1782
7
- chatgpt_mirai_qq_bot_web_search-0.1.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
8
- chatgpt_mirai_qq_bot_web_search-0.1.0.dist-info/entry_points.txt,sha256=o3kRDSdSmSdnCKlK6qS57aN0WpI4ab-Nxub2NwUrjf0,64
9
- chatgpt_mirai_qq_bot_web_search-0.1.0.dist-info/top_level.txt,sha256=PoNm8MJYw_y8RTMaNlY0ePLoNHxVUAE2IHDuL5fFubI,11
10
- chatgpt_mirai_qq_bot_web_search-0.1.0.dist-info/RECORD,,