rapida-python 0.1.21__tar.gz → 0.1.22__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. {rapida_python-0.1.21 → rapida_python-0.1.22}/PKG-INFO +1 -1
  2. {rapida_python-0.1.21 → rapida_python-0.1.22}/pyproject.toml +1 -1
  3. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/__init__.py +50 -89
  4. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida_python.egg-info/PKG-INFO +1 -1
  5. {rapida_python-0.1.21 → rapida_python-0.1.22}/README.md +0 -0
  6. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/__init__.py +0 -0
  7. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/assistant.py +0 -0
  8. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/call.py +0 -0
  9. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/endpoint.py +0 -0
  10. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/invoke.py +0 -0
  11. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_analysis_pb2.py +0 -0
  12. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_analysis_pb2.pyi +0 -0
  13. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_analysis_pb2_grpc.py +0 -0
  14. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_api_pb2.py +0 -0
  15. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_api_pb2.pyi +0 -0
  16. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_api_pb2_grpc.py +0 -0
  17. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_deployment_pb2.py +0 -0
  18. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_deployment_pb2.pyi +0 -0
  19. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_deployment_pb2_grpc.py +0 -0
  20. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_knowledge_pb2.py +0 -0
  21. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_knowledge_pb2.pyi +0 -0
  22. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_knowledge_pb2_grpc.py +0 -0
  23. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_provider_pb2.py +0 -0
  24. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_provider_pb2.pyi +0 -0
  25. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_provider_pb2_grpc.py +0 -0
  26. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_tool_pb2.py +0 -0
  27. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_tool_pb2.pyi +0 -0
  28. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_tool_pb2_grpc.py +0 -0
  29. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_webhook_pb2.py +0 -0
  30. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_webhook_pb2.pyi +0 -0
  31. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_webhook_pb2_grpc.py +0 -0
  32. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/audit_logging_api_pb2.py +0 -0
  33. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/audit_logging_api_pb2.pyi +0 -0
  34. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/audit_logging_api_pb2_grpc.py +0 -0
  35. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/common_pb2.py +0 -0
  36. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/common_pb2.pyi +0 -0
  37. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/common_pb2_grpc.py +0 -0
  38. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/connect_api_pb2.py +0 -0
  39. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/connect_api_pb2.pyi +0 -0
  40. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/connect_api_pb2_grpc.py +0 -0
  41. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/document_api_pb2.py +0 -0
  42. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/document_api_pb2.pyi +0 -0
  43. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/document_api_pb2_grpc.py +0 -0
  44. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/endpoint_api_pb2.py +0 -0
  45. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/endpoint_api_pb2.pyi +0 -0
  46. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/endpoint_api_pb2_grpc.py +0 -0
  47. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/integration_api_pb2.py +0 -0
  48. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/integration_api_pb2.pyi +0 -0
  49. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/integration_api_pb2_grpc.py +0 -0
  50. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/invoker_api_pb2.py +0 -0
  51. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/invoker_api_pb2.pyi +0 -0
  52. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/invoker_api_pb2_grpc.py +0 -0
  53. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/knowledge_api_pb2.py +0 -0
  54. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/knowledge_api_pb2.pyi +0 -0
  55. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/knowledge_api_pb2_grpc.py +0 -0
  56. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/notification_api_pb2.py +0 -0
  57. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/notification_api_pb2.pyi +0 -0
  58. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/notification_api_pb2_grpc.py +0 -0
  59. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/talk_api_pb2.py +0 -0
  60. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/talk_api_pb2.pyi +0 -0
  61. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/talk_api_pb2_grpc.py +0 -0
  62. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/vault_api_pb2.py +0 -0
  63. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/vault_api_pb2.pyi +0 -0
  64. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/vault_api_pb2_grpc.py +0 -0
  65. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/web_api_pb2.py +0 -0
  66. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/web_api_pb2.pyi +0 -0
  67. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/web_api_pb2_grpc.py +0 -0
  68. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/configs/__init__.py +0 -0
  69. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/connections/__init__.py +0 -0
  70. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/utils/__init__.py +0 -0
  71. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/utils/rapida_environment.py +0 -0
  72. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/utils/rapida_header.py +0 -0
  73. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/utils/rapida_region.py +0 -0
  74. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/utils/rapida_source.py +0 -0
  75. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/utils/rapida_value.py +0 -0
  76. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/version.py +0 -0
  77. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida_python.egg-info/SOURCES.txt +0 -0
  78. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida_python.egg-info/dependency_links.txt +0 -0
  79. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida_python.egg-info/requires.txt +0 -0
  80. {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida_python.egg-info/top_level.txt +0 -0
  81. {rapida_python-0.1.21 → rapida_python-0.1.22}/setup.cfg +0 -0
  82. {rapida_python-0.1.21 → rapida_python-0.1.22}/setup.py +0 -0
  83. {rapida_python-0.1.21 → rapida_python-0.1.22}/tests/test_configs.py +0 -0
  84. {rapida_python-0.1.21 → rapida_python-0.1.22}/tests/test_connections.py +0 -0
  85. {rapida_python-0.1.21 → rapida_python-0.1.22}/tests/test_version.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rapida-python
3
- Version: 0.1.21
3
+ Version: 0.1.22
4
4
  Summary: RapidaAI SDK to integrate rapida.ai APIs
5
5
  Author-email: RapidaAI <code@rapida.ai>
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "rapida-python"
7
- version = "0.1.21"
7
+ version = "0.1.22"
8
8
  description = "RapidaAI SDK to integrate rapida.ai APIs"
9
9
  readme = "README.md"
10
10
  authors = [{name = "RapidaAI", email = "code@rapida.ai"}]
@@ -93,7 +93,47 @@ from rapida.clients.endpoint import (
93
93
  from rapida.clients.invoke import invoke
94
94
 
95
95
 
96
- # # Protobuf imports
96
+ # # Protobuf imports - Import common_pb2 FIRST since other protos depend on it
97
+ from rapida.clients.protos.common_pb2 import (
98
+ FieldSelector,
99
+ Criteria,
100
+ Error,
101
+ Paginate,
102
+ Paginated,
103
+ Ordering,
104
+ User,
105
+ BaseResponse,
106
+ Metadata,
107
+ Argument,
108
+ Variable,
109
+ Tag,
110
+ Organization,
111
+ Metric,
112
+ Content,
113
+ Message as ProtoMessage,
114
+ ToolCall,
115
+ FunctionCall,
116
+ Knowledge,
117
+ TextPrompt,
118
+ TextChatCompletePrompt,
119
+ AssistantConversationMessage,
120
+ AssistantConversationContext,
121
+ AssistantConversation,
122
+ GetAllAssistantConversationRequest,
123
+ GetAllAssistantConversationResponse,
124
+ GetAllConversationMessageRequest,
125
+ GetAllConversationMessageResponse,
126
+ AssistantConversationMessageTextContent,
127
+ AssistantConversationMessageAudioContent,
128
+ AssistantDefinition,
129
+ AssistantConversationConfiguration,
130
+ AssistantConversationInterruption,
131
+ AssistantConversationUserMessage,
132
+ AssistantConversationAction,
133
+ AssistantConversationAssistantMessage,
134
+ )
135
+
136
+ # Now import other protos that may depend on common_pb2
97
137
  from rapida.clients.protos.assistant_knowledge_pb2 import (
98
138
  AssistantKnowledge,
99
139
  CreateAssistantKnowledgeRequest,
@@ -104,27 +144,15 @@ from rapida.clients.protos.assistant_knowledge_pb2 import (
104
144
  GetAllAssistantKnowledgeRequest,
105
145
  GetAllAssistantKnowledgeResponse,
106
146
  )
107
- from rapida.clients.protos.marketplace_api_pb2 import (
108
- GetAllDeploymentRequest,
109
- SearchableDeployment,
110
- GetAllDeploymentResponse,
111
- )
112
- from rapida.clients.protos.audit_logging_api_pb2 import (
113
- AuditLog,
114
- GetAllAuditLogRequest,
115
- GetAllAuditLogResponse,
116
- GetAuditLogRequest,
117
- GetAuditLogResponse,
118
- CreateMetadataRequest,
119
- CreateMetadataResponse,
120
- )
121
- from rapida.clients.protos.provider_api_pb2 import (
122
- GetAllModelProviderRequest,
123
- GetAllModelProviderResponse,
124
- ToolProvider,
125
- GetAllToolProviderRequest,
126
- GetAllToolProviderResponse,
127
- )
147
+ # from rapida.clients.protos.audit_logging_api_pb2 import (
148
+ # AuditLog,
149
+ # GetAllAuditLogRequest,
150
+ # GetAllAuditLogResponse,
151
+ # GetAuditLogRequest,
152
+ # GetAuditLogResponse,
153
+ # CreateMetadataRequest,
154
+ # CreateMetadataResponse,
155
+ # )
128
156
  from rapida.clients.protos.vault_api_pb2 import (
129
157
  VaultCredential,
130
158
  CreateProviderCredentialRequest,
@@ -155,15 +183,6 @@ from rapida.clients.protos.assistant_analysis_pb2 import (
155
183
  GetAllAssistantAnalysisRequest,
156
184
  GetAllAssistantAnalysisResponse,
157
185
  )
158
- from rapida.clients.protos.sendgrid_api_pb2 import (
159
- Contact,
160
- WelcomeEmailRequest,
161
- WelcomeEmailResponse,
162
- ResetPasswordEmailRequest,
163
- ResetPasswordEmailResponse,
164
- InviteMemeberEmailRequest,
165
- InviteMemeberEmailResponse,
166
- )
167
186
  from rapida.clients.protos.invoker_api_pb2 import (
168
187
  EndpointDefinition,
169
188
  InvokeRequest,
@@ -225,44 +244,6 @@ from rapida.clients.protos.web_api_pb2 import (
225
244
  CreateProjectCredentialResponse,
226
245
  GetAllProjectCredentialResponse,
227
246
  )
228
- from rapida.clients.protos.common_pb2 import (
229
- FieldSelector,
230
- Criteria,
231
- Error,
232
- Paginate,
233
- Paginated,
234
- Ordering,
235
- User,
236
- BaseResponse,
237
- Metadata,
238
- Argument,
239
- Variable,
240
- Tag,
241
- Organization,
242
- Metric,
243
- Content,
244
- Message as ProtoMessage,
245
- ToolCall,
246
- FunctionCall,
247
- Knowledge,
248
- TextPrompt,
249
- TextChatCompletePrompt,
250
- AssistantConversationMessage,
251
- AssistantConversationContext,
252
- AssistantConversation,
253
- GetAllAssistantConversationRequest,
254
- GetAllAssistantConversationResponse,
255
- GetAllConversationMessageRequest,
256
- GetAllConversationMessageResponse,
257
- AssistantConversationMessageTextContent,
258
- AssistantConversationMessageAudioContent,
259
- AssistantDefinition,
260
- AssistantConversationConfiguration,
261
- AssistantConversationInterruption,
262
- AssistantConversationUserMessage,
263
- AssistantConversationAction,
264
- AssistantConversationAssistantMessage,
265
- )
266
247
  from rapida.clients.protos.assistant_webhook_pb2 import (
267
248
  AssistantWebhook,
268
249
  AssistantWebhookLog,
@@ -474,21 +455,12 @@ __all__ = [
474
455
  "GetAssistantKnowledgeResponse",
475
456
  "GetAllAssistantKnowledgeRequest",
476
457
  "GetAllAssistantKnowledgeResponse",
477
- "GetAllDeploymentRequest",
478
- "SearchableDeployment",
479
- "GetAllDeploymentResponse",
480
458
  "AuditLog",
481
459
  "GetAllAuditLogRequest",
482
460
  "GetAllAuditLogResponse",
483
461
  "GetAuditLogRequest",
484
462
  "GetAuditLogResponse",
485
463
  "CreateMetadataRequest",
486
- "CreateMetadataResponse",
487
- "GetAllModelProviderRequest",
488
- "GetAllModelProviderResponse",
489
- "ToolProvider",
490
- "GetAllToolProviderRequest",
491
- "GetAllToolProviderResponse",
492
464
  "VaultCredential",
493
465
  "CreateProviderCredentialRequest",
494
466
  "DeleteCredentialRequest",
@@ -518,13 +490,6 @@ __all__ = [
518
490
  "GetAssistantAnalysisResponse",
519
491
  "GetAllAssistantAnalysisRequest",
520
492
  "GetAllAssistantAnalysisResponse",
521
- "Contact",
522
- "WelcomeEmailRequest",
523
- "WelcomeEmailResponse",
524
- "ResetPasswordEmailRequest",
525
- "ResetPasswordEmailResponse",
526
- "InviteMemeberEmailRequest",
527
- "InviteMemeberEmailResponse",
528
493
  "EndpointDefinition",
529
494
  "InvokeRequest",
530
495
  "InvokeResponse",
@@ -623,12 +588,8 @@ __all__ = [
623
588
  "GetAssistantWebhookLogRequest",
624
589
  "GetAssistantWebhookLogResponse",
625
590
  "GetAllAssistantWebhookLogResponse",
626
- "KnowledgeConnectRequest",
627
- "KnowledgeConnectResponse",
628
591
  "GeneralConnectRequest",
629
592
  "GeneralConnectResponse",
630
- "ActionConnectRequest",
631
- "ActionConnectResponse",
632
593
  "GetConnectorFilesRequest",
633
594
  "GetConnectorFilesResponse",
634
595
  "EndpointAttribute",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rapida-python
3
- Version: 0.1.21
3
+ Version: 0.1.22
4
4
  Summary: RapidaAI SDK to integrate rapida.ai APIs
5
5
  Author-email: RapidaAI <code@rapida.ai>
6
6
  License-Expression: MIT
File without changes
File without changes
File without changes