LICENSE
README.md
pyproject.toml
requirements.txt
setup.cfg
besser/__init__.py
besser/bot/__init__.py
besser/bot/core/__init__.py
besser/bot/core/bot.py
besser/bot/core/file.py
besser/bot/core/message.py
besser/bot/core/property.py
besser/bot/core/session.py
besser/bot/core/state.py
besser/bot/core/transition.py
besser/bot/core/entity/__init__.py
besser/bot/core/entity/entity.py
besser/bot/core/entity/entity_entry.py
besser/bot/core/intent/__init__.py
besser/bot/core/intent/intent.py
besser/bot/core/intent/intent_parameter.py
besser/bot/db/__init__.py
besser/bot/db/monitoring_db.py
besser/bot/exceptions/__init__.py
besser/bot/exceptions/exceptions.py
besser/bot/library/__init__.py
besser/bot/library/entity/__init__.py
besser/bot/library/entity/base_entities.py
besser/bot/library/event/__init__.py
besser/bot/library/event/event_library.py
besser/bot/library/event/event_template.py
besser/bot/library/intent/__init__.py
besser/bot/library/intent/intent_library.py
besser/bot/library/state/__init__.py
besser/bot/library/state/state_library.py
besser/bot/nlp/__init__.py
besser/bot/nlp/nlp_engine.py
besser/bot/nlp/utils.py
besser/bot/nlp/intent_classifier/__init__.py
besser/bot/nlp/intent_classifier/intent_classifier.py
besser/bot/nlp/intent_classifier/intent_classifier_configuration.py
besser/bot/nlp/intent_classifier/intent_classifier_prediction.py
besser/bot/nlp/intent_classifier/llm_intent_classifier.py
besser/bot/nlp/intent_classifier/simple_intent_classifier.py
besser/bot/nlp/llm/__init__.py
besser/bot/nlp/llm/llm.py
besser/bot/nlp/llm/llm_huggingface.py
besser/bot/nlp/llm/llm_huggingface_api.py
besser/bot/nlp/llm/llm_openai_api.py
besser/bot/nlp/llm/llm_replicate_api.py
besser/bot/nlp/ner/__init__.py
besser/bot/nlp/ner/matched_parameter.py
besser/bot/nlp/ner/ner.py
besser/bot/nlp/ner/ner_prediction.py
besser/bot/nlp/ner/simple_ner.py
besser/bot/nlp/ner/base/__init__.py
besser/bot/nlp/ner/base/any.py
besser/bot/nlp/ner/base/datetime.py
besser/bot/nlp/ner/base/number.py
besser/bot/nlp/preprocessing/__init__.py
besser/bot/nlp/preprocessing/pipelines.py
besser/bot/nlp/preprocessing/text_preprocessing.py
besser/bot/nlp/rag/__init__.py
besser/bot/nlp/rag/rag.py
besser/bot/nlp/speech2text/__init__.py
besser/bot/nlp/speech2text/api_speech2text.py
besser/bot/nlp/speech2text/hf_speech2text.py
besser/bot/nlp/speech2text/speech2text.py
besser/bot/platforms/__init__.py
besser/bot/platforms/payload.py
besser/bot/platforms/platform.py
besser/bot/platforms/telegram/__init__.py
besser/bot/platforms/telegram/telegram_platform.py
besser/bot/platforms/websocket/__init__.py
besser/bot/platforms/websocket/streamlit_ui.py
besser/bot/platforms/websocket/websocket_platform.py
besser/bot/test/__init__.py
besser/bot/test/examples/__init__.py
besser/bot/test/examples/greetings_bot.py
besser/bot/test/examples/llm_bot.py
besser/bot/test/examples/rag_bot.py
besser/bot/test/examples/telegram_bot.py
besser/bot/test/examples/weather_bot.py
besser_bot_framework.egg-info/PKG-INFO
besser_bot_framework.egg-info/SOURCES.txt
besser_bot_framework.egg-info/dependency_links.txt
besser_bot_framework.egg-info/requires.txt
besser_bot_framework.egg-info/top_level.txt