qqq694637644

Results 5 comments of qqq694637644

I guess the correct example should be like this ``` process_builder = PotatoFriesProcess.create_process_with_stateful_steps() external_trigger_event = PotatoFriesProcess.ProcessEvents.PreparePotatoFries kernel = _create_kernel_with_chat_completion("sample") process_instance = process_builder.build() print(f"=== Start SK Process '{process_builder.name}' ===") await execute_process_with_state(...

> Feel free to make a PR with a fix, [@qqq694637644](https://github.com/qqq694637644). We haven't completed the actual work to handle state with processes (where they can be serialized and deserialized), which...

> [@myysophia](https://github.com/myysophia) 请问开启自动解密后,可以提供接口实时获取到最近会话,但是不能实时获取到聊天记录,这个有解决方案吗 这个功能要解析.db的缓存文件,他这是实现本质上是上次数据库存储的数据

解决使用utf8编写lua代码时,使用require()导入中文文件时,utf8编码转换问题 例子 require("测试.测试.测试2") 修改lua源码loadlib.c文件 ll_require函数实现 ```cpp char* UTF8_to_ANSI(const char* utf8_string) { if (!utf8_string) return NULL; // 1. Convert UTF-8 to UTF-16 (WideChar) // Get the required buffer size for UTF-16...

展示成果,变量 函数 堆栈都已经可以正确显示 ![Image](https://github.com/user-attachments/assets/955afcc6-05a9-4ff6-b1dc-d6cf920b2f42) ![Image](https://github.com/user-attachments/assets/1b0dde79-5cf5-4aaa-b587-d9ef3f25e059)