rasa-sdk 3.14.0.dev1__tar.gz → 3.14.0.dev2__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.
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/PKG-INFO +8 -8
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/pyproject.toml +8 -8
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/grpc_py/action_webhook_pb2.py +4 -4
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/grpc_py/action_webhook_pb2_grpc.py +8 -53
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/version.py +1 -1
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/LICENSE.txt +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/README.md +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/__init__.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/__main__.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/cli/__init__.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/cli/arguments.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/constants.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/endpoint.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/events.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/exceptions.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/executor.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/forms.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/grpc_errors.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/grpc_py/__init__.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/grpc_py/action_webhook_pb2.pyi +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/grpc_server.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/interfaces.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/knowledge_base/__init__.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/knowledge_base/actions.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/knowledge_base/storage.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/knowledge_base/utils.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/plugin.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/slots.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/tracing/config.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/tracing/endpoints.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/tracing/instrumentation/attribute_extractors.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/tracing/instrumentation/instrumentation.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/tracing/tracer_register.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/tracing/utils.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/types.py +0 -0
- {rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: rasa-sdk
|
|
3
|
-
Version: 3.14.0.
|
|
3
|
+
Version: 3.14.0.dev2
|
|
4
4
|
Summary: Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Keywords: nlp,machine-learning,machine-learning-library,bot,bots,botkit,rasa conversational-agents,conversational-ai,chatbot,chatbot-framework,bot-framework
|
|
@@ -20,15 +20,15 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
20
20
|
Classifier: Topic :: Software Development :: Libraries
|
|
21
21
|
Requires-Dist: Sanic-Cors (>=2.0.0,<3.0.0)
|
|
22
22
|
Requires-Dist: coloredlogs (>=10,<16)
|
|
23
|
-
Requires-Dist: grpcio (>=1.
|
|
23
|
+
Requires-Dist: grpcio (>=1.60.0,<1.61.0)
|
|
24
24
|
Requires-Dist: grpcio-health-checking (>=1.59.3,<1.60.0)
|
|
25
|
-
Requires-Dist: grpcio-tools (>=1.
|
|
26
|
-
Requires-Dist: opentelemetry-api (>=1.
|
|
27
|
-
Requires-Dist: opentelemetry-exporter-jaeger (>=1.
|
|
28
|
-
Requires-Dist: opentelemetry-exporter-otlp (>=1.
|
|
29
|
-
Requires-Dist: opentelemetry-sdk (>=1.
|
|
25
|
+
Requires-Dist: grpcio-tools (>=1.60.0,<1.61.0)
|
|
26
|
+
Requires-Dist: opentelemetry-api (>=1.16.0,<1.17.0)
|
|
27
|
+
Requires-Dist: opentelemetry-exporter-jaeger (>=1.16.0,<1.17.0)
|
|
28
|
+
Requires-Dist: opentelemetry-exporter-otlp (>=1.16.0,<1.17.0)
|
|
29
|
+
Requires-Dist: opentelemetry-sdk (>=1.16.0,<1.17.0)
|
|
30
30
|
Requires-Dist: pluggy (>=1.0.0,<2.0.0)
|
|
31
|
-
Requires-Dist: protobuf (>=
|
|
31
|
+
Requires-Dist: protobuf (>=4.25.8,<4.26.0)
|
|
32
32
|
Requires-Dist: pydantic (>=2.6.4,<3.0.0)
|
|
33
33
|
Requires-Dist: ruamel.yaml (>=0.16.5,<0.18.0)
|
|
34
34
|
Requires-Dist: sanic (>=22.12,<23.0)
|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|
|
4
4
|
|
|
5
5
|
[tool.poetry]
|
|
6
6
|
name = "rasa-sdk"
|
|
7
|
-
version = "3.14.0.
|
|
7
|
+
version = "3.14.0.dev2"
|
|
8
8
|
description = "Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants"
|
|
9
9
|
authors = [ "Rasa Technologies GmbH <hi@rasa.com>",]
|
|
10
10
|
maintainers = [ "Tom Bocklisch <tom@rasa.com>",]
|
|
@@ -78,15 +78,15 @@ Sanic-Cors = "^2.0.0"
|
|
|
78
78
|
"ruamel.yaml" = ">=0.16.5,<0.18.0"
|
|
79
79
|
websockets = ">=10.0,<12.0"
|
|
80
80
|
pluggy = "^1.0.0"
|
|
81
|
-
opentelemetry-api = "~1.
|
|
82
|
-
opentelemetry-sdk = "~1.
|
|
83
|
-
opentelemetry-exporter-jaeger = "~1.
|
|
84
|
-
opentelemetry-exporter-otlp = "~1.
|
|
85
|
-
grpcio = "~1.
|
|
86
|
-
protobuf = "~
|
|
81
|
+
opentelemetry-api = "~1.16.0"
|
|
82
|
+
opentelemetry-sdk = "~1.16.0"
|
|
83
|
+
opentelemetry-exporter-jaeger = "~1.16.0"
|
|
84
|
+
opentelemetry-exporter-otlp = "~1.16.0"
|
|
85
|
+
grpcio = "~1.60.0"
|
|
86
|
+
protobuf = "~4.25.8"
|
|
87
87
|
pydantic = "^2.6.4"
|
|
88
88
|
grpcio-health-checking = "~1.59.3"
|
|
89
|
-
grpcio-tools = "~1.
|
|
89
|
+
grpcio-tools = "~1.60.0"
|
|
90
90
|
|
|
91
91
|
[tool.poetry.requires-plugins]
|
|
92
92
|
poetry-plugin-export = ">=1.8"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# source: rasa_sdk/grpc_py/action_webhook.proto
|
|
4
|
-
# Protobuf Python Version:
|
|
4
|
+
# Protobuf Python Version: 4.25.0
|
|
5
5
|
"""Generated protocol buffer code."""
|
|
6
6
|
from google.protobuf import descriptor as _descriptor
|
|
7
7
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -20,9 +20,9 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%rasa_sdk/grpc_py/
|
|
|
20
20
|
_globals = globals()
|
|
21
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
22
22
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'rasa_sdk.grpc_py.action_webhook_pb2', _globals)
|
|
23
|
-
if
|
|
24
|
-
DESCRIPTOR.
|
|
25
|
-
_globals['_TRACKER_ACTIVELOOPENTRY'].
|
|
23
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
24
|
+
DESCRIPTOR._options = None
|
|
25
|
+
_globals['_TRACKER_ACTIVELOOPENTRY']._options = None
|
|
26
26
|
_globals['_TRACKER_ACTIVELOOPENTRY']._serialized_options = b'8\001'
|
|
27
27
|
_globals['_ACTIONSREQUEST']._serialized_start=94
|
|
28
28
|
_globals['_ACTIONSREQUEST']._serialized_end=110
|
|
@@ -1,34 +1,9 @@
|
|
|
1
1
|
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
|
2
2
|
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
3
|
import grpc
|
|
4
|
-
import warnings
|
|
5
4
|
|
|
6
5
|
from rasa_sdk.grpc_py import action_webhook_pb2 as rasa__sdk_dot_grpc__py_dot_action__webhook__pb2
|
|
7
6
|
|
|
8
|
-
GRPC_GENERATED_VERSION = '1.63.2'
|
|
9
|
-
GRPC_VERSION = grpc.__version__
|
|
10
|
-
EXPECTED_ERROR_RELEASE = '1.65.0'
|
|
11
|
-
SCHEDULED_RELEASE_DATE = 'June 25, 2024'
|
|
12
|
-
_version_not_supported = False
|
|
13
|
-
|
|
14
|
-
try:
|
|
15
|
-
from grpc._utilities import first_version_is_lower
|
|
16
|
-
_version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION)
|
|
17
|
-
except ImportError:
|
|
18
|
-
_version_not_supported = True
|
|
19
|
-
|
|
20
|
-
if _version_not_supported:
|
|
21
|
-
warnings.warn(
|
|
22
|
-
f'The grpc package installed is at version {GRPC_VERSION},'
|
|
23
|
-
+ f' but the generated code in rasa_sdk/grpc_py/action_webhook_pb2_grpc.py depends on'
|
|
24
|
-
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
|
25
|
-
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
|
26
|
-
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
|
27
|
-
+ f' This warning will become an error in {EXPECTED_ERROR_RELEASE},'
|
|
28
|
-
+ f' scheduled for release on {SCHEDULED_RELEASE_DATE}.',
|
|
29
|
-
RuntimeWarning
|
|
30
|
-
)
|
|
31
|
-
|
|
32
7
|
|
|
33
8
|
class ActionServiceStub(object):
|
|
34
9
|
"""Missing associated documentation comment in .proto file."""
|
|
@@ -43,12 +18,12 @@ class ActionServiceStub(object):
|
|
|
43
18
|
'/action_server_webhook.ActionService/Webhook',
|
|
44
19
|
request_serializer=rasa__sdk_dot_grpc__py_dot_action__webhook__pb2.WebhookRequest.SerializeToString,
|
|
45
20
|
response_deserializer=rasa__sdk_dot_grpc__py_dot_action__webhook__pb2.WebhookResponse.FromString,
|
|
46
|
-
|
|
21
|
+
)
|
|
47
22
|
self.Actions = channel.unary_unary(
|
|
48
23
|
'/action_server_webhook.ActionService/Actions',
|
|
49
24
|
request_serializer=rasa__sdk_dot_grpc__py_dot_action__webhook__pb2.ActionsRequest.SerializeToString,
|
|
50
25
|
response_deserializer=rasa__sdk_dot_grpc__py_dot_action__webhook__pb2.ActionsResponse.FromString,
|
|
51
|
-
|
|
26
|
+
)
|
|
52
27
|
|
|
53
28
|
|
|
54
29
|
class ActionServiceServicer(object):
|
|
@@ -100,21 +75,11 @@ class ActionService(object):
|
|
|
100
75
|
wait_for_ready=None,
|
|
101
76
|
timeout=None,
|
|
102
77
|
metadata=None):
|
|
103
|
-
return grpc.experimental.unary_unary(
|
|
104
|
-
request,
|
|
105
|
-
target,
|
|
106
|
-
'/action_server_webhook.ActionService/Webhook',
|
|
78
|
+
return grpc.experimental.unary_unary(request, target, '/action_server_webhook.ActionService/Webhook',
|
|
107
79
|
rasa__sdk_dot_grpc__py_dot_action__webhook__pb2.WebhookRequest.SerializeToString,
|
|
108
80
|
rasa__sdk_dot_grpc__py_dot_action__webhook__pb2.WebhookResponse.FromString,
|
|
109
|
-
options,
|
|
110
|
-
|
|
111
|
-
insecure,
|
|
112
|
-
call_credentials,
|
|
113
|
-
compression,
|
|
114
|
-
wait_for_ready,
|
|
115
|
-
timeout,
|
|
116
|
-
metadata,
|
|
117
|
-
_registered_method=True)
|
|
81
|
+
options, channel_credentials,
|
|
82
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
118
83
|
|
|
119
84
|
@staticmethod
|
|
120
85
|
def Actions(request,
|
|
@@ -127,18 +92,8 @@ class ActionService(object):
|
|
|
127
92
|
wait_for_ready=None,
|
|
128
93
|
timeout=None,
|
|
129
94
|
metadata=None):
|
|
130
|
-
return grpc.experimental.unary_unary(
|
|
131
|
-
request,
|
|
132
|
-
target,
|
|
133
|
-
'/action_server_webhook.ActionService/Actions',
|
|
95
|
+
return grpc.experimental.unary_unary(request, target, '/action_server_webhook.ActionService/Actions',
|
|
134
96
|
rasa__sdk_dot_grpc__py_dot_action__webhook__pb2.ActionsRequest.SerializeToString,
|
|
135
97
|
rasa__sdk_dot_grpc__py_dot_action__webhook__pb2.ActionsResponse.FromString,
|
|
136
|
-
options,
|
|
137
|
-
|
|
138
|
-
insecure,
|
|
139
|
-
call_credentials,
|
|
140
|
-
compression,
|
|
141
|
-
wait_for_ready,
|
|
142
|
-
timeout,
|
|
143
|
-
metadata,
|
|
144
|
-
_registered_method=True)
|
|
98
|
+
options, channel_credentials,
|
|
99
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
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
|
{rasa_sdk-3.14.0.dev1 → rasa_sdk-3.14.0.dev2}/rasa_sdk/tracing/instrumentation/instrumentation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|