rapida-python 0.1.19__tar.gz → 0.1.20__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.
- {rapida_python-0.1.19 → rapida_python-0.1.20}/PKG-INFO +1 -1
- {rapida_python-0.1.19 → rapida_python-0.1.20}/pyproject.toml +1 -1
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/__init__.py +8 -13
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida_python.egg-info/PKG-INFO +1 -1
- {rapida_python-0.1.19 → rapida_python-0.1.20}/README.md +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/__init__.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/assistant.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/call.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/endpoint.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/invoke.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_analysis_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_analysis_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_analysis_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_deployment_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_deployment_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_deployment_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_knowledge_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_knowledge_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_knowledge_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_provider_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_provider_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_provider_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_tool_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_tool_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_tool_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_webhook_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_webhook_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_webhook_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/audit_logging_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/audit_logging_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/audit_logging_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/common_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/common_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/common_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/connect_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/connect_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/connect_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/document_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/document_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/document_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/endpoint_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/endpoint_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/endpoint_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/integration_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/integration_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/integration_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/invoker_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/invoker_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/invoker_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/knowledge_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/knowledge_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/knowledge_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/notification_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/notification_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/notification_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/talk_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/talk_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/talk_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/vault_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/vault_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/vault_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/web_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/web_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/web_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/configs/__init__.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/connections/__init__.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/utils/__init__.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/utils/rapida_environment.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/utils/rapida_header.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/utils/rapida_region.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/utils/rapida_source.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/utils/rapida_value.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/version.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida_python.egg-info/SOURCES.txt +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida_python.egg-info/dependency_links.txt +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida_python.egg-info/requires.txt +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/rapida_python.egg-info/top_level.txt +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/setup.cfg +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/setup.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/tests/test_configs.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/tests/test_connections.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.20}/tests/test_version.py +0 -0
|
@@ -387,29 +387,29 @@ from rapida.clients.protos.knowledge_api_pb2 import (
|
|
|
387
387
|
)
|
|
388
388
|
from rapida.clients.protos.assistant_api_pb2 import (
|
|
389
389
|
Assistant,
|
|
390
|
-
AssistantProviderModel,
|
|
391
390
|
CreateAssistantRequest,
|
|
392
|
-
CreateAssistantProviderModelRequest,
|
|
393
|
-
GetAssistantProviderModelResponse,
|
|
394
391
|
CreateAssistantTagRequest,
|
|
395
392
|
GetAssistantRequest,
|
|
396
393
|
DeleteAssistantRequest,
|
|
397
394
|
GetAssistantResponse,
|
|
398
395
|
GetAllAssistantRequest,
|
|
399
396
|
GetAllAssistantResponse,
|
|
400
|
-
GetAllAssistantProviderModelRequest,
|
|
401
|
-
GetAllAssistantProviderModelResponse,
|
|
402
397
|
GetAllAssistantMessageRequest,
|
|
403
398
|
GetAllAssistantMessageResponse,
|
|
404
399
|
GetAllMessageRequest,
|
|
405
400
|
GetAllMessageResponse,
|
|
406
|
-
UpdateAssistantVersionRequest,
|
|
407
401
|
UpdateAssistantDetailRequest,
|
|
408
402
|
GetAssistantConversationRequest,
|
|
409
403
|
GetAssistantConversationResponse,
|
|
410
404
|
)
|
|
411
405
|
|
|
412
|
-
from rapida.clients.protos.talk_api_pb2_grpc import
|
|
406
|
+
from rapida.clients.protos.talk_api_pb2_grpc import (
|
|
407
|
+
TalkServiceServicer,
|
|
408
|
+
AgentKitStub,
|
|
409
|
+
AgentKit,
|
|
410
|
+
AgentKitServicer,
|
|
411
|
+
add_AgentKitServicer_to_server,
|
|
412
|
+
)
|
|
413
413
|
|
|
414
414
|
__all__ = [
|
|
415
415
|
"Any",
|
|
@@ -729,23 +729,17 @@ __all__ = [
|
|
|
729
729
|
"UpdateKnowledgeDocumentSegmentRequest",
|
|
730
730
|
"DeleteKnowledgeDocumentSegmentRequest",
|
|
731
731
|
"Assistant",
|
|
732
|
-
"AssistantProviderModel",
|
|
733
732
|
"CreateAssistantRequest",
|
|
734
|
-
"CreateAssistantProviderModelRequest",
|
|
735
|
-
"GetAssistantProviderModelResponse",
|
|
736
733
|
"CreateAssistantTagRequest",
|
|
737
734
|
"GetAssistantRequest",
|
|
738
735
|
"DeleteAssistantRequest",
|
|
739
736
|
"GetAssistantResponse",
|
|
740
737
|
"GetAllAssistantRequest",
|
|
741
738
|
"GetAllAssistantResponse",
|
|
742
|
-
"GetAllAssistantProviderModelRequest",
|
|
743
|
-
"GetAllAssistantProviderModelResponse",
|
|
744
739
|
"GetAllAssistantMessageRequest",
|
|
745
740
|
"GetAllAssistantMessageResponse",
|
|
746
741
|
"GetAllMessageRequest",
|
|
747
742
|
"GetAllMessageResponse",
|
|
748
|
-
"UpdateAssistantVersionRequest",
|
|
749
743
|
"UpdateAssistantDetailRequest",
|
|
750
744
|
"GetAssistantConversationRequest",
|
|
751
745
|
"GetAssistantConversationResponse",
|
|
@@ -754,5 +748,6 @@ __all__ = [
|
|
|
754
748
|
"AgentKitStub",
|
|
755
749
|
"AgentKit",
|
|
756
750
|
"AgentKitServicer",
|
|
751
|
+
"TalkServiceServicer",
|
|
757
752
|
"add_AgentKitServicer_to_server",
|
|
758
753
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_analysis_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_analysis_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_analysis_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_api_pb2_grpc.py
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_deployment_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_deployment_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_deployment_pb2_grpc.py
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_knowledge_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_knowledge_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_knowledge_pb2_grpc.py
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_provider_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_provider_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_provider_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_tool_pb2_grpc.py
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_webhook_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_webhook_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/assistant_webhook_pb2_grpc.py
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/audit_logging_api_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/audit_logging_api_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/audit_logging_api_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/document_api_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/endpoint_api_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/integration_api_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/knowledge_api_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/notification_api_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.20}/rapida/clients/protos/notification_api_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|