LICENSE
README.md
pyproject.toml
setup.py
soffosai/__init__.py
soffosai.egg-info/PKG-INFO
soffosai.egg-info/SOURCES.txt
soffosai.egg-info/dependency_links.txt
soffosai.egg-info/requires.txt
soffosai.egg-info/top_level.txt
soffosai/client/__init__.py
soffosai/client/ai_response.py
soffosai/common/__init__.py
soffosai/common/constants.py
soffosai/common/service_io_map.py
soffosai/common/serviceio_fields/__init__.py
soffosai/common/serviceio_fields/answer_scoring.py
soffosai/common/serviceio_fields/assessment_generator.py
soffosai/common/serviceio_fields/audio_converter.py
soffosai/common/serviceio_fields/chat.py
soffosai/common/serviceio_fields/chat_bot.py
soffosai/common/serviceio_fields/chat_bot_create.py
soffosai/common/serviceio_fields/chat_bot_delete_user_sessions.py
soffosai/common/serviceio_fields/chat_bot_get_user_sessions.py
soffosai/common/serviceio_fields/chat_bots_delete.py
soffosai/common/serviceio_fields/chat_bots_get.py
soffosai/common/serviceio_fields/discuss_count.py
soffosai/common/serviceio_fields/discuss_create.py
soffosai/common/serviceio_fields/discuss_delete.py
soffosai/common/serviceio_fields/discuss_query.py
soffosai/common/serviceio_fields/documents_count.py
soffosai/common/serviceio_fields/documents_delete.py
soffosai/common/serviceio_fields/documents_ingest.py
soffosai/common/serviceio_fields/documents_search.py
soffosai/common/serviceio_fields/email_analysis.py
soffosai/common/serviceio_fields/emotion_detection.py
soffosai/common/serviceio_fields/file_converter.py
soffosai/common/serviceio_fields/image_analysis.py
soffosai/common/serviceio_fields/image_generation.py
soffosai/common/serviceio_fields/language_detection.py
soffosai/common/serviceio_fields/logical_error_detection.py
soffosai/common/serviceio_fields/microlesson.py
soffosai/common/serviceio_fields/multiple_choice_qn_a_generator.py
soffosai/common/serviceio_fields/named_entity_recognition.py
soffosai/common/serviceio_fields/natural_s_q_l_generation.py
soffosai/common/serviceio_fields/paraphrase.py
soffosai/common/serviceio_fields/profanity.py
soffosai/common/serviceio_fields/qna_generation.py
soffosai/common/serviceio_fields/question_answering.py
soffosai/common/serviceio_fields/review_tagger.py
soffosai/common/serviceio_fields/search_recommendations.py
soffosai/common/serviceio_fields/sentiment_analysis.py
soffosai/common/serviceio_fields/service_io.py
soffosai/common/serviceio_fields/simplify.py
soffosai/common/serviceio_fields/string_similarity.py
soffosai/common/serviceio_fields/summarization.py
soffosai/common/serviceio_fields/table_delete.py
soffosai/common/serviceio_fields/table_generator.py
soffosai/common/serviceio_fields/table_get.py
soffosai/common/serviceio_fields/table_ingest.py
soffosai/common/serviceio_fields/tag.py
soffosai/common/serviceio_fields/transcript_correction.py
soffosai/common/serviceio_fields/translation.py
soffosai/common/serviceio_fields/website_converter.py
soffosai/core/__init__.py
soffosai/core/pipelines/__init__.py
soffosai/core/pipelines/document_summary.py
soffosai/core/pipelines/file_ingest.py
soffosai/core/pipelines/file_summary.py
soffosai/core/pipelines/file_summary_ingest.py
soffosai/core/pipelines/pipeline.py
soffosai/core/services/__init__.py
soffosai/core/services/answer_scoring.py
soffosai/core/services/assessment_generator.py
soffosai/core/services/audio_converter.py
soffosai/core/services/chat.py
soffosai/core/services/chat_bot.py
soffosai/core/services/chat_bot_create.py
soffosai/core/services/chat_bot_delete_user_sessions.py
soffosai/core/services/chat_bot_get_user_sessions.py
soffosai/core/services/chat_bots_delete.py
soffosai/core/services/chat_bots_get.py
soffosai/core/services/discuss_count.py
soffosai/core/services/discuss_create.py
soffosai/core/services/discuss_delete.py
soffosai/core/services/discuss_query.py
soffosai/core/services/documents_count.py
soffosai/core/services/documents_delete.py
soffosai/core/services/documents_ingest.py
soffosai/core/services/documents_search.py
soffosai/core/services/email_analysis.py
soffosai/core/services/emotion_detection.py
soffosai/core/services/file_converter.py
soffosai/core/services/image_analysis.py
soffosai/core/services/image_generation.py
soffosai/core/services/input_config.py
soffosai/core/services/language_detection.py
soffosai/core/services/logical_error_detection.py
soffosai/core/services/microlesson.py
soffosai/core/services/multiple_choice_qn_a_generator.py
soffosai/core/services/named_entity_recognition.py
soffosai/core/services/natural_s_q_l_generation.py
soffosai/core/services/paraphrase.py
soffosai/core/services/profanity.py
soffosai/core/services/qna_generation.py
soffosai/core/services/question_answering.py
soffosai/core/services/review_tagger.py
soffosai/core/services/search_recommendations.py
soffosai/core/services/sentiment_analysis.py
soffosai/core/services/service.py
soffosai/core/services/simplify.py
soffosai/core/services/string_similarity.py
soffosai/core/services/summarization.py
soffosai/core/services/table_delete.py
soffosai/core/services/table_generator.py
soffosai/core/services/table_get.py
soffosai/core/services/table_ingest.py
soffosai/core/services/tag.py
soffosai/core/services/transcript_correction.py
soffosai/core/services/translation.py
soffosai/core/services/website_converter.py