Junyan Qin
|
64764c412b
|
Merge branch 'rc/new-plugin' into refactor/new-plugin-system
|
2025-08-24 21:40:02 +08:00 |
|
Dong_master
|
99fcde1586
|
fix: in the MessageChunk add msg_sequence ,And obtain the usage in the adapter.
|
2025-08-12 23:20:41 +08:00 |
|
Dong_master
|
dbf0200cca
|
feat:add More attractive card templates
|
2025-08-12 22:36:42 +08:00 |
|
Dong_master
|
27cee0a4e1
|
fix: in the adapter.py func reply_message_chunk agr message_id alter bot_message,and in dingtalk.py lark.py telegram.py webchat.py agr alter
|
2025-08-12 11:19:27 +08:00 |
|
Dong_master
|
7301476228
|
fix:Because the message_id was popped out, it caused the issue where the tool couldn't find the message_id after being invoked.
|
2025-08-11 23:36:01 +08:00 |
|
Dong_master
|
a9776b7b53
|
fix:del some print ,and amend respback on stream judge ,and del in dingtalk this is_stream_output_supported() use
|
2025-08-04 19:26:16 +08:00 |
|
Dong_master
|
4905b5a738
|
feat:add dingtalk stream
fix:adapter is_stream_output_supported bug
fix:stream message reply chunk in message_id
|
2025-08-04 19:26:16 +08:00 |
|
Dong_master
|
f84a79bf74
|
perf:del dify stream in ai.yaml config.and enbale stream in lark.yaml.
fix:localagent remove_think bug
|
2025-08-04 19:26:15 +08:00 |
|
Dong_master
|
f9a5507029
|
fix:修复了因为迭代数据只推入resq_messages和resq_message_chain导致缓存到内存中的数据和写入log中的数据量庞大,以及有思考的think处理
feat:增加带有深度思考模型的think的去think操作
feat:dify中聊天机器人,chatflow对流式的支持
|
2025-08-04 19:26:15 +08:00 |
|
Dong_master
|
4908996cac
|
流式基本流程已通过修改了yield和return的冲突导致的问题
|
2025-08-04 19:26:15 +08:00 |
|
fdc
|
ee545a163f
|
增加了飞书中的流式但是好像还有问题
|
2025-08-04 19:26:15 +08:00 |
|
zejiewang
|
ba4b5255a2
|
feat:support dify message streaming output (#1437)
* fix:lark adapter listeners init problem
* feat:support dify streaming mode
* feat:remove some log
* fix(bot form): field desc missing
* fix: not compatible with chatflow
---------
Co-authored-by: wangzejie <wangzejie@meicai.cn>
Co-authored-by: Junyan Qin <rockchinq@gmail.com>
|
2025-08-04 18:45:52 +08:00 |
|
Junyan Qin
|
8d28ace252
|
perf: ruff check --fix
|
2025-07-05 21:56:54 +08:00 |
|
Junyan Qin
|
a177786063
|
feat: switch message platform adapters to sdk
|
2025-06-30 21:49:59 +08:00 |
|
Junyan Qin
|
6b782f8761
|
feat: switch Query to langbot-plugin definition
|
2025-06-30 21:47:40 +08:00 |
|
Junyan Qin
|
0c2560cafb
|
feat: switch tool entities and format
|
2025-06-30 21:47:40 +08:00 |
|
Junyan Qin (Chin)
|
f1e9f46af1
|
feat: event log of bots (#1441)
* feat: basic arch of event log
* feat: complete event log framework
* fix: bad struct in bot log api
* feat: add event logging to all platform adapters
Co-Authored-By: wangcham233@gmail.com <651122857@qq.com>
* feat: add event logging to client classes
Co-Authored-By: wangcham233@gmail.com <651122857@qq.com>
* refactor: bot log getting api
* perf: logger for aiocqhttp and gewechat
* fix: add ignored logger in dingtalk
* fix: seq id bug in log getting
* feat: add logger in dingtalk,QQ official,Slack, wxoa
* feat: add logger for wecom
* feat: add logger for wecomcs
* perf(event logger): image processing
* 完成机器人日志的前端部分 (#1479)
* feat: webui bot log framework done
* feat: bot log complete
* perf(bot-log): style
* chore: fix incompleted i18n
* feat: support message session copy
* fix: filter and badge text
* perf: styles
* feat: add bot toggle switch in bot card
* fix: linter errors
---------
Co-authored-by: Junyan Qin <rockchinq@gmail.com>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: wangcham233@gmail.com <651122857@qq.com>
Co-authored-by: HYana <65863826+KaedeSAMA@users.noreply.github.com>
|
2025-05-27 22:36:50 +08:00 |
|
zejiewang
|
bb930aec14
|
fix:lark adapter listeners init problem (#1426)
Co-authored-by: wangzejie <wangzejie@meicai.cn>
|
2025-05-15 11:25:38 +08:00 |
|
Junyan Qin
|
c835555a59
|
chore: change zh_CN to zh_Hans
|
2025-05-14 16:44:48 +08:00 |
|
Junyan Qin
|
055b389353
|
style: restrict line-length
|
2025-05-10 18:04:58 +08:00 |
|
Junyan Qin
|
247b41bdb2
|
Merge branch 'master' into version/4.0
|
2025-05-10 17:47:14 +08:00 |
|
Junyan Qin (Chin)
|
209f16af76
|
style: introduce ruff as linter and formatter (#1356)
* style: remove necessary imports
* style: fix F841
* style: fix F401
* style: fix F811
* style: fix E402
* style: fix E721
* style: fix E722
* style: fix E722
* style: fix F541
* style: ruff format
* style: all passed
* style: add ruff in deps
* style: more ignores in ruff.toml
* style: add pre-commit
|
2025-04-29 17:24:07 +08:00 |
|
Guanchao Wang
|
778065f7fb
|
fix: image couldn't be sent in lark (#1348)
|
2025-04-28 15:30:30 +08:00 |
|
Guanchao Wang
|
42fabd5133
|
fix: delete print function in lark (#1295)
|
2025-04-14 14:37:34 +08:00 |
|
Junyan Qin (Chin)
|
8b56f94667
|
perf: add debugging msg for webhook style adapters (#1253)
|
2025-03-30 23:23:31 +08:00 |
|
Junyan Qin
|
d92ee23764
|
feat: discover engine & manifests for platform adapters
|
2025-02-22 14:49:05 +08:00 |
|
Junyan Qin
|
6502a64cab
|
feat(lark): supports for encrypted message
|
2025-02-12 21:12:53 +08:00 |
|
lipu
|
2c3fdb4fdc
|
feat(lark):enable lark callback
|
2025-02-11 21:37:07 +08:00 |
|
Junyan Qin
|
0f2cb58897
|
fix: forward msg send fail in lark and discord
|
2025-02-04 12:07:15 +08:00 |
|
Junyan Qin
|
ea254d57d2
|
feat: lark adapter
|
2025-01-29 23:31:40 +08:00 |
|