abacusai 1.4.59__tar.gz → 1.4.60__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.
Files changed (1070) hide show
  1. {abacusai-1.4.59/abacusai.egg-info → abacusai-1.4.60}/PKG-INFO +10 -2
  2. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/__init__.py +2 -1
  3. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_class/enums.py +6 -2
  4. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/batch_prediction.py +1 -1
  5. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/batch_prediction_version.py +1 -1
  6. abacusai-1.4.60/abacusai/chatllm_project_permissions.py +41 -0
  7. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/client.py +5 -6
  8. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/deployment_conversation.py +3 -2
  9. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/deployment_conversation_event.py +13 -5
  10. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/regenerate_llm_external_application.py +10 -8
  11. {abacusai-1.4.59 → abacusai-1.4.60/abacusai.egg-info}/PKG-INFO +10 -2
  12. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai.egg-info/SOURCES.txt +1 -0
  13. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt +1 -1
  14. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +114 -54
  15. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +115 -55
  16. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/client/index.rst.txt +23 -1
  17. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +12 -0
  18. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/index.rst.txt +150 -56
  19. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_class/ai_agents/index.html +1 -1
  20. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_class/enums/index.html +114 -54
  21. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_class/index.html +115 -55
  22. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/client/index.html +30 -1
  23. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/database_connector/index.html +12 -0
  24. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/index.html +189 -73
  25. {abacusai-1.4.59 → abacusai-1.4.60}/docs/genindex.html +116 -2
  26. abacusai-1.4.60/docs/objects.inv +0 -0
  27. abacusai-1.4.60/docs/searchindex.js +1 -0
  28. {abacusai-1.4.59 → abacusai-1.4.60}/setup.py +1 -1
  29. abacusai-1.4.59/docs/objects.inv +0 -0
  30. abacusai-1.4.59/docs/searchindex.js +0 -1
  31. {abacusai-1.4.59 → abacusai-1.4.60}/.gitignore +0 -0
  32. {abacusai-1.4.59 → abacusai-1.4.60}/LICENSE +0 -0
  33. {abacusai-1.4.59 → abacusai-1.4.60}/README.md +0 -0
  34. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/abacus_api.py +0 -0
  35. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/address.py +0 -0
  36. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/agent.py +0 -0
  37. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/agent_chat_message.py +0 -0
  38. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/agent_conversation.py +0 -0
  39. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/agent_data_document_info.py +0 -0
  40. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/agent_data_execution_result.py +0 -0
  41. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/agent_version.py +0 -0
  42. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/ai_building_task.py +0 -0
  43. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/algorithm.py +0 -0
  44. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/annotation.py +0 -0
  45. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/annotation_config.py +0 -0
  46. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/annotation_document.py +0 -0
  47. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/annotation_entry.py +0 -0
  48. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/annotations_status.py +0 -0
  49. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_class/__init__.py +0 -0
  50. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_class/abstract.py +0 -0
  51. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_class/ai_agents.py +0 -0
  52. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_class/ai_chat.py +0 -0
  53. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_class/batch_prediction.py +0 -0
  54. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_class/blob_input.py +0 -0
  55. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_class/connectors.py +0 -0
  56. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_class/dataset.py +0 -0
  57. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_class/dataset_application_connector.py +0 -0
  58. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_class/deployment.py +0 -0
  59. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_class/document_retriever.py +0 -0
  60. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_class/feature_group.py +0 -0
  61. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_class/model.py +0 -0
  62. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_class/monitor.py +0 -0
  63. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_class/monitor_alert.py +0 -0
  64. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_class/project.py +0 -0
  65. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_class/python_functions.py +0 -0
  66. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_class/refresh.py +0 -0
  67. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_class/segments.py +0 -0
  68. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_client_utils.py +0 -0
  69. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_endpoint.py +0 -0
  70. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/api_key.py +0 -0
  71. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/app_user_group.py +0 -0
  72. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/app_user_group_sign_in_token.py +0 -0
  73. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/application_connector.py +0 -0
  74. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/audio_gen_settings.py +0 -0
  75. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/audio_url_result.py +0 -0
  76. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/batch_prediction_version_logs.py +0 -0
  77. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/bot_info.py +0 -0
  78. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/categorical_range_violation.py +0 -0
  79. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/chat_message.py +0 -0
  80. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/chat_session.py +0 -0
  81. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/chatllm_computer.py +0 -0
  82. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/chatllm_computer_status.py +0 -0
  83. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/chatllm_memory.py +0 -0
  84. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/chatllm_project.py +0 -0
  85. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/chatllm_referral_invite.py +0 -0
  86. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/chatllm_task.py +0 -0
  87. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/code_agent_response.py +0 -0
  88. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/code_autocomplete_edit_prediction_response.py +0 -0
  89. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/code_autocomplete_response.py +0 -0
  90. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/code_bot.py +0 -0
  91. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/code_edit.py +0 -0
  92. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/code_edit_response.py +0 -0
  93. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/code_edits.py +0 -0
  94. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/code_embeddings.py +0 -0
  95. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/code_llm_changed_files.py +0 -0
  96. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/code_source.py +0 -0
  97. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/code_suggestion_validation_response.py +0 -0
  98. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/code_summary_response.py +0 -0
  99. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/codellm_embedding_constants.py +0 -0
  100. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/compute_point_info.py +0 -0
  101. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/concatenation_config.py +0 -0
  102. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/constants_autocomplete_response.py +0 -0
  103. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/cpu_gpu_memory_specs.py +0 -0
  104. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/cryptography.py +0 -0
  105. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/custom_chat_instructions.py +0 -0
  106. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/custom_domain.py +0 -0
  107. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/custom_loss_function.py +0 -0
  108. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/custom_metric.py +0 -0
  109. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/custom_metric_version.py +0 -0
  110. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/custom_train_function_info.py +0 -0
  111. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/data_consistency_duplication.py +0 -0
  112. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/data_metrics.py +0 -0
  113. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/data_prep_logs.py +0 -0
  114. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/data_quality_results.py +0 -0
  115. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/data_upload_result.py +0 -0
  116. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/database_column_feature_mapping.py +0 -0
  117. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/database_connector.py +0 -0
  118. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/database_connector_column.py +0 -0
  119. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/database_connector_schema.py +0 -0
  120. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/dataset.py +0 -0
  121. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/dataset_column.py +0 -0
  122. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/dataset_version.py +0 -0
  123. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/dataset_version_logs.py +0 -0
  124. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/default_llm.py +0 -0
  125. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/deployment.py +0 -0
  126. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/deployment_auth_token.py +0 -0
  127. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/deployment_conversation_export.py +0 -0
  128. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/deployment_statistics.py +0 -0
  129. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/document_data.py +0 -0
  130. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/document_retriever.py +0 -0
  131. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/document_retriever_lookup_result.py +0 -0
  132. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/document_retriever_version.py +0 -0
  133. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/drift_distribution.py +0 -0
  134. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/drift_distributions.py +0 -0
  135. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/eda.py +0 -0
  136. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/eda_chart_description.py +0 -0
  137. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/eda_collinearity.py +0 -0
  138. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/eda_data_consistency.py +0 -0
  139. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/eda_feature_association.py +0 -0
  140. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/eda_feature_collinearity.py +0 -0
  141. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/eda_forecasting_analysis.py +0 -0
  142. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/eda_version.py +0 -0
  143. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/edit_image_models.py +0 -0
  144. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/embedding_feature_drift_distribution.py +0 -0
  145. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/execute_feature_group_operation.py +0 -0
  146. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/external_application.py +0 -0
  147. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/external_invite.py +0 -0
  148. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/extracted_fields.py +0 -0
  149. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/feature.py +0 -0
  150. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/feature_distribution.py +0 -0
  151. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/feature_drift_record.py +0 -0
  152. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/feature_drift_summary.py +0 -0
  153. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/feature_group.py +0 -0
  154. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/feature_group_document.py +0 -0
  155. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/feature_group_export.py +0 -0
  156. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/feature_group_export_config.py +0 -0
  157. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/feature_group_export_download_url.py +0 -0
  158. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/feature_group_lineage.py +0 -0
  159. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/feature_group_refresh_export_config.py +0 -0
  160. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/feature_group_row.py +0 -0
  161. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/feature_group_row_process.py +0 -0
  162. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/feature_group_row_process_logs.py +0 -0
  163. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/feature_group_row_process_summary.py +0 -0
  164. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/feature_group_template.py +0 -0
  165. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/feature_group_template_variable_options.py +0 -0
  166. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/feature_group_version.py +0 -0
  167. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/feature_group_version_logs.py +0 -0
  168. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/feature_importance.py +0 -0
  169. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/feature_mapping.py +0 -0
  170. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/feature_performance_analysis.py +0 -0
  171. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/file_connector.py +0 -0
  172. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/file_connector_instructions.py +0 -0
  173. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/file_connector_verification.py +0 -0
  174. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/finetuned_pretrained_model.py +0 -0
  175. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/forecasting_analysis_graph_data.py +0 -0
  176. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/forecasting_monitor_item_analysis.py +0 -0
  177. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/forecasting_monitor_summary.py +0 -0
  178. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/fs_entry.py +0 -0
  179. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/function_logs.py +0 -0
  180. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/generated_pit_feature_config_option.py +0 -0
  181. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/global_context.py +0 -0
  182. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/graph_dashboard.py +0 -0
  183. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/holdout_analysis.py +0 -0
  184. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/holdout_analysis_version.py +0 -0
  185. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/hosted_app.py +0 -0
  186. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/hosted_app_container.py +0 -0
  187. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/hosted_app_file_read.py +0 -0
  188. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/hosted_artifact.py +0 -0
  189. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/hosted_database.py +0 -0
  190. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/hosted_database_snapshot.py +0 -0
  191. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/hosted_model_token.py +0 -0
  192. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/hostname_info.py +0 -0
  193. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/hume_voice.py +0 -0
  194. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/image_gen_model.py +0 -0
  195. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/image_gen_model_options.py +0 -0
  196. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/image_gen_settings.py +0 -0
  197. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/indexing_config.py +0 -0
  198. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/inferred_database_column_to_feature_mappings.py +0 -0
  199. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/inferred_feature_mappings.py +0 -0
  200. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/item_statistics.py +0 -0
  201. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/lip_sync_gen_settings.py +0 -0
  202. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/llm_app.py +0 -0
  203. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/llm_artifact.py +0 -0
  204. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/llm_code_block.py +0 -0
  205. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/llm_execution_preview.py +0 -0
  206. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/llm_execution_result.py +0 -0
  207. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/llm_generated_code.py +0 -0
  208. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/llm_input.py +0 -0
  209. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/llm_parameters.py +0 -0
  210. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/llm_response.py +0 -0
  211. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/mcp_config.py +0 -0
  212. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/mcp_server.py +0 -0
  213. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/mcp_server_connection.py +0 -0
  214. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/mcp_server_query_result.py +0 -0
  215. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/memory_options.py +0 -0
  216. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/messaging_connector_response.py +0 -0
  217. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/model.py +0 -0
  218. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/model_artifacts_export.py +0 -0
  219. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/model_blueprint_export.py +0 -0
  220. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/model_blueprint_stage.py +0 -0
  221. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/model_location.py +0 -0
  222. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/model_metrics.py +0 -0
  223. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/model_monitor.py +0 -0
  224. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/model_monitor_org_summary.py +0 -0
  225. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/model_monitor_summary.py +0 -0
  226. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/model_monitor_summary_from_org.py +0 -0
  227. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/model_monitor_version.py +0 -0
  228. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/model_monitor_version_metric_data.py +0 -0
  229. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/model_training_type_for_deployment.py +0 -0
  230. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/model_upload.py +0 -0
  231. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/model_version.py +0 -0
  232. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/model_version_feature_group_schema.py +0 -0
  233. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/modification_lock_info.py +0 -0
  234. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/module.py +0 -0
  235. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/monitor_alert.py +0 -0
  236. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/monitor_alert_version.py +0 -0
  237. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/monitor_drift_and_distributions.py +0 -0
  238. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/natural_language_explanation.py +0 -0
  239. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/nested_feature.py +0 -0
  240. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/nested_feature_schema.py +0 -0
  241. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/news_search_result.py +0 -0
  242. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/nlp_chat_response.py +0 -0
  243. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/notebook_completion.py +0 -0
  244. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/notebook_template.py +0 -0
  245. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/null_violation.py +0 -0
  246. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/organization_external_application_settings.py +0 -0
  247. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/organization_group.py +0 -0
  248. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/organization_search_result.py +0 -0
  249. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/organization_secret.py +0 -0
  250. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/page_data.py +0 -0
  251. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/pipeline.py +0 -0
  252. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/pipeline_reference.py +0 -0
  253. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/pipeline_step.py +0 -0
  254. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/pipeline_step_version.py +0 -0
  255. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/pipeline_step_version_logs.py +0 -0
  256. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/pipeline_step_version_reference.py +0 -0
  257. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/pipeline_version.py +0 -0
  258. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/pipeline_version_logs.py +0 -0
  259. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/playground_text.py +0 -0
  260. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/point_in_time_feature.py +0 -0
  261. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/point_in_time_feature_info.py +0 -0
  262. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/point_in_time_group.py +0 -0
  263. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/point_in_time_group_feature.py +0 -0
  264. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/prediction_client.py +0 -0
  265. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/prediction_dataset.py +0 -0
  266. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/prediction_feature_group.py +0 -0
  267. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/prediction_input.py +0 -0
  268. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/prediction_log_record.py +0 -0
  269. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/prediction_operator.py +0 -0
  270. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/prediction_operator_version.py +0 -0
  271. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/presentation_export_result.py +0 -0
  272. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/problem_type.py +0 -0
  273. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/project.py +0 -0
  274. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/project_config.py +0 -0
  275. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/project_feature_group.py +0 -0
  276. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/project_feature_group_schema.py +0 -0
  277. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/project_feature_group_schema_version.py +0 -0
  278. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/project_validation.py +0 -0
  279. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/python_function.py +0 -0
  280. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/python_function_validator.py +0 -0
  281. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/python_plot_function.py +0 -0
  282. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/range_violation.py +0 -0
  283. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/realtime_monitor.py +0 -0
  284. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/refresh_pipeline_run.py +0 -0
  285. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/refresh_policy.py +0 -0
  286. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/refresh_schedule.py +0 -0
  287. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/requirements.txt +0 -0
  288. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/resolved_feature_group_template.py +0 -0
  289. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/return_class.py +0 -0
  290. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/routing_action.py +0 -0
  291. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/schema.py +0 -0
  292. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/sftp_key.py +0 -0
  293. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/streaming_auth_token.py +0 -0
  294. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/streaming_client.py +0 -0
  295. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/streaming_connector.py +0 -0
  296. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/streaming_row_count.py +0 -0
  297. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/streaming_sample_code.py +0 -0
  298. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/sts_gen_settings.py +0 -0
  299. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/stt_gen_model.py +0 -0
  300. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/stt_gen_model_options.py +0 -0
  301. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/stt_gen_settings.py +0 -0
  302. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/template_node_details.py +0 -0
  303. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/test_point_predictions.py +0 -0
  304. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/tone_details.py +0 -0
  305. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/training_config_options.py +0 -0
  306. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/tts_gen_settings.py +0 -0
  307. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/twitter_search_result.py +0 -0
  308. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/unified_connector.py +0 -0
  309. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/upload.py +0 -0
  310. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/upload_part.py +0 -0
  311. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/use_case.py +0 -0
  312. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/use_case_requirements.py +0 -0
  313. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/user.py +0 -0
  314. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/user_exception.py +0 -0
  315. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/video_gen_costs.py +0 -0
  316. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/video_gen_model.py +0 -0
  317. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/video_gen_model_options.py +0 -0
  318. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/video_gen_settings.py +0 -0
  319. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/video_search_result.py +0 -0
  320. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/voice_gen_details.py +0 -0
  321. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/web_app_conversation.py +0 -0
  322. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/web_app_domain.py +0 -0
  323. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/web_page_response.py +0 -0
  324. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/web_search_response.py +0 -0
  325. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/web_search_result.py +0 -0
  326. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/webhook.py +0 -0
  327. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/workflow_graph_node_details.py +0 -0
  328. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai/workflow_node_template.py +0 -0
  329. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai.egg-info/dependency_links.txt +0 -0
  330. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai.egg-info/requires.txt +0 -0
  331. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai.egg-info/top_level.txt +0 -0
  332. {abacusai-1.4.59 → abacusai-1.4.60}/abacusai.egg-info/zip-safe +0 -0
  333. {abacusai-1.4.59 → abacusai-1.4.60}/docs/.buildinfo +0 -0
  334. {abacusai-1.4.59 → abacusai-1.4.60}/docs/.buildinfo.bak +0 -0
  335. {abacusai-1.4.59 → abacusai-1.4.60}/docs/.nojekyll +0 -0
  336. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
  337. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/address/index.rst.txt +0 -0
  338. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
  339. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/agent_chat_message/index.rst.txt +0 -0
  340. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/agent_conversation/index.rst.txt +0 -0
  341. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/agent_data_document_info/index.rst.txt +0 -0
  342. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/agent_data_execution_result/index.rst.txt +0 -0
  343. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/agent_data_upload_result/index.rst.txt +0 -0
  344. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
  345. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
  346. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
  347. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
  348. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
  349. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
  350. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
  351. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
  352. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
  353. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_class/ai_chat/index.rst.txt +0 -0
  354. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -0
  355. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
  356. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_class/connectors/index.rst.txt +0 -0
  357. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
  358. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_class/dataset_application_connector/index.rst.txt +0 -0
  359. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_class/deployment/index.rst.txt +0 -0
  360. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +0 -0
  361. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
  362. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +0 -0
  363. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_class/monitor/index.rst.txt +0 -0
  364. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -0
  365. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
  366. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
  367. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
  368. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
  369. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_class/segments/index.rst.txt +0 -0
  370. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
  371. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
  372. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
  373. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
  374. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +0 -0
  375. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/app_user_group_sign_in_token/index.rst.txt +0 -0
  376. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
  377. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/audio_gen_settings/index.rst.txt +0 -0
  378. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/audio_url_result/index.rst.txt +0 -0
  379. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
  380. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
  381. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/batch_prediction_version_logs/index.rst.txt +0 -0
  382. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/bot_info/index.rst.txt +0 -0
  383. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
  384. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
  385. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
  386. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
  387. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/chatllm_computer/index.rst.txt +0 -0
  388. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/chatllm_computer_status/index.rst.txt +0 -0
  389. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/chatllm_memory/index.rst.txt +0 -0
  390. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/chatllm_project/index.rst.txt +0 -0
  391. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/chatllm_referral_invite/index.rst.txt +0 -0
  392. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/chatllm_task/index.rst.txt +0 -0
  393. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/code_agent_response/index.rst.txt +0 -0
  394. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/code_autocomplete_edit_prediction_response/index.rst.txt +0 -0
  395. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/code_autocomplete_response/index.rst.txt +0 -0
  396. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/code_bot/index.rst.txt +0 -0
  397. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/code_edit/index.rst.txt +0 -0
  398. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/code_edit_response/index.rst.txt +0 -0
  399. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/code_edits/index.rst.txt +0 -0
  400. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/code_embeddings/index.rst.txt +0 -0
  401. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/code_llm_changed_files/index.rst.txt +0 -0
  402. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
  403. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/code_suggestion_validation_response/index.rst.txt +0 -0
  404. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/code_summary_response/index.rst.txt +0 -0
  405. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/codellm_embedding_constants/index.rst.txt +0 -0
  406. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/compute_point_info/index.rst.txt +0 -0
  407. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
  408. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/constants_autocomplete_response/index.rst.txt +0 -0
  409. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
  410. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
  411. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/custom_chat_instructions/index.rst.txt +0 -0
  412. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/custom_domain/index.rst.txt +0 -0
  413. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
  414. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
  415. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
  416. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
  417. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
  418. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
  419. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
  420. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
  421. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
  422. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/data_upload_result/index.rst.txt +0 -0
  423. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/database_column_feature_mapping/index.rst.txt +0 -0
  424. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/database_connector_column/index.rst.txt +0 -0
  425. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/database_connector_schema/index.rst.txt +0 -0
  426. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
  427. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
  428. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
  429. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
  430. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/default_llm/index.rst.txt +0 -0
  431. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
  432. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
  433. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
  434. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +0 -0
  435. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/deployment_conversation_export/index.rst.txt +0 -0
  436. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/deployment_statistics/index.rst.txt +0 -0
  437. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
  438. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
  439. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/document_data/index.rst.txt +0 -0
  440. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
  441. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +0 -0
  442. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
  443. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
  444. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
  445. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
  446. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
  447. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
  448. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
  449. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
  450. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
  451. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
  452. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
  453. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
  454. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
  455. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
  456. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
  457. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/edit_image_models/index.rst.txt +0 -0
  458. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
  459. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
  460. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
  461. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/external_application/index.rst.txt +0 -0
  462. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/external_invite/index.rst.txt +0 -0
  463. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/external_invite_success/index.rst.txt +0 -0
  464. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/extracted_fields/index.rst.txt +0 -0
  465. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
  466. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
  467. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_drift_record/index.rst.txt +0 -0
  468. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
  469. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +0 -0
  470. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
  471. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
  472. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
  473. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
  474. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
  475. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
  476. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
  477. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
  478. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_group_row_process/index.rst.txt +0 -0
  479. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_group_row_process_logs/index.rst.txt +0 -0
  480. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_group_row_process_summary/index.rst.txt +0 -0
  481. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
  482. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
  483. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
  484. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_group_version_logs/index.rst.txt +0 -0
  485. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
  486. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
  487. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_performance_analysis/index.rst.txt +0 -0
  488. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
  489. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
  490. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
  491. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
  492. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/finetuned_pretrained_model/index.rst.txt +0 -0
  493. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
  494. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/forecasting_monitor_item_analysis/index.rst.txt +0 -0
  495. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/forecasting_monitor_summary/index.rst.txt +0 -0
  496. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/fs_entry/index.rst.txt +0 -0
  497. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
  498. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
  499. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/global_context/index.rst.txt +0 -0
  500. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
  501. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
  502. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
  503. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/hosted_app/index.rst.txt +0 -0
  504. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/hosted_app_container/index.rst.txt +0 -0
  505. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/hosted_app_file_read/index.rst.txt +0 -0
  506. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/hosted_artifact/index.rst.txt +0 -0
  507. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/hosted_database/index.rst.txt +0 -0
  508. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/hosted_database_snapshot/index.rst.txt +0 -0
  509. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/hosted_model_token/index.rst.txt +0 -0
  510. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/hostname_info/index.rst.txt +0 -0
  511. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/hume_voice/index.rst.txt +0 -0
  512. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/image_gen_model/index.rst.txt +0 -0
  513. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/image_gen_model_options/index.rst.txt +0 -0
  514. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/image_gen_settings/index.rst.txt +0 -0
  515. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
  516. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.rst.txt +0 -0
  517. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
  518. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
  519. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
  520. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
  521. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/lip_sync_gen_settings/index.rst.txt +0 -0
  522. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/llm_app/index.rst.txt +0 -0
  523. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/llm_artifact/index.rst.txt +0 -0
  524. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/llm_artifact_conversation/index.rst.txt +0 -0
  525. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
  526. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/llm_execution_preview/index.rst.txt +0 -0
  527. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/llm_execution_result/index.rst.txt +0 -0
  528. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/llm_generated_code/index.rst.txt +0 -0
  529. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
  530. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
  531. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
  532. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
  533. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/mcp_config/index.rst.txt +0 -0
  534. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/mcp_server/index.rst.txt +0 -0
  535. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/mcp_server_connection/index.rst.txt +0 -0
  536. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/mcp_server_query_result/index.rst.txt +0 -0
  537. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
  538. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/messaging_connector_response/index.rst.txt +0 -0
  539. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
  540. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
  541. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
  542. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
  543. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
  544. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
  545. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
  546. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
  547. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
  548. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
  549. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
  550. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
  551. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
  552. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
  553. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
  554. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/model_version_feature_group_schema/index.rst.txt +0 -0
  555. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
  556. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
  557. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
  558. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
  559. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/monitor_drift_and_distributions/index.rst.txt +0 -0
  560. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
  561. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
  562. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/nested_feature_schema/index.rst.txt +0 -0
  563. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/news_search_result/index.rst.txt +0 -0
  564. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/nlp_chat_response/index.rst.txt +0 -0
  565. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
  566. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
  567. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
  568. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/organization_external_application_settings/index.rst.txt +0 -0
  569. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
  570. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
  571. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
  572. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
  573. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
  574. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
  575. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
  576. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
  577. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
  578. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
  579. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
  580. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
  581. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/playground_text/index.rst.txt +0 -0
  582. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
  583. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/point_in_time_feature_info/index.rst.txt +0 -0
  584. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
  585. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
  586. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +0 -0
  587. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
  588. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
  589. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
  590. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/prediction_log_record/index.rst.txt +0 -0
  591. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
  592. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
  593. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
  594. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
  595. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/presentation_export_result/index.rst.txt +0 -0
  596. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
  597. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
  598. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
  599. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
  600. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
  601. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/project_feature_group/index.rst.txt +0 -0
  602. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/project_feature_group_schema/index.rst.txt +0 -0
  603. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
  604. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
  605. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
  606. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
  607. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
  608. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
  609. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/realtime_monitor/index.rst.txt +0 -0
  610. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
  611. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
  612. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
  613. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/regenerate_llm_external_application/index.rst.txt +0 -0
  614. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
  615. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
  616. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/routing_action/index.rst.txt +0 -0
  617. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
  618. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/sftp_key/index.rst.txt +0 -0
  619. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
  620. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
  621. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
  622. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
  623. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/streaming_row_count/index.rst.txt +0 -0
  624. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/streaming_sample_code/index.rst.txt +0 -0
  625. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/sts_gen_settings/index.rst.txt +0 -0
  626. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/stt_gen_model/index.rst.txt +0 -0
  627. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/stt_gen_model_options/index.rst.txt +0 -0
  628. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/stt_gen_settings/index.rst.txt +0 -0
  629. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/template_node_details/index.rst.txt +0 -0
  630. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
  631. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/tone_details/index.rst.txt +0 -0
  632. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
  633. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/tts_gen_settings/index.rst.txt +0 -0
  634. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/twitter_search_result/index.rst.txt +0 -0
  635. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
  636. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/unified_connector/index.rst.txt +0 -0
  637. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
  638. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
  639. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
  640. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
  641. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
  642. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
  643. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
  644. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
  645. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
  646. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
  647. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/video_gen_costs/index.rst.txt +0 -0
  648. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/video_gen_model/index.rst.txt +0 -0
  649. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/video_gen_model_options/index.rst.txt +0 -0
  650. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/video_gen_settings/index.rst.txt +0 -0
  651. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/video_search_result/index.rst.txt +0 -0
  652. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/voice_gen_details/index.rst.txt +0 -0
  653. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/web_app_conversation/index.rst.txt +0 -0
  654. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/web_app_domain/index.rst.txt +0 -0
  655. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/web_page_response/index.rst.txt +0 -0
  656. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/web_search_response/index.rst.txt +0 -0
  657. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/web_search_result/index.rst.txt +0 -0
  658. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
  659. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/workflow_graph_node/index.rst.txt +0 -0
  660. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/workflow_graph_node_details/index.rst.txt +0 -0
  661. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/autoapi/abacusai/workflow_node_template/index.rst.txt +0 -0
  662. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_sources/index.rst.txt +0 -0
  663. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
  664. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/basic.css +0 -0
  665. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/css/badge_only.css +0 -0
  666. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
  667. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
  668. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
  669. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
  670. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
  671. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
  672. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
  673. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
  674. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
  675. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
  676. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
  677. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/css/fonts/lato-bold.woff +0 -0
  678. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
  679. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
  680. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
  681. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/css/fonts/lato-normal.woff +0 -0
  682. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
  683. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/css/theme.css +0 -0
  684. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/doctools.js +0 -0
  685. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/documentation_options.js +0 -0
  686. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/file.png +0 -0
  687. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/Lato/lato-bold.eot +0 -0
  688. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/Lato/lato-bold.ttf +0 -0
  689. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/Lato/lato-bold.woff +0 -0
  690. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/Lato/lato-bold.woff2 +0 -0
  691. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/Lato/lato-bolditalic.eot +0 -0
  692. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
  693. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/Lato/lato-bolditalic.woff +0 -0
  694. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
  695. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/Lato/lato-italic.eot +0 -0
  696. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/Lato/lato-italic.ttf +0 -0
  697. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/Lato/lato-italic.woff +0 -0
  698. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/Lato/lato-italic.woff2 +0 -0
  699. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/Lato/lato-regular.eot +0 -0
  700. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/Lato/lato-regular.ttf +0 -0
  701. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/Lato/lato-regular.woff +0 -0
  702. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/Lato/lato-regular.woff2 +0 -0
  703. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
  704. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
  705. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
  706. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
  707. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
  708. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
  709. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
  710. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
  711. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/graphviz.css +0 -0
  712. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/jquery-3.5.1.js +0 -0
  713. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/jquery-3.6.0.js +0 -0
  714. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/jquery.js +0 -0
  715. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/js/badge_only.js +0 -0
  716. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
  717. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/js/html5shiv.min.js +0 -0
  718. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/js/theme.js +0 -0
  719. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/js/versions.js +0 -0
  720. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/language_data.js +0 -0
  721. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/minus.png +0 -0
  722. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/plus.png +0 -0
  723. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/pygments.css +0 -0
  724. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/searchtools.js +0 -0
  725. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/sphinx_highlight.js +0 -0
  726. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/underscore-1.13.1.js +0 -0
  727. {abacusai-1.4.59 → abacusai-1.4.60}/docs/_static/underscore.js +0 -0
  728. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
  729. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/address/index.html +0 -0
  730. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/agent/index.html +0 -0
  731. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/agent_chat_message/index.html +0 -0
  732. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/agent_conversation/index.html +0 -0
  733. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/agent_data_document_info/index.html +0 -0
  734. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/agent_data_execution_result/index.html +0 -0
  735. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/agent_data_upload_result/index.html +0 -0
  736. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/agent_version/index.html +0 -0
  737. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
  738. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/algorithm/index.html +0 -0
  739. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/annotation/index.html +0 -0
  740. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
  741. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
  742. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
  743. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
  744. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
  745. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_class/ai_chat/index.html +0 -0
  746. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +0 -0
  747. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
  748. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_class/connectors/index.html +0 -0
  749. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
  750. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_class/dataset_application_connector/index.html +0 -0
  751. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_class/deployment/index.html +0 -0
  752. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_class/document_retriever/index.html +0 -0
  753. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
  754. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_class/model/index.html +0 -0
  755. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_class/monitor/index.html +0 -0
  756. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +0 -0
  757. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
  758. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
  759. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
  760. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
  761. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_class/segments/index.html +0 -0
  762. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
  763. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_client_utils/index.html +0 -0
  764. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
  765. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/api_key/index.html +0 -0
  766. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/app_user_group/index.html +0 -0
  767. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/app_user_group_sign_in_token/index.html +0 -0
  768. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/application_connector/index.html +0 -0
  769. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/audio_gen_settings/index.html +0 -0
  770. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/audio_url_result/index.html +0 -0
  771. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
  772. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
  773. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/batch_prediction_version_logs/index.html +0 -0
  774. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/bot_info/index.html +0 -0
  775. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
  776. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
  777. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/chat_message/index.html +0 -0
  778. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/chat_session/index.html +0 -0
  779. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/chatllm_computer/index.html +0 -0
  780. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/chatllm_computer_status/index.html +0 -0
  781. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/chatllm_memory/index.html +0 -0
  782. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/chatllm_project/index.html +0 -0
  783. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/chatllm_referral_invite/index.html +0 -0
  784. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/chatllm_task/index.html +0 -0
  785. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/code_agent_response/index.html +0 -0
  786. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/code_autocomplete_edit_prediction_response/index.html +0 -0
  787. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/code_autocomplete_response/index.html +0 -0
  788. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/code_bot/index.html +0 -0
  789. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/code_edit/index.html +0 -0
  790. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/code_edit_response/index.html +0 -0
  791. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/code_edits/index.html +0 -0
  792. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/code_embeddings/index.html +0 -0
  793. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/code_llm_changed_files/index.html +0 -0
  794. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/code_source/index.html +0 -0
  795. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/code_suggestion_validation_response/index.html +0 -0
  796. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/code_summary_response/index.html +0 -0
  797. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/codellm_embedding_constants/index.html +0 -0
  798. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/compute_point_info/index.html +0 -0
  799. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
  800. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/constants_autocomplete_response/index.html +0 -0
  801. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
  802. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/cryptography/index.html +0 -0
  803. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/custom_chat_instructions/index.html +0 -0
  804. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/custom_domain/index.html +0 -0
  805. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
  806. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
  807. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
  808. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
  809. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
  810. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/data_filter/index.html +0 -0
  811. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
  812. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
  813. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
  814. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/data_upload_result/index.html +0 -0
  815. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/database_column_feature_mapping/index.html +0 -0
  816. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/database_connector_column/index.html +0 -0
  817. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/database_connector_schema/index.html +0 -0
  818. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/dataset/index.html +0 -0
  819. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
  820. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
  821. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
  822. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/default_llm/index.html +0 -0
  823. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/deployment/index.html +0 -0
  824. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
  825. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -0
  826. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/deployment_conversation_event/index.html +0 -0
  827. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/deployment_conversation_export/index.html +0 -0
  828. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/deployment_statistics/index.html +0 -0
  829. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/document/index.html +0 -0
  830. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
  831. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/document_data/index.html +0 -0
  832. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
  833. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/document_retriever_config/index.html +0 -0
  834. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
  835. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
  836. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/document_store/index.html +0 -0
  837. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
  838. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
  839. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
  840. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/eda/index.html +0 -0
  841. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
  842. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
  843. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
  844. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
  845. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
  846. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
  847. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
  848. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/eda_version/index.html +0 -0
  849. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/edit_image_models/index.html +0 -0
  850. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
  851. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
  852. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
  853. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/external_application/index.html +0 -0
  854. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/external_invite/index.html +0 -0
  855. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/external_invite_success/index.html +0 -0
  856. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/extracted_fields/index.html +0 -0
  857. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature/index.html +0 -0
  858. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
  859. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_drift_record/index.html +0 -0
  860. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
  861. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_group/index.html +0 -0
  862. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
  863. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
  864. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
  865. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
  866. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
  867. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
  868. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
  869. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
  870. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_group_row_process/index.html +0 -0
  871. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_group_row_process_logs/index.html +0 -0
  872. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_group_row_process_summary/index.html +0 -0
  873. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
  874. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
  875. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
  876. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_group_version_logs/index.html +0 -0
  877. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
  878. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
  879. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_performance_analysis/index.html +0 -0
  880. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/feature_record/index.html +0 -0
  881. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/file_connector/index.html +0 -0
  882. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
  883. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
  884. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/finetuned_pretrained_model/index.html +0 -0
  885. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
  886. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/forecasting_monitor_item_analysis/index.html +0 -0
  887. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/forecasting_monitor_summary/index.html +0 -0
  888. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/fs_entry/index.html +0 -0
  889. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/function_logs/index.html +0 -0
  890. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
  891. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/global_context/index.html +0 -0
  892. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
  893. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
  894. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
  895. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/hosted_app/index.html +0 -0
  896. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/hosted_app_container/index.html +0 -0
  897. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/hosted_app_file_read/index.html +0 -0
  898. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/hosted_artifact/index.html +0 -0
  899. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/hosted_database/index.html +0 -0
  900. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/hosted_database_snapshot/index.html +0 -0
  901. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/hosted_model_token/index.html +0 -0
  902. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/hostname_info/index.html +0 -0
  903. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/hume_voice/index.html +0 -0
  904. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/image_gen_model/index.html +0 -0
  905. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/image_gen_model_options/index.html +0 -0
  906. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/image_gen_settings/index.html +0 -0
  907. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
  908. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.html +0 -0
  909. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
  910. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
  911. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
  912. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
  913. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/lip_sync_gen_settings/index.html +0 -0
  914. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/llm_app/index.html +0 -0
  915. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/llm_artifact/index.html +0 -0
  916. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/llm_artifact_conversation/index.html +0 -0
  917. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
  918. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/llm_execution_preview/index.html +0 -0
  919. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/llm_execution_result/index.html +0 -0
  920. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/llm_generated_code/index.html +0 -0
  921. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/llm_input/index.html +0 -0
  922. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
  923. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/llm_response/index.html +0 -0
  924. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
  925. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/mcp_config/index.html +0 -0
  926. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/mcp_server/index.html +0 -0
  927. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/mcp_server_connection/index.html +0 -0
  928. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/mcp_server_query_result/index.html +0 -0
  929. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/memory_options/index.html +0 -0
  930. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/messaging_connector_response/index.html +0 -0
  931. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/model/index.html +0 -0
  932. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
  933. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
  934. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
  935. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/model_location/index.html +0 -0
  936. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
  937. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
  938. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
  939. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
  940. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
  941. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
  942. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
  943. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
  944. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/model_upload/index.html +0 -0
  945. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/model_version/index.html +0 -0
  946. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/model_version_feature_group_schema/index.html +0 -0
  947. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
  948. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/module/index.html +0 -0
  949. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
  950. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
  951. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/monitor_drift_and_distributions/index.html +0 -0
  952. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
  953. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
  954. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/nested_feature_schema/index.html +0 -0
  955. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/news_search_result/index.html +0 -0
  956. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/nlp_chat_response/index.html +0 -0
  957. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
  958. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
  959. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/null_violation/index.html +0 -0
  960. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/organization_external_application_settings/index.html +0 -0
  961. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/organization_group/index.html +0 -0
  962. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
  963. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
  964. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/page_data/index.html +0 -0
  965. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/pipeline/index.html +0 -0
  966. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
  967. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
  968. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
  969. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
  970. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
  971. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
  972. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
  973. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/playground_text/index.html +0 -0
  974. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
  975. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/point_in_time_feature_info/index.html +0 -0
  976. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
  977. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
  978. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/prediction_client/index.html +0 -0
  979. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
  980. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
  981. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
  982. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/prediction_log_record/index.html +0 -0
  983. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
  984. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
  985. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
  986. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
  987. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/presentation_export_result/index.html +0 -0
  988. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
  989. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/problem_type/index.html +0 -0
  990. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/project/index.html +0 -0
  991. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/project_config/index.html +0 -0
  992. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
  993. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/project_feature_group/index.html +0 -0
  994. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/project_feature_group_schema/index.html +0 -0
  995. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
  996. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/project_validation/index.html +0 -0
  997. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/python_function/index.html +0 -0
  998. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
  999. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
  1000. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/range_violation/index.html +0 -0
  1001. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/realtime_monitor/index.html +0 -0
  1002. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
  1003. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
  1004. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
  1005. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/regenerate_llm_external_application/index.html +0 -0
  1006. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
  1007. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/return_class/index.html +0 -0
  1008. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/routing_action/index.html +0 -0
  1009. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/schema/index.html +0 -0
  1010. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/sftp_key/index.html +0 -0
  1011. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
  1012. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
  1013. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
  1014. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
  1015. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/streaming_row_count/index.html +0 -0
  1016. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/streaming_sample_code/index.html +0 -0
  1017. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/sts_gen_settings/index.html +0 -0
  1018. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/stt_gen_model/index.html +0 -0
  1019. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/stt_gen_model_options/index.html +0 -0
  1020. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/stt_gen_settings/index.html +0 -0
  1021. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/template_node_details/index.html +0 -0
  1022. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
  1023. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/tone_details/index.html +0 -0
  1024. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
  1025. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/tts_gen_settings/index.html +0 -0
  1026. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/twitter_search_result/index.html +0 -0
  1027. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/type_violation/index.html +0 -0
  1028. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/unified_connector/index.html +0 -0
  1029. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/upload/index.html +0 -0
  1030. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/upload_part/index.html +0 -0
  1031. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/use_case/index.html +0 -0
  1032. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
  1033. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/user/index.html +0 -0
  1034. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/user_exception/index.html +0 -0
  1035. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/vector_store/index.html +0 -0
  1036. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
  1037. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
  1038. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
  1039. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/video_gen_costs/index.html +0 -0
  1040. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/video_gen_model/index.html +0 -0
  1041. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/video_gen_model_options/index.html +0 -0
  1042. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/video_gen_settings/index.html +0 -0
  1043. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/video_search_result/index.html +0 -0
  1044. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/voice_gen_details/index.html +0 -0
  1045. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/web_app_conversation/index.html +0 -0
  1046. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/web_app_domain/index.html +0 -0
  1047. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/web_page_response/index.html +0 -0
  1048. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/web_search_response/index.html +0 -0
  1049. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/web_search_result/index.html +0 -0
  1050. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/webhook/index.html +0 -0
  1051. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/workflow_graph_node/index.html +0 -0
  1052. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/workflow_graph_node_details/index.html +0 -0
  1053. {abacusai-1.4.59 → abacusai-1.4.60}/docs/autoapi/abacusai/workflow_node_template/index.html +0 -0
  1054. {abacusai-1.4.59 → abacusai-1.4.60}/docs/index.html +0 -0
  1055. {abacusai-1.4.59 → abacusai-1.4.60}/docs/py-modindex.html +0 -0
  1056. {abacusai-1.4.59 → abacusai-1.4.60}/docs/search.html +0 -0
  1057. {abacusai-1.4.59 → abacusai-1.4.60}/examples/CheatSheet.md +0 -0
  1058. {abacusai-1.4.59 → abacusai-1.4.60}/examples/basics/basics.ipynb +0 -0
  1059. {abacusai-1.4.59 → abacusai-1.4.60}/examples/basics/code_execution.ipynb +0 -0
  1060. {abacusai-1.4.59 → abacusai-1.4.60}/examples/language/0.calling_large_language_models.ipynb +0 -0
  1061. {abacusai-1.4.59 → abacusai-1.4.60}/examples/language/1.extracting_text.ipynb +0 -0
  1062. {abacusai-1.4.59 → abacusai-1.4.60}/examples/language/2.document_retriever.ipynb +0 -0
  1063. {abacusai-1.4.59 → abacusai-1.4.60}/examples/language/helpers/metadata_extractor.ipynb +0 -0
  1064. {abacusai-1.4.59 → abacusai-1.4.60}/examples/language/helpers/prompting_iteration.ipynb +0 -0
  1065. {abacusai-1.4.59 → abacusai-1.4.60}/featurestore.md +0 -0
  1066. {abacusai-1.4.59 → abacusai-1.4.60}/requirements.txt +0 -0
  1067. {abacusai-1.4.59 → abacusai-1.4.60}/setup.cfg +0 -0
  1068. {abacusai-1.4.59 → abacusai-1.4.60}/sphinx/build_docs +0 -0
  1069. {abacusai-1.4.59 → abacusai-1.4.60}/sphinx/conf.py +0 -0
  1070. {abacusai-1.4.59 → abacusai-1.4.60}/sphinx/index.rst +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: abacusai
3
- Version: 1.4.59
3
+ Version: 1.4.60
4
4
  Summary: Abacus.AI Python Client Library
5
5
  Home-page: https://github.com/abacusai/api-python
6
6
  Author: Abacus.AI
@@ -21,3 +21,11 @@ Requires-Dist: requests
21
21
  Requires-Dist: pandas
22
22
  Requires-Dist: fastavro
23
23
  Requires-Dist: typing_inspect; python_version < "3.8"
24
+ Dynamic: author
25
+ Dynamic: author-email
26
+ Dynamic: classifier
27
+ Dynamic: home-page
28
+ Dynamic: license
29
+ Dynamic: license-file
30
+ Dynamic: requires-dist
31
+ Dynamic: summary
@@ -32,6 +32,7 @@ from .chatllm_computer import ChatllmComputer
32
32
  from .chatllm_computer_status import ChatllmComputerStatus
33
33
  from .chatllm_memory import ChatllmMemory
34
34
  from .chatllm_project import ChatllmProject
35
+ from .chatllm_project_permissions import ChatllmProjectPermissions
35
36
  from .chatllm_referral_invite import ChatllmReferralInvite
36
37
  from .chatllm_task import ChatllmTask
37
38
  from .client import AgentResponse, ApiClient, ApiException, ClientOptions, ReadOnlyClient, ToolResponse, _request_context
@@ -277,4 +278,4 @@ from .workflow_graph_node_details import WorkflowGraphNodeDetails
277
278
  from .workflow_node_template import WorkflowNodeTemplate
278
279
 
279
280
 
280
- __version__ = "1.4.59"
281
+ __version__ = "1.4.60"
@@ -419,6 +419,8 @@ class ApplicationConnectorType(ApiEnum):
419
419
  SALESFORCE = 'SALESFORCE'
420
420
  TWITTER = 'TWITTER'
421
421
  MCP = 'MCP'
422
+ ODBC = 'ODBC'
423
+ DBC = 'DBC'
422
424
 
423
425
  @classmethod
424
426
  def user_connectors(cls):
@@ -436,11 +438,13 @@ class ApplicationConnectorType(ApiEnum):
436
438
  cls.CONFLUENCE,
437
439
  cls.BOX,
438
440
  cls.GITHUBUSER,
441
+ cls.ODBC,
442
+ cls.DBC
439
443
  ]
440
444
 
441
445
  @classmethod
442
446
  def database_connectors(cls):
443
- return [cls.SALESFORCE]
447
+ return [cls.SALESFORCE, cls.ODBC, cls.DBC]
444
448
 
445
449
 
446
450
  class StreamingConnectorType(ApiEnum):
@@ -570,7 +574,7 @@ class LLMName(ApiEnum):
570
574
  QWEN3_235B_A22B = 'QWEN3_235B_A22B_2507'
571
575
  QWEN3_235B_A22B_THINKING = 'QWEN3_235B_A22B_THINKING_2507'
572
576
  QWEN3_CODER = 'QWEN3_CODER'
573
- DEEPSEEK_V3 = 'DEEPSEEK_V3'
577
+ DEEPSEEK_V3_1 = 'DEEPSEEK_V3_1'
574
578
  DEEPSEEK_R1 = 'DEEPSEEK_R1'
575
579
 
576
580
 
@@ -84,7 +84,7 @@ class BatchPrediction(AbstractApiClass):
84
84
  BatchPredictionArgs, globalPredictionArgs)
85
85
  self.batch_prediction_args = client._build_class(getattr(
86
86
  api_class, batchPredictionArgsType, BatchPredictionArgs) if batchPredictionArgsType else BatchPredictionArgs, batchPredictionArgs)
87
- self.deprecated_keys = {'explanations', 'global_prediction_args'}
87
+ self.deprecated_keys = {'global_prediction_args', 'explanations'}
88
88
 
89
89
  def __repr__(self):
90
90
  repr_dict = {f'batch_prediction_id': repr(self.batch_prediction_id), f'created_at': repr(self.created_at), f'name': repr(self.name), f'deployment_id': repr(self.deployment_id), f'file_connector_output_location': repr(self.file_connector_output_location), f'database_connector_id': repr(self.database_connector_id), f'database_output_configuration': repr(self.database_output_configuration), f'file_output_format': repr(self.file_output_format), f'connector_type': repr(self.connector_type), f'legacy_input_location': repr(self.legacy_input_location), f'output_feature_group_id': repr(self.output_feature_group_id), f'feature_group_table_name': repr(self.feature_group_table_name), f'output_feature_group_table_name': repr(self.output_feature_group_table_name), f'summary_feature_group_table_name': repr(self.summary_feature_group_table_name), f'csv_input_prefix': repr(
@@ -100,7 +100,7 @@ class BatchPredictionVersion(AbstractApiClass):
100
100
  BatchPredictionArgs, globalPredictionArgs)
101
101
  self.batch_prediction_args = client._build_class(getattr(
102
102
  api_class, batchPredictionArgsType, BatchPredictionArgs) if batchPredictionArgsType else BatchPredictionArgs, batchPredictionArgs)
103
- self.deprecated_keys = {'explanations', 'global_prediction_args'}
103
+ self.deprecated_keys = {'global_prediction_args', 'explanations'}
104
104
 
105
105
  def __repr__(self):
106
106
  repr_dict = {f'batch_prediction_version': repr(self.batch_prediction_version), f'batch_prediction_id': repr(self.batch_prediction_id), f'status': repr(self.status), f'drift_monitor_status': repr(self.drift_monitor_status), f'deployment_id': repr(self.deployment_id), f'model_id': repr(self.model_id), f'model_version': repr(self.model_version), f'predictions_started_at': repr(self.predictions_started_at), f'predictions_completed_at': repr(self.predictions_completed_at), f'database_output_error': repr(self.database_output_error), f'total_predictions': repr(self.total_predictions), f'failed_predictions': repr(self.failed_predictions), f'database_connector_id': repr(self.database_connector_id), f'database_output_configuration': repr(self.database_output_configuration), f'file_connector_output_location': repr(self.file_connector_output_location), f'file_output_format': repr(self.file_output_format), f'connector_type': repr(self.connector_type), f'legacy_input_location': repr(self.legacy_input_location), f'error': repr(self.error), f'drift_monitor_error': repr(self.drift_monitor_error), f'monitor_warnings': repr(self.monitor_warnings), f'csv_input_prefix': repr(
@@ -0,0 +1,41 @@
1
+ from .return_class import AbstractApiClass
2
+
3
+
4
+ class ChatllmProjectPermissions(AbstractApiClass):
5
+ """
6
+ ChatLLM Project Permissions
7
+
8
+ Args:
9
+ client (ApiClient): An authenticated API Client instance
10
+ chatllmProjectId (id): The ID of the chatllm project.
11
+ accessLevel (str): The access level of the chatllm project.
12
+ userPermissions (list): List of tuples containing (user_id, permission).
13
+ userGroupPermissions (list): List of tuples containing (user_group_id, permission).
14
+ """
15
+
16
+ def __init__(self, client, chatllmProjectId=None, accessLevel=None, userPermissions=None, userGroupPermissions=None):
17
+ super().__init__(client, None)
18
+ self.chatllm_project_id = chatllmProjectId
19
+ self.access_level = accessLevel
20
+ self.user_permissions = userPermissions
21
+ self.user_group_permissions = userGroupPermissions
22
+ self.deprecated_keys = {}
23
+
24
+ def __repr__(self):
25
+ repr_dict = {f'chatllm_project_id': repr(self.chatllm_project_id), f'access_level': repr(
26
+ self.access_level), f'user_permissions': repr(self.user_permissions), f'user_group_permissions': repr(self.user_group_permissions)}
27
+ class_name = "ChatllmProjectPermissions"
28
+ repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
29
+ ) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
30
+ return f"{class_name}({repr_str})"
31
+
32
+ def to_dict(self):
33
+ """
34
+ Get a dict representation of the parameters in this class
35
+
36
+ Returns:
37
+ dict: The dict value representation of the class parameters
38
+ """
39
+ resp = {'chatllm_project_id': self.chatllm_project_id, 'access_level': self.access_level,
40
+ 'user_permissions': self.user_permissions, 'user_group_permissions': self.user_group_permissions}
41
+ return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
@@ -663,7 +663,7 @@ class BaseApiClient:
663
663
  client_options (ClientOptions): Optional API client configurations
664
664
  skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
665
665
  """
666
- client_version = '1.4.59'
666
+ client_version = '1.4.60'
667
667
 
668
668
  def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False, include_tb: bool = False):
669
669
  self.api_key = api_key
@@ -2758,7 +2758,7 @@ class ReadOnlyClient(BaseApiClient):
2758
2758
  ChatSession: The chat sessions with Data Science Co-pilot"""
2759
2759
  return self._call_api('listChatSessions', 'GET', query_params={'mostRecentPerProject': most_recent_per_project}, parse_type=ChatSession)
2760
2760
 
2761
- def get_deployment_conversation(self, deployment_conversation_id: str = None, external_session_id: str = None, deployment_id: str = None, filter_intermediate_conversation_events: bool = True, get_unused_document_uploads: bool = False, start: int = None, limit: int = None) -> DeploymentConversation:
2761
+ def get_deployment_conversation(self, deployment_conversation_id: str = None, external_session_id: str = None, deployment_id: str = None, filter_intermediate_conversation_events: bool = True, get_unused_document_uploads: bool = False, start: int = None, limit: int = None, include_all_versions: bool = False) -> DeploymentConversation:
2762
2762
  """Gets a deployment conversation.
2763
2763
 
2764
2764
  Args:
@@ -2769,10 +2769,11 @@ class ReadOnlyClient(BaseApiClient):
2769
2769
  get_unused_document_uploads (bool): If true, unused document uploads will be returned. Default is false.
2770
2770
  start (int): The start index of the conversation.
2771
2771
  limit (int): The limit of the conversation.
2772
+ include_all_versions (bool): If True, includes all versions of the last bot message for version switching functionality.
2772
2773
 
2773
2774
  Returns:
2774
2775
  DeploymentConversation: The deployment conversation."""
2775
- return self._proxy_request('getDeploymentConversation', 'GET', query_params={'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'deploymentId': deployment_id, 'filterIntermediateConversationEvents': filter_intermediate_conversation_events, 'getUnusedDocumentUploads': get_unused_document_uploads, 'start': start, 'limit': limit}, parse_type=DeploymentConversation, is_sync=True)
2776
+ return self._proxy_request('getDeploymentConversation', 'GET', query_params={'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'deploymentId': deployment_id, 'filterIntermediateConversationEvents': filter_intermediate_conversation_events, 'getUnusedDocumentUploads': get_unused_document_uploads, 'start': start, 'limit': limit, 'includeAllVersions': include_all_versions}, parse_type=DeploymentConversation, is_sync=True)
2776
2777
 
2777
2778
  def list_deployment_conversations(self, deployment_id: str = None, external_application_id: str = None, conversation_type: Union[DeploymentConversationType, str] = None, fetch_last_llm_info: bool = False, limit: int = None, search: str = None) -> List[DeploymentConversation]:
2778
2779
  """Lists all conversations for the given deployment and current user.
@@ -5276,9 +5277,7 @@ class ApiClient(ReadOnlyClient):
5276
5277
  description (str): Human-readable description of this feature group.
5277
5278
 
5278
5279
  Returns:
5279
- FeatureGroup: The created feature group.
5280
- Description:
5281
- Creates a new feature group defined as the union of other feature group versions."""
5280
+ FeatureGroup: The created feature group."""
5282
5281
  return self._call_api('createMergeFeatureGroup', 'POST', query_params={}, body={'sourceFeatureGroupId': source_feature_group_id, 'tableName': table_name, 'mergeConfig': merge_config, 'description': description}, parse_type=FeatureGroup)
5283
5282
 
5284
5283
  def create_operator_feature_group(self, source_feature_group_id: str, table_name: str, operator_config: Union[dict, OperatorConfig], description: str = None) -> FeatureGroup:
@@ -96,7 +96,7 @@ class DeploymentConversation(AbstractApiClass):
96
96
  'metadata': self.metadata, 'llm_display_name': self.llm_display_name, 'llm_bot_icon': self.llm_bot_icon, 'search_suggestions': self.search_suggestions, 'chatllm_task_id': self.chatllm_task_id, 'conversation_status': self.conversation_status, 'computer_status': self.computer_status, 'total_events': self.total_events, 'contest_names': self.contest_names, 'daemon_task_id': self.daemon_task_id, 'parent_deployment_conversation_id': self.parent_deployment_conversation_id, 'intro_message': self.intro_message, 'preview_info': self.preview_info, 'history': self._get_attribute_as_dict(self.history), 'hosted_artifacts': self._get_attribute_as_dict(self.hosted_artifacts)}
97
97
  return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
98
98
 
99
- def get(self, external_session_id: str = None, deployment_id: str = None, filter_intermediate_conversation_events: bool = True, get_unused_document_uploads: bool = False, start: int = None, limit: int = None):
99
+ def get(self, external_session_id: str = None, deployment_id: str = None, filter_intermediate_conversation_events: bool = True, get_unused_document_uploads: bool = False, start: int = None, limit: int = None, include_all_versions: bool = False):
100
100
  """
101
101
  Gets a deployment conversation.
102
102
 
@@ -107,11 +107,12 @@ class DeploymentConversation(AbstractApiClass):
107
107
  get_unused_document_uploads (bool): If true, unused document uploads will be returned. Default is false.
108
108
  start (int): The start index of the conversation.
109
109
  limit (int): The limit of the conversation.
110
+ include_all_versions (bool): If True, includes all versions of the last bot message for version switching functionality.
110
111
 
111
112
  Returns:
112
113
  DeploymentConversation: The deployment conversation.
113
114
  """
114
- return self.client.get_deployment_conversation(self.deployment_conversation_id, external_session_id, deployment_id, filter_intermediate_conversation_events, get_unused_document_uploads, start, limit)
115
+ return self.client.get_deployment_conversation(self.deployment_conversation_id, external_session_id, deployment_id, filter_intermediate_conversation_events, get_unused_document_uploads, start, limit, include_all_versions)
115
116
 
116
117
  def delete(self, deployment_id: str = None):
117
118
  """
@@ -41,9 +41,13 @@ class DeploymentConversationEvent(AbstractApiClass):
41
41
  verificationSummary (str): The summary of the verification process for the message.
42
42
  attachedUserFileNames (list): The list of files attached by the user on the message.
43
43
  oldFileContent (str): The content of the file associated with an edit tool request before the file was edited
44
+ allVersions (list): All versions of the last bot message for version switching functionality.
45
+ selectedVersionIndex (int): The index of the currently selected version of the last bot message.
46
+ totalVersions (int): The total number of versions available for the last bot message.
47
+ isLastMessage (bool): Whether this message is the last message in the conversation.
44
48
  """
45
49
 
46
- def __init__(self, client, role=None, text=None, timestamp=None, messageIndex=None, regenerateAttempt=None, modelVersion=None, searchResults=None, isUseful=None, feedback=None, feedbackType=None, docInfos=None, keywordArguments=None, inputParams=None, attachments=None, responseVersion=None, agentWorkflowNodeId=None, nextAgentWorkflowNodeId=None, chatType=None, agentResponse=None, error=None, segments=None, streamedData=None, streamedSectionData=None, highlights=None, llmDisplayName=None, llmBotIcon=None, formResponse=None, routedLlm=None, computePointsUsed=None, computerFiles=None, toolUseRequest=None, verificationSummary=None, attachedUserFileNames=None, oldFileContent=None):
50
+ def __init__(self, client, role=None, text=None, timestamp=None, messageIndex=None, regenerateAttempt=None, modelVersion=None, searchResults=None, isUseful=None, feedback=None, feedbackType=None, docInfos=None, keywordArguments=None, inputParams=None, attachments=None, responseVersion=None, agentWorkflowNodeId=None, nextAgentWorkflowNodeId=None, chatType=None, agentResponse=None, error=None, segments=None, streamedData=None, streamedSectionData=None, highlights=None, llmDisplayName=None, llmBotIcon=None, formResponse=None, routedLlm=None, computePointsUsed=None, computerFiles=None, toolUseRequest=None, verificationSummary=None, attachedUserFileNames=None, oldFileContent=None, allVersions=None, selectedVersionIndex=None, totalVersions=None, isLastMessage=None):
47
51
  super().__init__(client, None)
48
52
  self.role = role
49
53
  self.text = text
@@ -79,11 +83,15 @@ class DeploymentConversationEvent(AbstractApiClass):
79
83
  self.verification_summary = verificationSummary
80
84
  self.attached_user_file_names = attachedUserFileNames
81
85
  self.old_file_content = oldFileContent
86
+ self.all_versions = allVersions
87
+ self.selected_version_index = selectedVersionIndex
88
+ self.total_versions = totalVersions
89
+ self.is_last_message = isLastMessage
82
90
  self.deprecated_keys = {}
83
91
 
84
92
  def __repr__(self):
85
- repr_dict = {f'role': repr(self.role), f'text': repr(self.text), f'timestamp': repr(self.timestamp), f'message_index': repr(self.message_index), f'regenerate_attempt': repr(self.regenerate_attempt), f'model_version': repr(self.model_version), f'search_results': repr(self.search_results), f'is_useful': repr(self.is_useful), f'feedback': repr(self.feedback), f'feedback_type': repr(self.feedback_type), f'doc_infos': repr(self.doc_infos), f'keyword_arguments': repr(self.keyword_arguments), f'input_params': repr(self.input_params), f'attachments': repr(self.attachments), f'response_version': repr(self.response_version), f'agent_workflow_node_id': repr(self.agent_workflow_node_id), f'next_agent_workflow_node_id': repr(self.next_agent_workflow_node_id), f'chat_type': repr(
86
- self.chat_type), f'agent_response': repr(self.agent_response), f'error': repr(self.error), f'segments': repr(self.segments), f'streamed_data': repr(self.streamed_data), f'streamed_section_data': repr(self.streamed_section_data), f'highlights': repr(self.highlights), f'llm_display_name': repr(self.llm_display_name), f'llm_bot_icon': repr(self.llm_bot_icon), f'form_response': repr(self.form_response), f'routed_llm': repr(self.routed_llm), f'compute_points_used': repr(self.compute_points_used), f'computer_files': repr(self.computer_files), f'tool_use_request': repr(self.tool_use_request), f'verification_summary': repr(self.verification_summary), f'attached_user_file_names': repr(self.attached_user_file_names), f'old_file_content': repr(self.old_file_content)}
93
+ repr_dict = {f'role': repr(self.role), f'text': repr(self.text), f'timestamp': repr(self.timestamp), f'message_index': repr(self.message_index), f'regenerate_attempt': repr(self.regenerate_attempt), f'model_version': repr(self.model_version), f'search_results': repr(self.search_results), f'is_useful': repr(self.is_useful), f'feedback': repr(self.feedback), f'feedback_type': repr(self.feedback_type), f'doc_infos': repr(self.doc_infos), f'keyword_arguments': repr(self.keyword_arguments), f'input_params': repr(self.input_params), f'attachments': repr(self.attachments), f'response_version': repr(self.response_version), f'agent_workflow_node_id': repr(self.agent_workflow_node_id), f'next_agent_workflow_node_id': repr(self.next_agent_workflow_node_id), f'chat_type': repr(self.chat_type), f'agent_response': repr(self.agent_response), f'error': repr(self.error), f'segments': repr(
94
+ self.segments), f'streamed_data': repr(self.streamed_data), f'streamed_section_data': repr(self.streamed_section_data), f'highlights': repr(self.highlights), f'llm_display_name': repr(self.llm_display_name), f'llm_bot_icon': repr(self.llm_bot_icon), f'form_response': repr(self.form_response), f'routed_llm': repr(self.routed_llm), f'compute_points_used': repr(self.compute_points_used), f'computer_files': repr(self.computer_files), f'tool_use_request': repr(self.tool_use_request), f'verification_summary': repr(self.verification_summary), f'attached_user_file_names': repr(self.attached_user_file_names), f'old_file_content': repr(self.old_file_content), f'all_versions': repr(self.all_versions), f'selected_version_index': repr(self.selected_version_index), f'total_versions': repr(self.total_versions), f'is_last_message': repr(self.is_last_message)}
87
95
  class_name = "DeploymentConversationEvent"
88
96
  repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
89
97
  ) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
@@ -96,6 +104,6 @@ class DeploymentConversationEvent(AbstractApiClass):
96
104
  Returns:
97
105
  dict: The dict value representation of the class parameters
98
106
  """
99
- resp = {'role': self.role, 'text': self.text, 'timestamp': self.timestamp, 'message_index': self.message_index, 'regenerate_attempt': self.regenerate_attempt, 'model_version': self.model_version, 'search_results': self.search_results, 'is_useful': self.is_useful, 'feedback': self.feedback, 'feedback_type': self.feedback_type, 'doc_infos': self.doc_infos, 'keyword_arguments': self.keyword_arguments, 'input_params': self.input_params, 'attachments': self.attachments, 'response_version': self.response_version, 'agent_workflow_node_id': self.agent_workflow_node_id, 'next_agent_workflow_node_id': self.next_agent_workflow_node_id, 'chat_type': self.chat_type,
100
- 'agent_response': self.agent_response, 'error': self.error, 'segments': self.segments, 'streamed_data': self.streamed_data, 'streamed_section_data': self.streamed_section_data, 'highlights': self.highlights, 'llm_display_name': self.llm_display_name, 'llm_bot_icon': self.llm_bot_icon, 'form_response': self.form_response, 'routed_llm': self.routed_llm, 'compute_points_used': self.compute_points_used, 'computer_files': self.computer_files, 'tool_use_request': self.tool_use_request, 'verification_summary': self.verification_summary, 'attached_user_file_names': self.attached_user_file_names, 'old_file_content': self.old_file_content}
107
+ resp = {'role': self.role, 'text': self.text, 'timestamp': self.timestamp, 'message_index': self.message_index, 'regenerate_attempt': self.regenerate_attempt, 'model_version': self.model_version, 'search_results': self.search_results, 'is_useful': self.is_useful, 'feedback': self.feedback, 'feedback_type': self.feedback_type, 'doc_infos': self.doc_infos, 'keyword_arguments': self.keyword_arguments, 'input_params': self.input_params, 'attachments': self.attachments, 'response_version': self.response_version, 'agent_workflow_node_id': self.agent_workflow_node_id, 'next_agent_workflow_node_id': self.next_agent_workflow_node_id, 'chat_type': self.chat_type, 'agent_response': self.agent_response, 'error': self.error, 'segments': self.segments,
108
+ 'streamed_data': self.streamed_data, 'streamed_section_data': self.streamed_section_data, 'highlights': self.highlights, 'llm_display_name': self.llm_display_name, 'llm_bot_icon': self.llm_bot_icon, 'form_response': self.form_response, 'routed_llm': self.routed_llm, 'compute_points_used': self.compute_points_used, 'computer_files': self.computer_files, 'tool_use_request': self.tool_use_request, 'verification_summary': self.verification_summary, 'attached_user_file_names': self.attached_user_file_names, 'old_file_content': self.old_file_content, 'all_versions': self.all_versions, 'selected_version_index': self.selected_version_index, 'total_versions': self.total_versions, 'is_last_message': self.is_last_message}
101
109
  return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
@@ -7,19 +7,21 @@ class RegenerateLlmExternalApplication(AbstractApiClass):
7
7
 
8
8
  Args:
9
9
  client (ApiClient): An authenticated API Client instance
10
- name (str): The external name of the LLM.
11
- externalApplicationId (str): The unique identifier of the external application.
10
+ name (str): The display name of the LLM (ie GPT-5)
11
+ llmBotIcon (str): The bot icon of the LLM.
12
+ llmName (str): The external name of the LLM (ie OPENAI_GPT5)
12
13
  """
13
14
 
14
- def __init__(self, client, name=None, externalApplicationId=None):
15
+ def __init__(self, client, name=None, llmBotIcon=None, llmName=None):
15
16
  super().__init__(client, None)
16
17
  self.name = name
17
- self.external_application_id = externalApplicationId
18
+ self.llm_bot_icon = llmBotIcon
19
+ self.llm_name = llmName
18
20
  self.deprecated_keys = {}
19
21
 
20
22
  def __repr__(self):
21
- repr_dict = {f'name': repr(self.name), f'external_application_id': repr(
22
- self.external_application_id)}
23
+ repr_dict = {f'name': repr(self.name), f'llm_bot_icon': repr(
24
+ self.llm_bot_icon), f'llm_name': repr(self.llm_name)}
23
25
  class_name = "RegenerateLlmExternalApplication"
24
26
  repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
25
27
  ) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
@@ -32,6 +34,6 @@ class RegenerateLlmExternalApplication(AbstractApiClass):
32
34
  Returns:
33
35
  dict: The dict value representation of the class parameters
34
36
  """
35
- resp = {'name': self.name,
36
- 'external_application_id': self.external_application_id}
37
+ resp = {'name': self.name, 'llm_bot_icon': self.llm_bot_icon,
38
+ 'llm_name': self.llm_name}
37
39
  return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: abacusai
3
- Version: 1.4.59
3
+ Version: 1.4.60
4
4
  Summary: Abacus.AI Python Client Library
5
5
  Home-page: https://github.com/abacusai/api-python
6
6
  Author: Abacus.AI
@@ -21,3 +21,11 @@ Requires-Dist: requests
21
21
  Requires-Dist: pandas
22
22
  Requires-Dist: fastavro
23
23
  Requires-Dist: typing_inspect; python_version < "3.8"
24
+ Dynamic: author
25
+ Dynamic: author-email
26
+ Dynamic: classifier
27
+ Dynamic: home-page
28
+ Dynamic: license
29
+ Dynamic: license-file
30
+ Dynamic: requires-dist
31
+ Dynamic: summary
@@ -40,6 +40,7 @@ abacusai/chatllm_computer.py
40
40
  abacusai/chatllm_computer_status.py
41
41
  abacusai/chatllm_memory.py
42
42
  abacusai/chatllm_project.py
43
+ abacusai/chatllm_project_permissions.py
43
44
  abacusai/chatllm_referral_invite.py
44
45
  abacusai/chatllm_task.py
45
46
  abacusai/client.py
@@ -46,7 +46,7 @@ Module Contents
46
46
  ---------------
47
47
 
48
48
  .. py:data:: MIN_AGENT_SLEEP_TIME
49
- :value: 3600
49
+ :value: 300
50
50
 
51
51
 
52
52
  .. py:function:: validate_input_dict_param(dict_object, friendly_class_name, must_contain=[])
@@ -2071,6 +2071,16 @@ Module Contents
2071
2071
  Derive from this class to define new enumerations.
2072
2072
 
2073
2073
 
2074
+ .. py:attribute:: OPENAI_GPT3_5
2075
+ :value: 'OPENAI_GPT3_5'
2076
+
2077
+
2078
+
2079
+ .. py:attribute:: OPENAI_GPT3_5_TEXT
2080
+ :value: 'OPENAI_GPT3_5_TEXT'
2081
+
2082
+
2083
+
2074
2084
  .. py:attribute:: OPENAI_GPT4
2075
2085
  :value: 'OPENAI_GPT4'
2076
2086
 
@@ -2106,6 +2116,26 @@ Module Contents
2106
2116
 
2107
2117
 
2108
2118
 
2119
+ .. py:attribute:: OPENAI_O3
2120
+ :value: 'OPENAI_O3'
2121
+
2122
+
2123
+
2124
+ .. py:attribute:: OPENAI_O3_HIGH
2125
+ :value: 'OPENAI_O3_HIGH'
2126
+
2127
+
2128
+
2129
+ .. py:attribute:: OPENAI_O4_MINI
2130
+ :value: 'OPENAI_O4_MINI'
2131
+
2132
+
2133
+
2134
+ .. py:attribute:: OPENAI_O4_MINI_HIGH
2135
+ :value: 'OPENAI_O4_MINI_HIGH'
2136
+
2137
+
2138
+
2109
2139
  .. py:attribute:: OPENAI_GPT4_1
2110
2140
  :value: 'OPENAI_GPT4_1'
2111
2141
 
@@ -2116,48 +2146,43 @@ Module Contents
2116
2146
 
2117
2147
 
2118
2148
 
2119
- .. py:attribute:: OPENAI_GPT3_5
2120
- :value: 'OPENAI_GPT3_5'
2121
-
2149
+ .. py:attribute:: OPENAI_GPT4_1_NANO
2150
+ :value: 'OPENAI_GPT4_1_NANO'
2122
2151
 
2123
2152
 
2124
- .. py:attribute:: OPENAI_GPT3_5_TEXT
2125
- :value: 'OPENAI_GPT3_5_TEXT'
2126
2153
 
2154
+ .. py:attribute:: OPENAI_GPT5
2155
+ :value: 'OPENAI_GPT5'
2127
2156
 
2128
2157
 
2129
- .. py:attribute:: OPENAI_O3
2130
- :value: 'OPENAI_O3'
2131
-
2132
2158
 
2133
-
2134
- .. py:attribute:: OPENAI_O4_MINI
2135
- :value: 'OPENAI_O4_MINI'
2159
+ .. py:attribute:: OPENAI_GPT5_MINI
2160
+ :value: 'OPENAI_GPT5_MINI'
2136
2161
 
2137
2162
 
2138
2163
 
2139
- .. py:attribute:: LLAMA3_1_405B
2140
- :value: 'LLAMA3_1_405B'
2164
+ .. py:attribute:: OPENAI_GPT5_MINI_HIGH
2165
+ :value: 'OPENAI_GPT5_MINI_HIGH'
2141
2166
 
2142
2167
 
2143
2168
 
2144
- .. py:attribute:: LLAMA3_1_70B
2145
- :value: 'LLAMA3_1_70B'
2169
+ .. py:attribute:: OPENAI_GPT5_MINI_LOW
2170
+ :value: 'OPENAI_GPT5_MINI_LOW'
2146
2171
 
2147
2172
 
2148
2173
 
2149
- .. py:attribute:: LLAMA3_1_8B
2150
- :value: 'LLAMA3_1_8B'
2174
+ .. py:attribute:: OPENAI_GPT5_NANO
2175
+ :value: 'OPENAI_GPT5_NANO'
2151
2176
 
2152
2177
 
2153
2178
 
2154
- .. py:attribute:: LLAMA3_3_70B
2155
- :value: 'LLAMA3_3_70B'
2179
+ .. py:attribute:: OPENAI_GPT5_NANO_HIGH
2180
+ :value: 'OPENAI_GPT5_NANO_HIGH'
2156
2181
 
2157
2182
 
2158
2183
 
2159
- .. py:attribute:: LLAMA3_LARGE_CHAT
2160
- :value: 'LLAMA3_LARGE_CHAT'
2184
+ .. py:attribute:: CLAUDE_V3_HAIKU
2185
+ :value: 'CLAUDE_V3_HAIKU'
2161
2186
 
2162
2187
 
2163
2188
 
@@ -2166,8 +2191,8 @@ Module Contents
2166
2191
 
2167
2192
 
2168
2193
 
2169
- .. py:attribute:: CLAUDE_V3_HAIKU
2170
- :value: 'CLAUDE_V3_HAIKU'
2194
+ .. py:attribute:: CLAUDE_V3_5_HAIKU
2195
+ :value: 'CLAUDE_V3_5_HAIKU'
2171
2196
 
2172
2197
 
2173
2198
 
@@ -2191,13 +2216,18 @@ Module Contents
2191
2216
 
2192
2217
 
2193
2218
 
2194
- .. py:attribute:: CLAUDE_V3_5_HAIKU
2195
- :value: 'CLAUDE_V3_5_HAIKU'
2219
+ .. py:attribute:: GEMINI_1_5_PRO
2220
+ :value: 'GEMINI_1_5_PRO'
2196
2221
 
2197
2222
 
2198
2223
 
2199
- .. py:attribute:: GEMINI_1_5_PRO
2200
- :value: 'GEMINI_1_5_PRO'
2224
+ .. py:attribute:: GEMINI_1_5_FLASH
2225
+ :value: 'GEMINI_1_5_FLASH'
2226
+
2227
+
2228
+
2229
+ .. py:attribute:: GEMINI_2_PRO
2230
+ :value: 'GEMINI_2_PRO'
2201
2231
 
2202
2232
 
2203
2233
 
@@ -2221,8 +2251,53 @@ Module Contents
2221
2251
 
2222
2252
 
2223
2253
 
2224
- .. py:attribute:: GEMINI_2_PRO
2225
- :value: 'GEMINI_2_PRO'
2254
+ .. py:attribute:: XAI_GROK
2255
+ :value: 'XAI_GROK'
2256
+
2257
+
2258
+
2259
+ .. py:attribute:: XAI_GROK_3
2260
+ :value: 'XAI_GROK_3'
2261
+
2262
+
2263
+
2264
+ .. py:attribute:: XAI_GROK_3_MINI
2265
+ :value: 'XAI_GROK_3_MINI'
2266
+
2267
+
2268
+
2269
+ .. py:attribute:: XAI_GROK_4
2270
+ :value: 'XAI_GROK_4'
2271
+
2272
+
2273
+
2274
+ .. py:attribute:: LLAMA4_MAVERICK
2275
+ :value: 'LLAMA4_MAVERICK'
2276
+
2277
+
2278
+
2279
+ .. py:attribute:: LLAMA3_1_405B
2280
+ :value: 'LLAMA3_1_405B'
2281
+
2282
+
2283
+
2284
+ .. py:attribute:: LLAMA3_1_70B
2285
+ :value: 'LLAMA3_1_70B'
2286
+
2287
+
2288
+
2289
+ .. py:attribute:: LLAMA3_1_8B
2290
+ :value: 'LLAMA3_1_8B'
2291
+
2292
+
2293
+
2294
+ .. py:attribute:: LLAMA3_3_70B
2295
+ :value: 'LLAMA3_3_70B'
2296
+
2297
+
2298
+
2299
+ .. py:attribute:: LLAMA3_LARGE_CHAT
2300
+ :value: 'LLAMA3_LARGE_CHAT'
2226
2301
 
2227
2302
 
2228
2303
 
@@ -2256,6 +2331,11 @@ Module Contents
2256
2331
 
2257
2332
 
2258
2333
 
2334
+ .. py:attribute:: QWEN3_32B
2335
+ :value: 'QWEN3_32B'
2336
+
2337
+
2338
+
2259
2339
  .. py:attribute:: QWEN3_235B_A22B
2260
2340
  :value: 'QWEN3_235B_A22B_2507'
2261
2341
 
@@ -2271,31 +2351,6 @@ Module Contents
2271
2351
 
2272
2352
 
2273
2353
 
2274
- .. py:attribute:: GEMINI_1_5_FLASH
2275
- :value: 'GEMINI_1_5_FLASH'
2276
-
2277
-
2278
-
2279
- .. py:attribute:: XAI_GROK
2280
- :value: 'XAI_GROK'
2281
-
2282
-
2283
-
2284
- .. py:attribute:: XAI_GROK_3
2285
- :value: 'XAI_GROK_3'
2286
-
2287
-
2288
-
2289
- .. py:attribute:: XAI_GROK_3_MINI
2290
- :value: 'XAI_GROK_3_MINI'
2291
-
2292
-
2293
-
2294
- .. py:attribute:: XAI_GROK_4
2295
- :value: 'XAI_GROK_4'
2296
-
2297
-
2298
-
2299
2354
  .. py:attribute:: DEEPSEEK_V3
2300
2355
  :value: 'DEEPSEEK_V3'
2301
2356
 
@@ -3166,6 +3221,11 @@ Module Contents
3166
3221
 
3167
3222
 
3168
3223
 
3224
+ .. py:attribute:: CODE_LLM_NON_INTERACTIVE
3225
+ :value: 'CODE_LLM_NON_INTERACTIVE'
3226
+
3227
+
3228
+
3169
3229
  .. py:class:: AgentClientType
3170
3230
 
3171
3231
  Bases: :py:obj:`ApiEnum`