新增了session模块,实现了SessionRecorder会话记录器以及SessionOpResult结果类,提供会话的创建、更新、关闭、重开、触达以及查询等完整会话管理能力
7 lines
136 B
Python
7 lines
136 B
Python
from yuxi.channel.session.recorder import SessionOpResult, SessionRecorder
|
|
|
|
__all__ = [
|
|
"SessionOpResult",
|
|
"SessionRecorder",
|
|
]
|