pbesa 4.0.19__tar.gz → 4.0.21__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.
- {pbesa-4.0.19 → pbesa-4.0.21}/PKG-INFO +1 -1
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/cognitive.py +5 -5
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa.egg-info/PKG-INFO +1 -1
- {pbesa-4.0.19 → pbesa-4.0.21}/setup.py +1 -1
- {pbesa-4.0.19 → pbesa-4.0.21}/.gitignore +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/LICENSE +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/LICENSE.txt +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/MANIFEST +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/README.md +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/db.sqlite3 +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/helloworld/__init__.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/helloworld/__pycache__/__init__.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/helloworld/__pycache__/pbesa.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/helloworld/__pycache__/settings.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/helloworld/__pycache__/urls.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/helloworld/__pycache__/wsgi.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/helloworld/asgi.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/helloworld/pbesa.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/helloworld/settings.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/helloworld/urls.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/helloworld/wsgi.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/manage.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/__init__.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/__pycache__/__init__.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/__pycache__/admin.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/__pycache__/apps.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/__pycache__/models.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/__pycache__/urls.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/__pycache__/views.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/admin.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/apps.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/mas/controller/__pycache__/translatecontroller.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/mas/controller/__pycache__/translatedelegate.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/mas/controller/__pycache__/translateresponse.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/mas/controller/translatecontroller.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/mas/controller/translatedelegate.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/mas/controller/translateresponse.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/mas/worker/__pycache__/translatetask.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/mas/worker/__pycache__/workeragent.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/mas/worker/translatetask.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/mas/worker/workeragent.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/migrations/__init__.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/migrations/__pycache__/__init__.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/models.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/tests.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/urls.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/views.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/remote/mas/controller/__pycache__/countercontroller.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/remote/mas/controller/__pycache__/counterdelegate.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/remote/mas/controller/__pycache__/counterresponse.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/remote/mas/controller/__pycache__/translatecontroller.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/remote/mas/controller/__pycache__/translatedelegate.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/remote/mas/controller/__pycache__/translateresponse.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/remote/mas/controller/countercontroller.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/remote/mas/controller/counterdelegate.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/remote/mas/controller/counterresponse.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/remote/mas/worker/__pycache__/counteragent.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/remote/mas/worker/__pycache__/countertask.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/remote/mas/worker/__pycache__/translatetask.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/remote/mas/worker/__pycache__/workeragent.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/remote/mas/worker/counteragent.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/remote/mas/worker/countertask.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/remote/remote_a.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/remote/remote_b.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/examples/remote/remote_c.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/__init__.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/celulas/__init__.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/celulas/celula_casos.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/celulas/celula_consultas.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/celulas/celula_datos_identificables.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/celulas/celula_expertos.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/celulas/celula_generar_documento.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/celulas/celula_preguntas.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/celulas/celula_saludos.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/celulas/celula_simulador_ciudadano.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/celulas/data_extraction_cel.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/celulas/web.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/kernel/__init__.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/kernel/adapter.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/kernel/agent.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/kernel/io/__init__.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/kernel/io/system_file.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/kernel/io/tcp_server.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/kernel/res/__init__.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/kernel/res/__pycache__/__init__.cpython-36.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/kernel/res/__pycache__/__init__.cpython-37.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/kernel/res/__pycache__/__init__.cpython-38.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/kernel/res/__pycache__/__init__.cpython-39.pyc +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/kernel/res/conf.json +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/kernel/util.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/kernel/world.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/mas.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/models.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/remote/__init__.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/remote/adm_listener.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/remote/adm_listener_handler.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/remote/exceptions.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/remote/remote_adm.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/remote/remote_adm_handler.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/social/__init__.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/social/collaborative_team.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/social/delegator.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/social/delegator_team.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/social/dialog.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/social/dispatcher_team.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/social/prompts.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/social/selected_dispatcher_team.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/social/templates.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa/social/worker.py +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa.egg-info/SOURCES.txt +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa.egg-info/dependency_links.txt +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa.egg-info/requires.txt +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/pbesa.egg-info/top_level.txt +0 -0
- {pbesa-4.0.19 → pbesa-4.0.21}/setup.cfg +0 -0
@@ -887,9 +887,8 @@ class Dialog(ABC):
|
|
887
887
|
#es_caso = ("QUEJA_DEMANDA" in caso) and ("NO_PREGUNTA" in consulta) and ("NO_SALUDO" in saludo) and not ("NO_QUEJA_DEMANDA" in caso)
|
888
888
|
|
889
889
|
es_saludo = ("SALUDO" in saludo) and not ("NO_SALUDO" in saludo)
|
890
|
-
es_consulta = ("PREGUNTA_O_SOLICITUD" in consulta) and ("NO_PREGUNTA" in consulta)
|
891
|
-
es_caso = ("QUEJA_DEMANDA" in caso) and ("
|
892
|
-
|
890
|
+
es_consulta = ("PREGUNTA_O_SOLICITUD" in consulta) and not ("NO_PREGUNTA" in consulta)
|
891
|
+
es_caso = ("QUEJA_DEMANDA" in caso) and not ("NO_QUEJA_DEMANDA" in caso)
|
893
892
|
|
894
893
|
logging.info("\n------------------- Clase --------------------------")
|
895
894
|
logging.info(f"[Stage-1]: Saludo({saludo}), Consulta({consulta}), Caso({caso})")
|
@@ -926,8 +925,9 @@ class Dialog(ABC):
|
|
926
925
|
else:
|
927
926
|
ambiguedad = True
|
928
927
|
|
929
|
-
|
930
|
-
|
928
|
+
if dicriminador:
|
929
|
+
self.notify(session_id, f"primera fase se identifica: {dicriminador}.")
|
930
|
+
res = query
|
931
931
|
else:
|
932
932
|
ambiguedad = True
|
933
933
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/helloworld/__pycache__/pbesa.cpython-36.pyc
RENAMED
File without changes
|
File without changes
|
{pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/helloworld/__pycache__/urls.cpython-36.pyc
RENAMED
File without changes
|
{pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/helloworld/__pycache__/wsgi.cpython-36.pyc
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
|
{pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/__pycache__/admin.cpython-36.pyc
RENAMED
File without changes
|
{pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/__pycache__/apps.cpython-36.pyc
RENAMED
File without changes
|
{pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/__pycache__/models.cpython-36.pyc
RENAMED
File without changes
|
{pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/__pycache__/urls.cpython-36.pyc
RENAMED
File without changes
|
{pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/__pycache__/views.cpython-36.pyc
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
|
{pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/mas/worker/translatetask.py
RENAMED
File without changes
|
{pbesa-4.0.19 → pbesa-4.0.21}/examples/django/helloworld/translate/mas/worker/workeragent.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
|
{pbesa-4.0.19 → pbesa-4.0.21}/examples/remote/mas/worker/__pycache__/counteragent.cpython-36.pyc
RENAMED
File without changes
|
{pbesa-4.0.19 → pbesa-4.0.21}/examples/remote/mas/worker/__pycache__/countertask.cpython-36.pyc
RENAMED
File without changes
|
{pbesa-4.0.19 → pbesa-4.0.21}/examples/remote/mas/worker/__pycache__/translatetask.cpython-36.pyc
RENAMED
File without changes
|
{pbesa-4.0.19 → pbesa-4.0.21}/examples/remote/mas/worker/__pycache__/workeragent.cpython-36.pyc
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
|
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
|