pycoze 0.1.2__py3-none-any.whl → 0.1.3__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.
pycoze/__init__.py CHANGED
@@ -1,2 +1,2 @@
1
- def hello():
2
- return "Hello, World!"
1
+ from . import bot
2
+ from . import utils
pycoze/bot/__init__.py CHANGED
@@ -0,0 +1 @@
1
+ from .bot import chat
pycoze/bot/bot.py CHANGED
@@ -1,7 +1,7 @@
1
1
  import json
2
2
  from langchain_openai import ChatOpenAI
3
- from base import import_tools, read_arg
4
- from agent import run_agent, Runnable, INPUT_MESSAGE, output
3
+ from .base import import_tools
4
+ from .agent import run_agent, Runnable, INPUT_MESSAGE, output
5
5
  import asyncio
6
6
  from langchain_core.messages import HumanMessage
7
7
 
pycoze/utils/__init__.py CHANGED
@@ -0,0 +1 @@
1
+ from .arg import read_arg
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycoze
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Package for pycoze only!
5
5
  Author: Yuan Jie Xiong
6
6
  Author-email: aiqqqqqqq@qq.com
@@ -19,5 +19,8 @@ Package for pycoze only!
19
19
 
20
20
  <!-- For author only -->
21
21
  <!-- pip install twine -->
22
+
23
+ <!-- 递增版本 -->
24
+ <!-- 删除build和dist文件夹 -->
22
25
  <!-- python setup.py sdist bdist_wheel -->
23
26
  <!-- twine upload dist/* -->
@@ -1,8 +1,8 @@
1
- pycoze/__init__.py,sha256=xhKLVAxqUncda3aCjV2ugkU6nLXvpiKty8n2g_u469g,40
1
+ pycoze/__init__.py,sha256=j4jAxl28vO2mAfdZV_p8w01K5XMRxU9IaU_S4oHM7ZE,38
2
2
  pycoze/module.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- pycoze/bot/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ pycoze/bot/__init__.py,sha256=pciDtfcIXda7iFt9uI5Fpm0JKpGBhdXHmJv4966WTVU,21
4
4
  pycoze/bot/base.py,sha256=7sz_OeAqdFSmWsnReaxUku5QU6YEJ3VUFa2BZcVx-uM,2644
5
- pycoze/bot/bot.py,sha256=hbhwbGHPIUy7xWv4tSIfxV6TnVSVBpfmnLQGw2YHRBs,1810
5
+ pycoze/bot/bot.py,sha256=h1mEJibPcFV10hRo0idFJC947fCsvCVpOAq0ZBP3Z1g,1802
6
6
  pycoze/bot/agent/__init__.py,sha256=IaYqQCJ3uBor92JdOxI_EY4HtYOHgej8lijr3UrN1Vc,161
7
7
  pycoze/bot/agent/agent.py,sha256=8vww4POYkXLa5MlKQ5hL6ZIZs5q-Y7FS6SznATrrpjE,3324
8
8
  pycoze/bot/agent/assistant.py,sha256=QLeWaPi415P9jruYOm8qcIbC94cXXAhJYmLTkyC9NTQ,1267
@@ -11,10 +11,10 @@ pycoze/bot/agent/agent_types/__init__.py,sha256=PoYsSeQld0kdROjejN3BNjC9NsgKNekj
11
11
  pycoze/bot/agent/agent_types/openai_func_call_agent.py,sha256=YkpiMxrLl7aMYZJsOtZraTT2UE0IZrQsfikGRCHx4jM,4467
12
12
  pycoze/bot/agent/agent_types/react_agent.py,sha256=LwzIovswxPuc08A0imQwK3DIykhlZXK5eCWXcIAuNgM,6741
13
13
  pycoze/bot/agent/agent_types/react_prompt.py,sha256=PdzL3SFb0Ee0dbK4HGqG09bRISrru4bhOj45CXBtqI0,1919
14
- pycoze/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
+ pycoze/utils/__init__.py,sha256=I69FoCUXvVnlACQzYXoVcR76QyuVAILo9Rv-TUbcRZo,25
15
15
  pycoze/utils/arg.py,sha256=NKNSYttFk5y2l2ptk4Fiuk0SHrowYpbvl-xuggYAr4Q,430
16
- pycoze-0.1.2.dist-info/LICENSE,sha256=QStd_Qsd0-kAam_-sOesCIp_uKrGWeoKwt9M49NVkNU,1090
17
- pycoze-0.1.2.dist-info/METADATA,sha256=Q60lgBOYJ1CL8bRZ74g9O7I7SeHTOUkUktaqJdIgQPg,555
18
- pycoze-0.1.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
19
- pycoze-0.1.2.dist-info/top_level.txt,sha256=76dPeDhKvOCleL3ZC5gl1-y4vdS1tT_U1hxWVAn7sFo,7
20
- pycoze-0.1.2.dist-info/RECORD,,
16
+ pycoze-0.1.3.dist-info/LICENSE,sha256=QStd_Qsd0-kAam_-sOesCIp_uKrGWeoKwt9M49NVkNU,1090
17
+ pycoze-0.1.3.dist-info/METADATA,sha256=z3r6ghb1WEsMv7FOCqE7XJ-lD9Gq5Ev3_tNA-mrLAgE,618
18
+ pycoze-0.1.3.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
19
+ pycoze-0.1.3.dist-info/top_level.txt,sha256=76dPeDhKvOCleL3ZC5gl1-y4vdS1tT_U1hxWVAn7sFo,7
20
+ pycoze-0.1.3.dist-info/RECORD,,
File without changes