glchat-plugin 0.2.1__py3-none-any.whl → 0.2.2__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.
@@ -13,14 +13,13 @@ from enum import StrEnum
13
13
  class SearchType(StrEnum):
14
14
  """The type of search to perform.
15
15
 
16
- Values:
16
+ Attributes:
17
17
  NORMAL: Get answer from chatbot knowledge.
18
- SMART: Get more relevant information from your stored documents and knowledge base.
19
- Knowledge Search is an AI with specialized knowledge. No agents are available in this mode.
20
18
  WEB: Get more relevant information from the web.
21
19
  Web Search uses real-time data. Agent selection isn't available in this mode.
20
+ DEEP_RESEARCH: Get answer from Deep Research Agent.
22
21
  """
23
22
 
24
23
  NORMAL = "normal"
25
- SMART = "smart"
26
24
  WEB = "web"
25
+ DEEP_RESEARCH = "deep_research"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: glchat-plugin
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Author-email: GenAI SDK Team <gat-sdk@gdplabs.id>
5
5
  Requires-Python: <3.13,>=3.11
6
6
  Description-Content-Type: text/markdown
@@ -1,7 +1,7 @@
1
1
  glchat_plugin/__init__.py,sha256=SHSBMz7JDU6MecyIrhHu5-3NVs89JkXhyvD3ZGOkWOE,37
2
2
  glchat_plugin/config/__init__.py,sha256=DNnX8B_TvAN89oyMgq32zG1DeaezODrihiAXTwOPT5o,39
3
3
  glchat_plugin/config/app_config.py,sha256=9_ShYtaQ7Rp14sSkrIFLoOAMlbwVlm13EuCxzOn4NCI,426
4
- glchat_plugin/config/constant.py,sha256=hdTXG5mIULV86DepClE97VGhn9E-HtsjZ9PyLKKEdmc,689
4
+ glchat_plugin/config/constant.py,sha256=U3Qg-MmrHUw51D8NcnCRbKfdhphCp_xEGbAjaGbaWHM,573
5
5
  glchat_plugin/context/__init__.py,sha256=3Wx_apMIS6z-m6eRs6hoyOsJFLJfKmMFOkrPDkPQfJI,40
6
6
  glchat_plugin/context/context_manager.py,sha256=0lhO0w_hd5dUdIEJQ2LOJFZsgpzitQU_aPZfTfQK3vw,1302
7
7
  glchat_plugin/pipeline/__init__.py,sha256=Sk-NfIGyA9VKIg0Bt5OHatNUYyWVPh9i5xhE5DFAfbo,41
@@ -16,7 +16,7 @@ glchat_plugin/storage/base_anonymizer_storage.py,sha256=oFwovWrsjM7v1YjeN-4p-M3O
16
16
  glchat_plugin/storage/base_chat_history_storage.py,sha256=JvUUFMu_9jRBQ9yug_x7S4rQjZEA1vM5ombDvz-7zCE,11095
17
17
  glchat_plugin/tools/__init__.py,sha256=OFotHbgQ8mZEbdlvlv5aVMdxfubPvkVWAcTwhIPdIqQ,542
18
18
  glchat_plugin/tools/decorators.py,sha256=AvQBV18wzXWdC483RSSmpfh92zsqTyp8SzDLIkreIGU,3925
19
- glchat_plugin-0.2.1.dist-info/METADATA,sha256=ifI1xRBYDUJTJhbsXYuwIM3ocETs87mkODs9h5VrXcg,2063
20
- glchat_plugin-0.2.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
- glchat_plugin-0.2.1.dist-info/top_level.txt,sha256=fzKSXmct5dY4CAKku4-mkdHX-QPAyQVvo8vpQj8qizY,14
22
- glchat_plugin-0.2.1.dist-info/RECORD,,
19
+ glchat_plugin-0.2.2.dist-info/METADATA,sha256=9ayNjHwIrARFRZPvCUEoqDkqJdpf_hYlMFDUXE4bylg,2063
20
+ glchat_plugin-0.2.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
+ glchat_plugin-0.2.2.dist-info/top_level.txt,sha256=fzKSXmct5dY4CAKku4-mkdHX-QPAyQVvo8vpQj8qizY,14
22
+ glchat_plugin-0.2.2.dist-info/RECORD,,