Junyan Qin
|
84129e3339
|
perf: minor fixes
|
2025-08-03 15:30:11 +08:00 |
|
Junyan Qin
|
377d455ec1
|
perf: ruff format & remove stream params in requester
|
2025-08-03 13:08:51 +08:00 |
|
Dong_master
|
307f6acd8c
|
fix:del some print ,and amend respback on stream judge ,and del in dingtalk this is_stream_output_supported() use
|
2025-07-29 23:09:02 +08:00 |
|
Dong_master
|
8f8c8ff367
|
feat:add dashscopeapi stream
fix:dify 64chunk yield
|
2025-07-21 18:45:45 +08:00 |
|
Dong_master
|
f58c8497c3
|
feat:add dingtalk stream
fix:adapter is_stream_output_supported bug
fix:stream message reply chunk in message_id
|
2025-07-20 23:53:20 +08:00 |
|
Dong_master
|
d15df3338f
|
feat:add ppio and openrouter llm stream,and ppio think in content remove_think.
fix: giteeai stream no remove_think content add char"<think>"
|
2025-07-15 00:50:42 +08:00 |
|
Dong_master
|
c74cf38e9f
|
feat:add deepseek and modelscope llm stream,and giteeai think in content remove_think
|
2025-07-14 23:53:55 +08:00 |
|
Dong_master
|
0e68a922bd
|
perf:del dify stream in ai.yaml config.and enbale stream in lark.yaml.
fix:localagent remove_think bug
|
2025-07-14 01:42:42 +08:00 |
|
Dong_master
|
4e1d81c9f8
|
feat:add dify _agent_chat_message streaming
|
2025-07-14 00:40:02 +08:00 |
|
Dong_master
|
0be08d8882
|
fix:修复了因为迭代数据只推入resq_messages和resq_message_chain导致缓存到内存中的数据和写入log中的数据量庞大,以及有思考的think处理
feat:增加带有深度思考模型的think的去think操作
feat:dify中聊天机器人,chatflow对流式的支持
|
2025-07-13 22:41:39 +08:00 |
|
Dong_master
|
301509b1db
|
fix:修复了因为迭代数据只推入resq_messages和resq_message_chain导致缓存到内存中的数据和写入log中的数据量庞大,以及带有深度思考模型的think增加
|
2025-07-12 18:09:24 +08:00 |
|
Dong_master
|
68cdd163d3
|
流式基本流程已通过修改了yield和return的冲突导致的问题
|
2025-07-04 03:26:44 +08:00 |
|
fdc
|
542409d48d
|
Merge branch 'feat/streaming' of github.com:fdc310/LangBot into streaming_feature
|
2025-07-02 14:09:01 +08:00 |
|
zejiewang
|
3c6e858c35
|
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-07-02 11:07:31 +08:00 |
|
Junyan Qin
|
89c1972abe
|
perf: skip broken models and bots in bootstrap
|
2025-06-30 21:29:38 +08:00 |
|
Junyan Qin (Chin)
|
c959c99e45
|
Feat/302 ai (#1558)
* feat: add 302.AI requester
* doc: add 302.AI to README
|
2025-06-30 21:05:32 +08:00 |
|
fdc
|
0eac9135c0
|
feat: 实现流式消息处理支持
|
2025-06-30 17:58:18 +08:00 |
|
Junyan Qin (Chin)
|
3e707b4b6e
|
feat: reset all associated session after bot and pipeline modified (#1517)
|
2025-06-09 21:50:08 +08:00 |
|
Junyan Qin
|
8917050fae
|
chore: add ppio icon
|
2025-05-31 20:00:18 +08:00 |
|
Junyan Qin (Chin)
|
8ad60b5b64
|
refactor: gemini requester (#1490)
* refactor: use openai compatible api for gemini
* chore: remove codes
|
2025-05-31 13:11:53 +08:00 |
|
whw174660897
|
f17b06767e
|
Feature add n8 n (#1468)
* feat(n8n): 添加n8n工作流API支持
添加n8n工作流API作为新的运行器类型,支持通过webhook调用n8n工作流,并提供多种认证方式(Basic、JWT、Header)。新增N8nAuthFormComponent用于处理n8n认证表单联动,并更新相关配置文件和测试用例。
* chore: remove pip mirror url
* perf: simplify ret def of pipeline metadata
* feat(n8n): raise exc instead of ret as normal msg
* perf: add var `user_message_text`
* chore(n8n): migration and default config
* chore: required database version
---------
Co-authored-by: hengwei.wang <@>
Co-authored-by: Junyan Qin <rockchinq@gmail.com>
|
2025-05-30 22:23:57 +08:00 |
|
aberry
|
8dfef1d118
|
Bugfix (#1482)
* Update modelscopechatcmpl.py
tool_call 流式输出的最后一个参数是 None,需要判断一下
* Update mcp.py
问题:闭包(closure)对循环变量 tool 的捕获,导致最终注册到 self.functions 里的所有 func,都会引用 同一个(最后一个)tool
解决:在定义 func 时,通过函数参数的 默认值 把当下的 tool “冻结”住
* Update mcp.py
|
2025-05-27 15:09:09 +08:00 |
|
Junyan Qin
|
1376530c2e
|
fix: conversation is null
|
2025-05-20 15:32:04 +08:00 |
|
Junyan Qin (Chin)
|
a7d2a68639
|
feat: add supports for testing llm models (#1454)
* feat: add supports for testing llm models
* fix: linter error
|
2025-05-19 23:10:04 +08:00 |
|
Junyan Qin (Chin)
|
1992934dce
|
fix: user_funcs typo in ollama chat requester (#1431)
|
2025-05-15 20:51:58 +08:00 |
|
Junyan Qin (Chin)
|
f376c9703a
|
feat: add supports for open router (#1422)
|
2025-05-14 21:28:33 +08:00 |
|
Junyan Qin
|
c835555a59
|
chore: change zh_CN to zh_Hans
|
2025-05-14 16:44:48 +08:00 |
|
Junyan Qin
|
39f9400de7
|
fix: modelscope no usable
|
2025-05-14 15:35:37 +08:00 |
|
devin-ai-integration[bot]
|
ac1d39580b
|
feat: add Google Gemini API support (#1418)
* feat: add Google Gemini API support
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
* fix: remove unused imports
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
* feat: add google-genai dependency
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
* fix: update Gemini API implementation to use correct API methods
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
* refactor: improve Gemini API implementation based on official documentation
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
* fix: remove unsupported timeout parameter from Gemini API implementation
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
* fix: correct Gemini API implementation based on official documentation
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
* feat: update geminichatcmpl
* deps: add google-generativeai
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Junyan Qin <Chin> <rockchinq@gmail.com>
|
2025-05-14 15:05:04 +08:00 |
|
Junyan Qin (Chin)
|
015be6008d
|
fix: bugs in requesters (#1401)
|
2025-05-13 16:09:23 +08:00 |
|
Junyan Qin (Chin)
|
cd68760c75
|
Fix/runner bugs (#1388)
* fix: bugs in runners
* fix: model entity of exists conversation is None after changed runner
|
2025-05-12 18:21:08 +08:00 |
|
Junyan Qin (Chin)
|
13d36412dd
|
fix: llm model wrongly required when runner is not local-agent (#1386)
|
2025-05-12 14:16:17 +08:00 |
|
Junyan Qin
|
055b389353
|
style: restrict line-length
|
2025-05-10 18:04:58 +08:00 |
|
Junyan Qin
|
b30016ed08
|
fix: args bugs of chatcmpl
|
2025-05-10 18:02:05 +08:00 |
|
Junyan Qin
|
247b41bdb2
|
Merge branch 'master' into version/4.0
|
2025-05-10 17:47:14 +08:00 |
|
Junyan Qin
|
425681ea09
|
feat: remove telemetry
|
2025-05-10 16:17:01 +08:00 |
|
Devin AI
|
e265f267e1
|
improve: add explicit error handling for empty API responses
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
|
2025-05-09 01:37:04 +00:00 |
|
Devin AI
|
f58d5f184f
|
fix: initialize chunk variable before reference in difysvapi.py
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
|
2025-05-09 01:28:43 +00: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 |
|
Junyan Qin (Chin)
|
446546b69f
|
fix(dify runner): response message event incorrect when using agent app (#1325)
|
2025-04-23 16:55:52 +08:00 |
|
Junyan Qin (Chin)
|
4417b61fd1
|
feat: read mcp servers from config.yaml (#1320)
|
2025-04-20 15:01:54 +08:00 |
|
Junyan Qin (Chin)
|
8a6d9d76da
|
perf: reduce newline in think tag converting (#1319)
|
2025-04-20 13:41:02 +08:00 |
|
WangCham
|
92e3546e8a
|
feat: add support for ppio
|
2025-04-17 16:18:05 +08:00 |
|
SkyFutu
|
2782c8cebe
|
Fix/windows compatibility (#1303)
* Update anthropicmsgs.py
* Update anthropicmsgs.py
* Update anthropicmsgs.py
* Update anthropicmsgs.py
* Update anthropicmsgs.py
|
2025-04-15 22:00:02 +08:00 |
|
Junyan Qin (Chin)
|
69435c04cc
|
feat: add logo for requesters (#1300)
|
2025-04-14 23:32:32 +08:00 |
|
Guanchao Wang
|
601b0a8964
|
fix(moonshot): tool_call_id not found error (#1040) (#1298)
|
2025-04-14 20:17:11 +08:00 |
|
Guanchao Wang
|
7c2ceb0aca
|
fix: add reasoning content for deepseek-reasoner (#1296)
|
2025-04-14 15:05:53 +08:00 |
|
Junyan Qin (Chin)
|
c8f331675c
|
refactor: remove legacy config files (#1294)
|
2025-04-13 21:58:36 +08:00 |
|
Guanchao Wang
|
c531cb11af
|
fix: bailian api streaming mode can't be established
|
2025-04-13 17:47:05 +08:00 |
|
Junyan Qin
|
11342e75de
|
feat: discovering plugins by manifests
|
2025-04-12 15:37:15 +08:00 |
|