Junyan Qin
|
6535ba4f72
|
chore: bump version 4.3.6
|
2025-10-04 00:22:08 +08:00 |
|
Junyan Qin
|
d1274366a0
|
chore: release v4.3.5
|
2025-10-02 10:30:19 +08:00 |
|
Junyan Qin
|
35a4b0f55f
|
chore: bump version v4.3.4
|
2025-10-02 10:26:48 +08:00 |
|
Junyan Qin
|
2891708060
|
chore: bump version v4.3.3
|
2025-09-22 22:53:10 +08:00 |
|
Junyan Qin
|
bf279049c0
|
chore: bump version 4.3.2
|
2025-09-17 13:57:45 +08:00 |
|
Junyan Qin
|
d887881ea0
|
chore: bump version 4.3.1
|
2025-09-17 09:52:07 +08:00 |
|
Junyan Qin
|
8bb2f3e745
|
fix: migration bug of plugin config
|
2025-09-16 17:04:44 +08:00 |
|
Junyan Qin
|
5d60dbf3f9
|
chore: bump version v4.3.0
|
2025-09-16 11:21:39 +08:00 |
|
Junyan Qin
|
dc454b24ec
|
chore: register migration
|
2025-09-14 23:32:12 +08:00 |
|
Junyan Qin (Chin)
|
826ceab5b8
|
Merge branch 'master' into rc/new-plugin
|
2025-09-12 23:02:51 +08:00 |
|
ashen
|
345c8b113f
|
feat: supported langflow api provider (#1646)
* add langflow api provider
* chore: migration
* feat: okay for non-stream req
* fix: langflow sse data extracting
* doc: add comment on langflow api
---------
Co-authored-by: Junyan Qin <rockchinq@gmail.com>
|
2025-09-11 21:37:45 +08:00 |
|
Junyan Qin
|
89b25b8985
|
chore: release v4.2.2
|
2025-08-29 17:01:26 +08:00 |
|
Junyan Qin
|
55df728471
|
fix: wrong migration target version
|
2025-08-24 21:47:54 +08:00 |
|
Junyan Qin
|
d3a147bbdd
|
chore: bump version 4.3.0b3
|
2025-08-23 20:08:29 +08:00 |
|
Junyan Qin
|
8eb1b8759b
|
chore: bump version to '4.3.0b2'
|
2025-08-23 20:06:19 +08:00 |
|
Junyan Qin
|
4012310d99
|
chore: bump version 4.3.0b1
|
2025-08-21 10:49:51 +08:00 |
|
Junyan Qin
|
aa7c08ee00
|
chore: release v4.2.1
|
2025-08-21 10:15:05 +08:00 |
|
Junyan Qin
|
9c1f4e1690
|
chore: release v4.2.0
|
2025-08-18 18:43:20 +08:00 |
|
Junyan Qin
|
3049aa7a96
|
feat: add migration for pipeline remove-think
|
2025-08-17 21:18:41 +08:00 |
|
Junyan Qin
|
5179b3e53a
|
feat: trace plugin installation
|
2025-08-16 15:42:49 +08:00 |
|
Junyan Qin
|
b70001c579
|
chore: release v4.1.2
|
2025-08-03 22:52:47 +08:00 |
|
Junyan Qin
|
d3b31f7027
|
chore: release v4.1.1
|
2025-07-26 19:28:34 +08:00 |
|
Junyan Qin
|
28ce986a8c
|
chore: release v4.1.0
|
2025-07-20 12:32:06 +08:00 |
|
Junyan Qin (Chin)
|
bb672d8f46
|
Merge branch 'master' into feat/rag
|
2025-07-18 00:45:24 +08:00 |
|
Junyan Qin
|
27bb4e1253
|
feat: combine kb with pipeline
|
2025-07-17 23:15:13 +08:00 |
|
Junyan Qin
|
fdc79b8d77
|
chore: release v4.0.9
|
2025-07-16 11:39:15 +08:00 |
|
Junyan Qin
|
cd25340826
|
perf: en comments
|
2025-07-06 16:08:02 +08:00 |
|
Junyan Qin
|
a0b7d759ac
|
chore: release v4.0.8.1
|
2025-07-06 10:46:32 +08:00 |
|
Junyan Qin
|
60b50a35f1
|
chore: release v4.0.8
|
2025-07-03 15:07:19 +08:00 |
|
Junyan Qin
|
2d06f1cadb
|
feat: connector for plugin runtime
|
2025-06-30 21:43:43 +08:00 |
|
Junyan Qin
|
bf98b82cf2
|
chore: release v4.0.7
|
2025-06-18 13:10:20 +08:00 |
|
Junyan Qin
|
18529a42c1
|
chore: release v4.0.6
|
2025-06-11 10:23:46 +08:00 |
|
Junyan Qin
|
955b391253
|
chore: release v4.0.5
|
2025-06-03 16:28:55 +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 |
|
Junyan Qin
|
239223be3f
|
chore: release v4.0.4
|
2025-05-28 12:55:15 +08:00 |
|
Junyan Qin
|
f9f03b81d1
|
chore: release v4.0.3.3
|
2025-05-22 10:49:24 +08:00 |
|
Junyan Qin
|
59bff61409
|
chore: release v4.0.3.2
|
2025-05-21 19:46:42 +08:00 |
|
fdc310
|
aba51409a7
|
feat:add qoute message process and add Whether to enable this function (#1446)
* 更新了wechatpad接口,以及适配器
* 更新了wechatpad接口,以及适配器
* 修复一些细节问题,比如at回复,以及启动登录和启动ws长连接的线程同步
* importutil中修复了在wi上启动替换斜杠问题,login中加上了一个login,暂时没啥用。wechatpad中做出了一些细节修改
* 更新了wechatpad接口,以及适配器
* 怎加了处理图片链接转换为image_base64发送
* feat(wechatpad): 调整日志+bugfix
* feat(wechatpad): fix typo
* 修正了发送语音api参数错误,添加了发送链接处理为base64数据(好像只有一部分链接可以)
* 修复了部分手抽的typo错误
* chore: remove manager.py
* feat:add qoute message process and add Whether to enable this function
* chore: add db migration for this change
---------
Co-authored-by: shinelin <shinelinxx@gmail.com>
Co-authored-by: Junyan Qin (Chin) <rockchinq@gmail.com>
|
2025-05-19 22:24:18 +08:00 |
|
Junyan Qin
|
a594cc07f6
|
chore: release v4.0.3.1
|
2025-05-19 10:31:11 +08:00 |
|
Junyan Qin
|
696162ee52
|
chore: release v4.0.3
|
2025-05-14 22:05:03 +08:00 |
|
Junyan Qin
|
738b0af5fb
|
chore: release v4.0.2
|
2025-05-14 21:35:21 +08:00 |
|
Junyan Qin (Chin)
|
91cd8cf380
|
chore: release v4.0.1 (#1409)
|
2025-05-13 19:37:47 +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 |
|
Junyan Qin
|
edc7f81486
|
feat: database migration
|
2025-04-13 20:50:13 +08:00 |
|
Junyan Qin
|
0d235aaef8
|
chore: bump version 3.4.11
|
2025-03-19 22:50:15 +08:00 |
|
Junyan Qin
|
bd0438df76
|
chore: release v3.4.10.4
|
2025-03-16 17:05:10 +08:00 |
|
Junyan Qin
|
c67caf18df
|
chore: release v3.4.10.3
|
2025-03-10 22:58:23 +08:00 |
|
Junyan Qin
|
02bc1fc45e
|
chore: release v3.4.10.2
|
2025-03-05 21:12:52 +08:00 |
|
Junyan Qin
|
41aeda8dc0
|
chore: release v3.4.10.1
|
2025-03-05 17:16:05 +08:00 |
|
Junyan Qin
|
98a9fed726
|
chore: release v3.4.10
|
2025-03-02 18:08:59 +08:00 |
|