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
|
9d6a56b496
|
perf: apply mimetype judging in server
|
2025-04-28 23:05:36 +08:00 |
|
Junyan Qin
|
23321ce8e6
|
ci: adapt for current webui
|
2025-04-28 21:59:37 +08:00 |
|
Junyan Qin
|
32f138bff5
|
fix(plugin mgr): bad params for dump settings
|
2025-04-28 20:51:29 +08:00 |
|
BaiCai
|
5672bdb406
|
fix: bugs in bootstrap
* 修复bug:UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 1487: illegal multibyte sequence
方法:指定编码。pipeline_config = json.load(open('templates/default-pipeline-config.json', encoding='utf-8'))
* Create 1
* Delete plugins /1
* 修复:FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'plugins'
* 优化插件依赖检查逻辑,移除创建plugins目录的代码
|
2025-04-28 13:55:09 +08:00 |
|
Junyan Qin
|
8511432dee
|
feat(pipeline): use default config in create
|
2025-04-28 13:54:12 +08:00 |
|
Junyan Qin (Chin)
|
4417b61fd1
|
feat: read mcp servers from config.yaml (#1320)
|
2025-04-20 15:01:54 +08:00 |
|
Junyan Qin
|
deb22739b7
|
perf(pipeline): currently not allowed to change is_default field
|
2025-04-16 14:00:11 +08:00 |
|
Junyan Qin
|
bc3b24d2f1
|
feat: auto set new model to default pipeline when it has no model bound
|
2025-04-16 13:50:09 +08:00 |
|
Junyan Qin
|
8caa6e86a1
|
feat: default pipeline
|
2025-04-16 13:40:59 +08:00 |
|
Junyan Qin
|
08e0cd232d
|
perf: complete manifests for bot adapters
|
2025-04-15 22:30:45 +08:00 |
|
Junyan Qin
|
5abe9b8a16
|
feat: add logo for all adapters
|
2025-04-15 14:39:08 +08:00 |
|
Junyan Qin
|
7801db0331
|
chore: simplify config.yaml
|
2025-04-15 12:55:51 +08:00 |
|
Junyan Qin
|
e5c0e41336
|
fix(botmgr): ref errors
|
2025-04-14 23:45:00 +08:00 |
|
Junyan Qin (Chin)
|
69435c04cc
|
feat: add logo for requesters (#1300)
|
2025-04-14 23:32:32 +08:00 |
|
Junyan Qin
|
2fdb53efc9
|
fix: /user/check-token api not work
|
2025-04-14 13:52:47 +08:00 |
|
Junyan Qin
|
9e9825a125
|
perf: print on startup
|
2025-04-13 22:52:34 +08:00 |
|
Junyan Qin
|
d012c1e33d
|
perf: ensure plugin deps on startup (#858)
|
2025-04-13 22:51:21 +08:00 |
|
Junyan Qin (Chin)
|
c8f331675c
|
refactor: remove legacy config files (#1294)
|
2025-04-13 21:58:36 +08:00 |
|
Junyan Qin
|
edc7f81486
|
feat: database migration
|
2025-04-13 20:50:13 +08:00 |
|
Junyan Qin
|
854effc43e
|
chore: no longer run config migrations when config files are not exist
|
2025-04-13 18:31:52 +08:00 |
|
Junyan Qin
|
633d3b5af2
|
refactor: remove legacy config schemas
|
2025-04-12 22:31:37 +08:00 |
|
Junyan Qin
|
b64e1c609f
|
refactor: remove adapter-qq-botpy.json metadata
|
2025-04-12 22:19:18 +08:00 |
|
Junyan Qin
|
80cf5c738f
|
chore: todo comment for component extensions
|
2025-04-12 21:26:53 +08:00 |
|
Junyan Qin
|
e5bcb1d179
|
chore: delete legacy plugin settings file
|
2025-04-12 21:20:43 +08:00 |
|
Junyan Qin
|
fc23fc7aed
|
feat: applying plugin config to plugin instance
|
2025-04-12 21:19:20 +08:00 |
|
Junyan Qin
|
ebd091a9e0
|
refactor: move plugin setting to db
|
2025-04-12 20:21:43 +08:00 |
|
Junyan Qin
|
11342e75de
|
feat: discovering plugins by manifests
|
2025-04-12 15:37:15 +08:00 |
|
Junyan Qin
|
2e1fb21ff9
|
perf: minor perf
|
2025-04-09 21:35:59 +08:00 |
|
Junyan Qin
|
5347094466
|
chore: remove llm-models and prompt related files
|
2025-04-03 18:20:00 +08:00 |
|
Junyan Qin
|
7f66efcdd5
|
refactor: switch pipeline_cfg related fields to new pipeline config
|
2025-04-03 17:57:51 +08:00 |
|
Junyan Qin
|
472d472bc1
|
perf: param for get_conversation
|
2025-04-03 17:19:27 +08:00 |
|
Junyan Qin
|
fb18278bdc
|
refactor: move prompt mgm to pipeline
|
2025-04-03 17:06:01 +08:00 |
|
Junyan Qin
|
913e43d84c
|
feat: make prompt object type array in pipeline config
|
2025-04-03 12:50:18 +08:00 |
|
Junyan Qin
|
4e7b9aaf59
|
chore: use model_dump in chatcmpl instead of dict()
|
2025-04-02 11:54:01 +08:00 |
|
Junyan Qin
|
9f15ab5000
|
feat: preliminarily implement pipeline invoking
|
2025-03-29 17:50:45 +08:00 |
|
Junyan Qin
|
d01eadc70f
|
fix: typo in param
|
2025-03-29 00:37:17 +08:00 |
|
Junyan Qin
|
5ff59f1b07
|
feat: pipeline invoking
|
2025-03-28 23:42:41 +08:00 |
|
Junyan Qin
|
f8127eb585
|
perf: model definition
|
2025-03-28 17:22:00 +08:00 |
|
Junyan Qin
|
7cd03b0243
|
feat: bind pipeline with runtime manager
|
2025-03-28 15:55:03 +08:00 |
|
Junyan Qin (Chin)
|
5379e4cf27
|
feat: binding bots with runtime (#1238)
|
2025-03-27 23:50:02 +08:00 |
|
Junyan Qin
|
5be17c55d2
|
feat: crud of platform/bots
|
2025-03-27 01:20:00 +08:00 |
|
Junyan Qin
|
6c1ee922de
|
feat(pipeline): api for updating pipeline
|
2025-03-27 00:47:54 +08:00 |
|
Junyan Qin
|
d8c730341a
|
perf: standardize integer in config field schema
|
2025-03-27 00:33:54 +08:00 |
|
Junyan Qin
|
2c50ab0255
|
feat: pipeline model crud
|
2025-03-26 23:19:57 +08:00 |
|
Junyan Qin
|
349ce6908e
|
stash
|
2025-03-25 21:37:20 +08:00 |
|
Junyan Qin
|
4275459d45
|
feat: model sync between api and manager layer
|
2025-03-25 21:37:20 +08:00 |
|
Junyan Qin
|
81481c9050
|
feat: new llm initialization logic
|
2025-03-25 21:37:20 +08:00 |
|
Junyan Qin
|
3124cc0fef
|
feat: update requester config logic
|
2025-03-25 21:37:20 +08:00 |
|
Junyan Qin
|
5c584ee60d
|
feat: requesters api
|
2025-03-25 21:37:20 +08:00 |
|