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
commit f60aa36fa0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",
]