rasa-sdk 3.20.0.dev1__tar.gz → 3.20.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.20.0.dev1 → rasa_sdk-3.20.0.dev2}/PKG-INFO +9 -9
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/pyproject.toml +12 -12
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/executor.py +0 -2
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/grpc_py/action_webhook_pb2.py +4 -4
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/grpc_py/action_webhook_pb2.pyi +3 -2
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/grpc_py/action_webhook_pb2_grpc.py +5 -5
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/version.py +1 -1
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/LICENSE.txt +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/README.md +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/__init__.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/__main__.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/cli/__init__.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/cli/arguments.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/constants.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/endpoint.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/events.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/exceptions.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/forms.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/grpc_errors.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/grpc_py/__init__.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/grpc_server.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/interfaces.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/knowledge_base/__init__.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/knowledge_base/actions.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/knowledge_base/storage.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/knowledge_base/utils.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/plugin.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/slots.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/tracing/config.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/tracing/endpoints.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/tracing/instrumentation/attribute_extractors.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/tracing/instrumentation/instrumentation.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/tracing/tracer_register.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/tracing/utils.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/types.py +0 -0
- {rasa_sdk-3.20.0.dev1 → rasa_sdk-3.20.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.20.0.
|
|
3
|
+
Version: 3.20.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,18 +20,18 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
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.
|
|
24
|
-
Requires-Dist: grpcio-health-checking (>=1.
|
|
25
|
-
Requires-Dist: grpcio-tools (>=1.
|
|
26
|
-
Requires-Dist: opentelemetry-api (>=1.
|
|
27
|
-
Requires-Dist: opentelemetry-exporter-otlp (>=1.
|
|
28
|
-
Requires-Dist: opentelemetry-sdk (>=1.
|
|
23
|
+
Requires-Dist: grpcio (>=1.83.0,<1.84.0)
|
|
24
|
+
Requires-Dist: grpcio-health-checking (>=1.83.0,<1.84.0)
|
|
25
|
+
Requires-Dist: grpcio-tools (>=1.83.0,<1.84.0) ; python_version < "3.14"
|
|
26
|
+
Requires-Dist: opentelemetry-api (>=1.44.0,<1.45.0)
|
|
27
|
+
Requires-Dist: opentelemetry-exporter-otlp (>=1.44.0,<1.45.0)
|
|
28
|
+
Requires-Dist: opentelemetry-sdk (>=1.44.0,<1.45.0)
|
|
29
29
|
Requires-Dist: pluggy (>=1.0.0,<2.0.0)
|
|
30
|
-
Requires-Dist: protobuf (>=
|
|
30
|
+
Requires-Dist: protobuf (>=7.35.1,<7.36.0)
|
|
31
31
|
Requires-Dist: pydantic (>=2.13.4,<2.14.0)
|
|
32
32
|
Requires-Dist: ruamel.yaml (>=0.19.1,<0.20.0)
|
|
33
33
|
Requires-Dist: sanic (>=25.12,<25.13)
|
|
34
|
-
Requires-Dist: typing-extensions (>=4.
|
|
34
|
+
Requires-Dist: typing-extensions (>=4.16.0,<4.17.0)
|
|
35
35
|
Requires-Dist: websockets (>=10.0,<16)
|
|
36
36
|
Project-URL: Documentation, https://rasa.com/docs
|
|
37
37
|
Project-URL: Homepage, https://rasa.com
|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|
|
4
4
|
|
|
5
5
|
[tool.poetry]
|
|
6
6
|
name = "rasa-sdk"
|
|
7
|
-
version = "3.20.0.
|
|
7
|
+
version = "3.20.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>",]
|
|
@@ -73,18 +73,18 @@ exclude = [ "rasa_sdk/grpc_py", "eggs", ".git", ".pytest_cache", "build", "dist"
|
|
|
73
73
|
python = ">=3.10,<3.15"
|
|
74
74
|
coloredlogs = ">=10,<16"
|
|
75
75
|
sanic = "~25.12"
|
|
76
|
-
typing-extensions = "~4.
|
|
76
|
+
typing-extensions = "~4.16.0"
|
|
77
77
|
Sanic-Cors = "^2.0.0"
|
|
78
78
|
"ruamel.yaml" = "~0.19.1"
|
|
79
79
|
websockets = ">=10.0,<16"
|
|
80
80
|
pluggy = "^1.0.0"
|
|
81
81
|
pydantic = "~2.13.4"
|
|
82
|
-
grpcio-health-checking = "~1.
|
|
83
|
-
opentelemetry-sdk = "~1.
|
|
84
|
-
opentelemetry-exporter-otlp = "~1.
|
|
85
|
-
opentelemetry-api = "~1.
|
|
86
|
-
grpcio = "~1.
|
|
87
|
-
protobuf = "~
|
|
82
|
+
grpcio-health-checking = "~1.83.0"
|
|
83
|
+
opentelemetry-sdk = "~1.44.0"
|
|
84
|
+
opentelemetry-exporter-otlp = "~1.44.0"
|
|
85
|
+
opentelemetry-api = "~1.44.0"
|
|
86
|
+
grpcio = "~1.83.0"
|
|
87
|
+
protobuf = "~7.35.1"
|
|
88
88
|
|
|
89
89
|
[tool.poetry.requires-plugins]
|
|
90
90
|
poetry-plugin-export = ">=1.8"
|
|
@@ -98,7 +98,7 @@ python_functions = "test_"
|
|
|
98
98
|
asyncio_mode = "auto"
|
|
99
99
|
|
|
100
100
|
[tool.poetry.dependencies.grpcio-tools]
|
|
101
|
-
version = "~1.
|
|
101
|
+
version = "~1.83.0"
|
|
102
102
|
python = "<3.14"
|
|
103
103
|
|
|
104
104
|
[tool.ruff.lint.pydocstyle]
|
|
@@ -108,15 +108,15 @@ convention = "google"
|
|
|
108
108
|
pytest-cov = "~5.0.0"
|
|
109
109
|
coveralls = "~4.1.0"
|
|
110
110
|
pytest = "^7.4.0"
|
|
111
|
-
questionary = ">=1.
|
|
111
|
+
questionary = ">=2.1.1,<3.0.0"
|
|
112
112
|
towncrier = "~25.8.0"
|
|
113
113
|
toml = "^0.10.0"
|
|
114
114
|
semantic_version = "^2.8.5"
|
|
115
|
-
mypy = "~2.
|
|
115
|
+
mypy = "~2.3.0"
|
|
116
116
|
sanic-testing = "~24.6.0"
|
|
117
117
|
ruff = "~0.15.14"
|
|
118
118
|
pytest-asyncio = "^0.23.6"
|
|
119
|
-
types-protobuf = "
|
|
119
|
+
types-protobuf = "7.35.1.20260906"
|
|
120
120
|
|
|
121
121
|
[tool.poetry.group.dev.dependencies.pep440-version-utils]
|
|
122
122
|
version = "~1.2.0"
|
|
@@ -16,7 +16,6 @@ from typing import (
|
|
|
16
16
|
Text,
|
|
17
17
|
Type,
|
|
18
18
|
Union,
|
|
19
|
-
cast,
|
|
20
19
|
)
|
|
21
20
|
from collections import namedtuple
|
|
22
21
|
import types
|
|
@@ -446,7 +445,6 @@ class ActionExecutor:
|
|
|
446
445
|
`Action` subclass class or an actual `Action` subclass.
|
|
447
446
|
"""
|
|
448
447
|
if inspect.isclass(action):
|
|
449
|
-
action = cast(Type[Action], action)
|
|
450
448
|
if action.__module__.startswith("rasa."):
|
|
451
449
|
logger.warning(f"Skipping built in Action {action}.")
|
|
452
450
|
return
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: rasa_sdk/grpc_py/action_webhook.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.35.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
35,
|
|
16
|
+
1,
|
|
17
17
|
'',
|
|
18
18
|
'rasa_sdk/grpc_py/action_webhook.proto'
|
|
19
19
|
)
|
|
@@ -3,7 +3,8 @@ from google.protobuf import empty_pb2 as _empty_pb2
|
|
|
3
3
|
from google.protobuf.internal import containers as _containers
|
|
4
4
|
from google.protobuf import descriptor as _descriptor
|
|
5
5
|
from google.protobuf import message as _message
|
|
6
|
-
from
|
|
6
|
+
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
|
7
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
7
8
|
|
|
8
9
|
DESCRIPTOR: _descriptor.FileDescriptor
|
|
9
10
|
|
|
@@ -104,7 +105,7 @@ class Tracker(_message.Message):
|
|
|
104
105
|
latest_action_name: str
|
|
105
106
|
stack: _containers.RepeatedCompositeFieldContainer[_struct_pb2.Struct]
|
|
106
107
|
user_id: str
|
|
107
|
-
def __init__(self, sender_id: _Optional[str] = ..., slots: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., latest_message: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., events: _Optional[_Iterable[_Union[_struct_pb2.Struct, _Mapping]]] = ..., paused: bool = ..., followup_action: _Optional[str] = ..., active_loop: _Optional[_Mapping[str, str]] = ..., latest_action_name: _Optional[str] = ..., stack: _Optional[_Iterable[_Union[_struct_pb2.Struct, _Mapping]]] = ..., user_id: _Optional[str] = ...) -> None: ...
|
|
108
|
+
def __init__(self, sender_id: _Optional[str] = ..., slots: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., latest_message: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., events: _Optional[_Iterable[_Union[_struct_pb2.Struct, _Mapping]]] = ..., paused: _Optional[bool] = ..., followup_action: _Optional[str] = ..., active_loop: _Optional[_Mapping[str, str]] = ..., latest_action_name: _Optional[str] = ..., stack: _Optional[_Iterable[_Union[_struct_pb2.Struct, _Mapping]]] = ..., user_id: _Optional[str] = ...) -> None: ...
|
|
108
109
|
|
|
109
110
|
class Intent(_message.Message):
|
|
110
111
|
__slots__ = ("string_value", "dict_value")
|
|
@@ -6,7 +6,7 @@ import warnings
|
|
|
6
6
|
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
|
|
7
7
|
from rasa_sdk.grpc_py import action_webhook_pb2 as rasa__sdk_dot_grpc__py_dot_action__webhook__pb2
|
|
8
8
|
|
|
9
|
-
GRPC_GENERATED_VERSION = '1.
|
|
9
|
+
GRPC_GENERATED_VERSION = '1.83.1'
|
|
10
10
|
GRPC_VERSION = grpc.__version__
|
|
11
11
|
_version_not_supported = False
|
|
12
12
|
|
|
@@ -19,14 +19,14 @@ except ImportError:
|
|
|
19
19
|
if _version_not_supported:
|
|
20
20
|
raise RuntimeError(
|
|
21
21
|
f'The grpc package installed is at version {GRPC_VERSION},'
|
|
22
|
-
+
|
|
22
|
+
+ ' but the generated code in rasa_sdk/grpc_py/action_webhook_pb2_grpc.py depends on'
|
|
23
23
|
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
|
24
24
|
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
|
25
25
|
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
|
26
26
|
)
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
class ActionServiceStub
|
|
29
|
+
class ActionServiceStub:
|
|
30
30
|
"""Missing associated documentation comment in .proto file."""
|
|
31
31
|
|
|
32
32
|
def __init__(self, channel):
|
|
@@ -57,7 +57,7 @@ class ActionServiceStub(object):
|
|
|
57
57
|
_registered_method=True)
|
|
58
58
|
|
|
59
59
|
|
|
60
|
-
class ActionServiceServicer
|
|
60
|
+
class ActionServiceServicer:
|
|
61
61
|
"""Missing associated documentation comment in .proto file."""
|
|
62
62
|
|
|
63
63
|
def Webhook(self, request, context):
|
|
@@ -115,7 +115,7 @@ def add_ActionServiceServicer_to_server(servicer, server):
|
|
|
115
115
|
|
|
116
116
|
|
|
117
117
|
# This class is part of an EXPERIMENTAL API.
|
|
118
|
-
class ActionService
|
|
118
|
+
class ActionService:
|
|
119
119
|
"""Missing associated documentation comment in .proto file."""
|
|
120
120
|
|
|
121
121
|
@staticmethod
|
|
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.20.0.dev1 → rasa_sdk-3.20.0.dev2}/rasa_sdk/tracing/instrumentation/instrumentation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|