coding convention
cai/types.py provides the basic Agent, Reponse, etc. classes, but types also exists in the Python standard library, which may lead to the following circular import problem:
Traceback (most recent call last):
import traceback
File "C:\Users\hi.conda\envs\cai_env\Lib\traceback.py", line 5, in config is deprecated")
File "C:\Users\hi.conda\envs\cai_env\Lib\warnings.py", line 155, in filterwarnings
import re
File "C:\Users\hi.conda\envs\cai_env\Lib\re_init_.py", line 124, in
Thanks @zhengComing, do feel free to open a PR with your suggestion. We'll evaluate and review it.
Closing this due to inactivity, we'll take your code suggestion into account for future releases. Thank you zheng.