feat(sdk): enhance Python SDK with 27 new Service API endpoints (#26401)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
lyzno1
2025-09-29 19:22:58 +08:00
committed by GitHub
parent b2bcb6d21a
commit f60aa36fa0
3 changed files with 640 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ from dify_client.client import (
DifyClient,
KnowledgeBaseClient,
WorkflowClient,
WorkspaceClient,
)
__all__ = [
@@ -12,4 +13,5 @@ __all__ = [
"DifyClient",
"KnowledgeBaseClient",
"WorkflowClient",
"WorkspaceClient",
]