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 |
|
Junyan Qin
|
2e1fb21ff9
|
perf: minor perf
|
2025-04-09 21:35:59 +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 |
|
yrk
|
b09ce8296f
|
Add ModelScope Support
|
2025-04-03 16:55:14 +08:00 |
|
Junyan Qin
|
4e7b9aaf59
|
chore: use model_dump in chatcmpl instead of dict()
|
2025-04-02 11:54:01 +08:00 |
|
Junyan Qin (Chin)
|
e20b79b0ed
|
perf(chatcmpl): remove space from base-url (#1256)
|
2025-03-30 23:59:55 +08:00 |
|
Junyan Qin (Chin)
|
e04d46db2c
|
perf(claude): ensure system message removed (#867) (#1255)
|
2025-03-30 23:51:53 +08:00 |
|
Junyan Qin (Chin)
|
7341435127
|
perf(chatcmpl): use extra_body to pass args (#1254)
|
2025-03-30 23:43:45 +08:00 |
|
Junyan Qin (Chin)
|
23a0dba470
|
feat(dify): throw error event (#1251)
|
2025-03-30 23:04:46 +08:00 |
|
Junyan Qin
|
9f15ab5000
|
feat: preliminarily implement pipeline invoking
|
2025-03-29 17:50:45 +08:00 |
|
Junyan Qin
|
7cd03b0243
|
feat: bind pipeline with runtime manager
|
2025-03-28 15:55:03 +08:00 |
|
Junyan Qin
|
d8c730341a
|
perf: standardize integer in config field schema
|
2025-03-27 00:33:54 +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 |
|
Junyan Qin
|
c7c7e36c86
|
chore: delete args field from llm requester manifests
|
2025-03-25 21:37:19 +08:00 |
|
Junyan Qin
|
47d8358272
|
feat: llmmodels crud
|
2025-03-25 21:37:19 +08:00 |
|
Junyan Qin
|
c1f4de425a
|
refactor: move entities
|
2025-03-25 21:37:18 +08:00 |
|
Junyan Qin
|
5640dc332d
|
feat(mcp): available for provider reloading
|
2025-03-19 12:41:04 +08:00 |
|
Junyan Qin
|
40275c3ef1
|
feat: add supports for loading mcp server as LLM tools provider
|
2025-03-19 12:08:47 +08:00 |
|
Junyan Qin
|
97603e8441
|
feat: tool loader abstraction
|
2025-03-19 09:36:03 +08:00 |
|
Junyan Qin
|
dea5cc9c0c
|
stash
|
2025-03-18 21:59:53 +08:00 |
|
Junyan Qin
|
dbe46b5770
|
feat: add query variables
|
2025-03-12 19:13:04 +08:00 |
|
Junyan Qin
|
92e1ac5c3a
|
feat: add supports for passing time to dify workflow
|
2025-03-02 20:18:33 +08:00 |
|
Ethan
|
aa300258ab
|
feat: enhance user message preprocessing to include message creation timestamp
|
2025-03-02 19:45:10 +08:00 |
|
Ethan
|
48841daff5
|
feat: enhance user message preprocessing to include message creation timestamp
|
2025-03-02 19:30:07 +08:00 |
|
Ethan
|
8878f1ed87
|
feat: enhance user message preprocessing to include message creation timestamp
|
2025-03-02 19:20:10 +08:00 |
|
Ethan
|
d6d5dac6b3
|
feat: enhance user message preprocessing to include message creation timestamp
|
2025-03-02 19:10:53 +08:00 |
|
Ethan
|
05b979e68a
|
feat: enhance user message preprocessing to include message creation timestamp
|
2025-03-02 19:10:09 +08:00 |
|
Ethan
|
9f7d9e4c0d
|
feat: enhance user message preprocessing to include message creation timestamp
|
2025-03-02 18:49:32 +08:00 |
|