LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/django/helloworld/manage.py
examples/django/helloworld/helloworld/__init__.py
examples/django/helloworld/helloworld/asgi.py
examples/django/helloworld/helloworld/pbesa.py
examples/django/helloworld/helloworld/settings.py
examples/django/helloworld/helloworld/urls.py
examples/django/helloworld/helloworld/wsgi.py
examples/django/helloworld/translate/__init__.py
examples/django/helloworld/translate/admin.py
examples/django/helloworld/translate/apps.py
examples/django/helloworld/translate/models.py
examples/django/helloworld/translate/tests.py
examples/django/helloworld/translate/urls.py
examples/django/helloworld/translate/views.py
examples/django/helloworld/translate/mas/controller/translatecontroller.py
examples/django/helloworld/translate/mas/controller/translatedelegate.py
examples/django/helloworld/translate/mas/controller/translateresponse.py
examples/django/helloworld/translate/mas/worker/translatetask.py
examples/django/helloworld/translate/mas/worker/workeragent.py
examples/django/helloworld/translate/migrations/__init__.py
examples/remote/remote_a.py
examples/remote/remote_b.py
examples/remote/remote_c.py
examples/remote/mas/controller/countercontroller.py
examples/remote/mas/controller/counterdelegate.py
examples/remote/mas/controller/counterresponse.py
examples/remote/mas/worker/counteragent.py
examples/remote/mas/worker/countertask.py
examples/scripts/get_start.py
examples/scripts/remote_agent.py
examples/scripts/cognitive/augmented_generation.py
examples/scripts/cognitive/production.py
examples/scripts/cognitive/use_model.py
examples/scripts/social/collaborative_team.py
examples/scripts/social/delegator_team.py
examples/scripts/social/dispatcher_team.py
examples/scripts/social/free_team.py
examples/scripts/social/pipeline_team.py
examples/scripts/social/secuential_team.py
examples/scripts/social/simple_delegator_team.py
examples/scripts/social/simple_dispatcher_team.py
pbesa/__init__.py
pbesa/cognitive.py
pbesa/mas.py
pbesa/models.py
pbesa/text.py
pbesa.egg-info/PKG-INFO
pbesa.egg-info/SOURCES.txt
pbesa.egg-info/dependency_links.txt
pbesa.egg-info/requires.txt
pbesa.egg-info/top_level.txt
pbesa/celulas/__init__.py
pbesa/celulas/celula_casos.py
pbesa/celulas/celula_consultas.py
pbesa/celulas/celula_conversador.py
pbesa/celulas/celula_cuestionador.py
pbesa/celulas/celula_datos_identificables.py
pbesa/celulas/celula_demanda.py
pbesa/celulas/celula_evaluador.py
pbesa/celulas/celula_expertos.py
pbesa/celulas/celula_extraccion.py
pbesa/celulas/celula_generar_caso.py
pbesa/celulas/celula_generar_documento.py
pbesa/celulas/celula_instruccion.py
pbesa/celulas/celula_parafraseo.py
pbesa/celulas/celula_pertinencia.py
pbesa/celulas/celula_preguntas.py
pbesa/celulas/celula_respuesta.py
pbesa/celulas/celula_saludos.py
pbesa/celulas/celula_verificar_calculos.py
pbesa/celulas/common.py
pbesa/celulas/data_extraction_cel.py
pbesa/celulas/web.py
pbesa/kernel/__init__.py
pbesa/kernel/adapter.py
pbesa/kernel/agent.py
pbesa/kernel/util.py
pbesa/kernel/world.py
pbesa/kernel/io/__init__.py
pbesa/kernel/io/system_file.py
pbesa/kernel/io/tcp_server.py
pbesa/kernel/res/__init__.py
pbesa/remote/__init__.py
pbesa/remote/adm_listener.py
pbesa/remote/adm_listener_handler.py
pbesa/remote/exceptions.py
pbesa/remote/remote_adm.py
pbesa/remote/remote_adm_handler.py
pbesa/simulator/__init__.py
pbesa/simulator/dialog_simulator.py
pbesa/social/__init__.py
pbesa/social/collaborative_team.py
pbesa/social/delegator.py
pbesa/social/delegator_team.py
pbesa/social/dialog.py
pbesa/social/dispatcher_team.py
pbesa/social/prompts.py
pbesa/social/sel_dispatcher_team.py
pbesa/social/selected_dispatcher_team.py
pbesa/social/templates.py
pbesa/social/worker.py