Commit Graph

56 Commits (fcbd5febeb7851e1444a653e175c85958ea17546)

Author SHA1 Message Date
jyong 5fe5da7c1d r2 8 months ago
jyong c09c8c6e5b r2 8 months ago
jyong 9cdd2cbb27 r2 8 months ago
jyong 309fffd1e4 Merge branch 'main' into feat/r2
# Conflicts:
#	api/core/repositories/sqlalchemy_workflow_node_execution_repository.py
#	api/core/workflow/entities/node_entities.py
#	api/core/workflow/enums.py
8 months ago
Bowen Liang 888cd86afd
chore: prepare the plugin daemon base url to yarl URL ahead intstead of in every invocation (#20541) 8 months ago
jyong 69529fb16d r2 8 months ago
jyong a826879cf7 Merge branch 'main' into feat/r2 8 months ago
Bowen Liang eee88a8012
chore: improve error logging for requests to plugin daemon (#20328) 8 months ago
jyong a025db137d Merge branch 'main' into feat/r2 8 months ago
jyong 797d044714 r2 8 months ago
Novice 9bbd646f40
fix: inner invoke llm token too long (#20391) 8 months ago
jyong 7f59ffe7af r2 8 months ago
Good Wood 756f35f480
feat: add pagination for plugin page (#20151) 8 months ago
jyong 5fc2bc58a9 r2 8 months ago
Yeuoly 83ca7f8deb feat: add datasource support to PluginDeclaration and PluginCategory 8 months ago
jyong 665ffbdc10 r2 8 months ago
jyong ec1c4efca9 r2 9 months ago
Yeuoly 6123f1ab21 refactor: reorganize imports and fix datasource endpoint URL 9 months ago
jyong 42fcda3dc8 r2 9 months ago
Yeuoly 4460d96e58 feat: add oauth schema 9 months ago
Yeuoly 4300ebc8aa fix: remove provide type 9 months ago
jyong b82b26bba5 r2 9 months ago
jyong 82be119fec Merge branch 'main' into feat/r2 9 months ago
-LAN- 7d0106b220
fix: correct type mismatch in WorkflowService node execution handling (#19846)
Signed-off-by: -LAN- <laipz8200@outlook.com>
9 months ago
Yeuoly c5a2f43ceb refactor: replace BuiltinToolManageService with RagPipelineManageService for datasource management and remove unused datasource engine and related code 9 months ago
jyong 93ac6d37e9 r2 9 months ago
jyong e710a8402c r2 9 months ago
jyong 360f8a3375 Merge branch 'main' into feat/r2 9 months ago
jyong 818eb46a8b r2 9 months ago
Yeuoly ff0feaf34e
fix: handle EndpointSetupFailedError in BasePluginClient (#19613) 9 months ago
Bowen Liang cbc8ebd8f5
chore: bump pydantic to 2.11 and pydantic-settings to 2.9 (#15049) 9 months ago
Yeuoly 3258a91d5d
Feat/add repo to plugin manifest (#19337) 9 months ago
jyong 3f1363503b r2 9 months ago
QuantumGhost bd1bbfee4b
Enhance Code Consistency Across Repository with `.editorconfig` (#19023) 9 months ago
jyong 3c386c63a6 Merge remote-tracking branch 'origin/feat/r2' into feat/r2 9 months ago
jyong 49d1846e63 r2 9 months ago
-LAN- f86e2edc54
refactor(plugin/backwards_invocation/app): Remove unnecessary .value from StrEnum (#18896)
Signed-off-by: -LAN- <laipz8200@outlook.com>
9 months ago
Yeuoly 0e0ec4691a
feat: add interfaces of OAuth handler methods for authorization (#18889) 9 months ago
Yeuoly c2d02f8f4d Merge branch 'main' into feat/r2 9 months ago
Yeuoly abafa68647
refactor: rename plugin manager to plugin client and rename path from manager to impl (#18876) 9 months ago
jyong c7f4b41920 r2 10 months ago
-LAN- 44a2eca449
refactor: Refactors workflow node execution handling (#18382)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago
Yeuoly 358fd28c28
feat: fetch app info in plugins (#18202) 10 months ago
Yeuoly d619fa1767
feat: implement blob chunk handling in plugin manager (#18101) 10 months ago
Junjie.M 05b8b2a30c
fix: plugin parameter type TOOLS_SELECTOR parameter not validation required (#18060) 10 months ago
Yeuoly 2134a76517
feat: add minimum dify version requirement to plugins (#18022) 10 months ago
QuantumGhost 4ef297bf38
refactor(api): Enhance error handling in BasePluginManager (#17887) 10 months ago
Yeuoly b2f5ca356a
enhance(plugin): replace json.loads with Pydantic model_validate_json (#17867) 10 months ago
Yeuoly 33324ee23d
refactor: add API endpoint to list latest plugin versions and query it in a asynchronous way (#17695) 10 months ago
Novice 04a0ae3aa9
feat: add llm blocking invoke (#15732) 11 months ago