abacusai 1.4.55__tar.gz → 1.4.56__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.
- {abacusai-1.4.55/abacusai.egg-info → abacusai-1.4.56}/PKG-INFO +1 -1
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/__init__.py +5 -1
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_class/dataset.py +1 -1
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_class/enums.py +3 -1
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_class/model.py +2 -2
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/client.py +30 -7
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/deployment_conversation.py +9 -5
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/deployment_conversation_event.py +7 -5
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/hosted_app_container.py +9 -5
- abacusai-1.4.56/abacusai/hostname_info.py +33 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/llm_artifact.py +9 -5
- abacusai-1.4.56/abacusai/llm_artifact_conversation.py +43 -0
- abacusai-1.4.56/abacusai/mcp_server_connection.py +59 -0
- abacusai-1.4.56/abacusai/mcp_server_query_result.py +33 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/model.py +2 -3
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/project.py +2 -3
- {abacusai-1.4.55 → abacusai-1.4.56/abacusai.egg-info}/PKG-INFO +1 -1
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai.egg-info/SOURCES.txt +4 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt +12 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +6 -1
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +11 -1
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/client/index.rst.txt +34 -28
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +8 -1
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/index.rst.txt +98 -33
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/model/index.rst.txt +3 -1
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +24 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/project/index.rst.txt +3 -1
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/web_app_domain/index.rst.txt +15 -1
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_class/ai_agents/index.html +15 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_class/enums/index.html +6 -1
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_class/index.html +16 -3
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/client/index.html +32 -29
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/file_connector/index.html +7 -1
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/index.html +106 -39
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/model/index.html +2 -1
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/prediction_client/index.html +25 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/project/index.html +2 -1
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/web_app_domain/index.html +13 -1
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/genindex.html +38 -4
- abacusai-1.4.56/docs/objects.inv +0 -0
- abacusai-1.4.56/docs/searchindex.js +1 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/setup.py +1 -1
- abacusai-1.4.55/docs/objects.inv +0 -0
- abacusai-1.4.55/docs/searchindex.js +0 -1
- {abacusai-1.4.55 → abacusai-1.4.56}/.gitignore +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/LICENSE +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/README.md +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/abacus_api.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/address.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/agent.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/agent_chat_message.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/agent_conversation.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/agent_data_document_info.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/agent_data_execution_result.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/agent_version.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/ai_building_task.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/algorithm.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/annotation.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/annotation_config.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/annotation_document.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/annotation_entry.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/annotations_status.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_class/__init__.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_class/abstract.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_class/ai_agents.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_class/ai_chat.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_class/batch_prediction.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_class/blob_input.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_class/connectors.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_class/dataset_application_connector.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_class/deployment.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_class/document_retriever.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_class/feature_group.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_class/monitor.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_class/monitor_alert.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_class/project.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_class/python_functions.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_class/refresh.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_class/segments.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_client_utils.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_endpoint.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/api_key.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/app_user_group.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/app_user_group_sign_in_token.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/application_connector.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/audio_gen_settings.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/audio_url_result.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/batch_prediction.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/batch_prediction_version.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/batch_prediction_version_logs.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/bot_info.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/chat_message.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/chat_session.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/chatllm_computer.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/chatllm_computer_status.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/chatllm_memory.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/chatllm_project.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/chatllm_referral_invite.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/chatllm_task.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/code_agent_response.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/code_autocomplete_edit_prediction_response.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/code_autocomplete_response.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/code_bot.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/code_edit.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/code_edit_response.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/code_edits.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/code_embeddings.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/code_llm_changed_files.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/code_source.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/code_suggestion_validation_response.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/code_summary_response.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/codellm_embedding_constants.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/compute_point_info.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/concatenation_config.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/constants_autocomplete_response.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/cpu_gpu_memory_specs.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/cryptography.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/custom_chat_instructions.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/custom_domain.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/custom_loss_function.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/custom_metric.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/custom_metric_version.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/data_metrics.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/data_prep_logs.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/data_quality_results.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/data_upload_result.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/database_column_feature_mapping.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/database_connector.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/database_connector_column.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/database_connector_schema.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/dataset.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/dataset_column.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/dataset_version.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/dataset_version_logs.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/default_llm.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/deployment.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/deployment_conversation_export.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/deployment_statistics.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/document_data.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/document_retriever.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/document_retriever_lookup_result.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/document_retriever_version.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/drift_distribution.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/drift_distributions.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/eda.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/eda_chart_description.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/eda_collinearity.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/eda_feature_association.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/eda_version.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/edit_image_models.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/embedding_feature_drift_distribution.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/execute_feature_group_operation.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/external_application.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/external_invite.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/extracted_fields.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/feature.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/feature_distribution.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/feature_drift_record.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/feature_drift_summary.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/feature_group.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/feature_group_document.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/feature_group_export.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/feature_group_refresh_export_config.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/feature_group_row.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/feature_group_row_process.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/feature_group_row_process_logs.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/feature_group_row_process_summary.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/feature_group_template.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/feature_group_version.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/feature_group_version_logs.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/feature_importance.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/feature_mapping.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/feature_performance_analysis.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/file_connector.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/file_connector_verification.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/finetuned_pretrained_model.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/forecasting_monitor_item_analysis.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/forecasting_monitor_summary.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/fs_entry.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/function_logs.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/global_context.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/graph_dashboard.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/holdout_analysis.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/holdout_analysis_version.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/hosted_app.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/hosted_app_file_read.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/hosted_artifact.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/hosted_database.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/hosted_database_snapshot.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/hosted_model_token.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/hume_voice.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/image_gen_model.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/image_gen_model_options.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/image_gen_settings.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/indexing_config.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/inferred_database_column_to_feature_mappings.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/inferred_feature_mappings.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/item_statistics.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/lip_sync_gen_settings.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/llm_app.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/llm_code_block.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/llm_execution_preview.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/llm_execution_result.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/llm_generated_code.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/llm_input.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/llm_parameters.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/llm_response.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/mcp_config.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/mcp_server.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/memory_options.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/messaging_connector_response.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/model_artifacts_export.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/model_blueprint_export.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/model_blueprint_stage.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/model_location.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/model_metrics.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/model_monitor.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/model_monitor_version.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/model_upload.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/model_version.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/model_version_feature_group_schema.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/modification_lock_info.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/module.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/monitor_alert.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/monitor_alert_version.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/monitor_drift_and_distributions.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/natural_language_explanation.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/nested_feature.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/nested_feature_schema.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/news_search_result.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/nlp_chat_response.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/notebook_completion.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/notebook_template.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/null_violation.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/organization_external_application_settings.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/organization_group.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/organization_search_result.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/organization_secret.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/page_data.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/pipeline.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/pipeline_reference.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/pipeline_step.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/pipeline_step_version.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/pipeline_step_version_logs.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/pipeline_step_version_reference.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/pipeline_version.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/pipeline_version_logs.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/playground_text.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/point_in_time_feature_info.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/point_in_time_group.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/prediction_client.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/prediction_dataset.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/prediction_input.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/prediction_log_record.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/prediction_operator.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/prediction_operator_version.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/presentation_export_result.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/problem_type.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/project_config.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/project_feature_group.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/project_feature_group_schema.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/project_feature_group_schema_version.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/project_validation.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/python_function.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/python_function_validator.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/python_plot_function.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/range_violation.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/realtime_monitor.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/refresh_pipeline_run.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/refresh_policy.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/refresh_schedule.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/regenerate_llm_external_application.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/requirements.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/return_class.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/routing_action.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/schema.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/sftp_key.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/streaming_client.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/streaming_connector.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/streaming_row_count.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/streaming_sample_code.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/sts_gen_settings.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/stt_gen_model.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/stt_gen_model_options.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/stt_gen_settings.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/template_node_details.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/test_point_predictions.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/tone_details.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/training_config_options.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/tts_gen_settings.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/twitter_search_result.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/unified_connector.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/upload.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/upload_part.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/use_case.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/use_case_requirements.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/user.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/user_exception.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/video_gen_costs.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/video_gen_model.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/video_gen_model_options.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/video_gen_settings.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/video_search_result.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/voice_gen_details.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/web_app_domain.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/web_page_response.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/web_search_response.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/web_search_result.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/webhook.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/workflow_graph_node_details.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai/workflow_node_template.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai.egg-info/requires.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/.buildinfo +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/.buildinfo.bak +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/.nojekyll +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/address/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/agent_chat_message/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/agent_conversation/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/agent_data_document_info/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/agent_data_execution_result/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/agent_data_upload_result/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_class/ai_chat/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_class/connectors/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_class/dataset_application_connector/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_class/deployment/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_class/monitor/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_class/segments/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/app_user_group_sign_in_token/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/audio_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/audio_url_result/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/batch_prediction_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/bot_info/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/chatllm_computer/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/chatllm_computer_status/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/chatllm_memory/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/chatllm_project/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/chatllm_referral_invite/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/chatllm_task/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/code_agent_response/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/code_autocomplete_edit_prediction_response/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/code_autocomplete_response/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/code_bot/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/code_edit/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/code_edit_response/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/code_edits/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/code_embeddings/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/code_llm_changed_files/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/code_suggestion_validation_response/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/code_summary_response/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/codellm_embedding_constants/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/compute_point_info/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/constants_autocomplete_response/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/custom_chat_instructions/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/custom_domain/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/data_upload_result/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/database_column_feature_mapping/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/database_connector_column/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/database_connector_schema/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/default_llm/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/deployment_conversation_export/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/deployment_statistics/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/document_data/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/edit_image_models/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/external_application/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/external_invite/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/external_invite_success/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/extracted_fields/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_drift_record/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_group_row_process/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_group_row_process_logs/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_group_row_process_summary/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_group_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_performance_analysis/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/finetuned_pretrained_model/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/forecasting_monitor_item_analysis/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/forecasting_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/fs_entry/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/global_context/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/hosted_app/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/hosted_app_container/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/hosted_app_file_read/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/hosted_artifact/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/hosted_database/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/hosted_database_snapshot/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/hosted_model_token/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/hume_voice/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/image_gen_model/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/image_gen_model_options/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/image_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/lip_sync_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/llm_app/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/llm_artifact/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/llm_execution_preview/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/llm_execution_result/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/llm_generated_code/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/mcp_config/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/mcp_server/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/messaging_connector_response/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/model_version_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/monitor_drift_and_distributions/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/nested_feature_schema/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/news_search_result/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/nlp_chat_response/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/organization_external_application_settings/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/playground_text/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/point_in_time_feature_info/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/prediction_log_record/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/presentation_export_result/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/project_feature_group/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/project_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/realtime_monitor/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/regenerate_llm_external_application/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/routing_action/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/sftp_key/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/streaming_row_count/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/streaming_sample_code/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/sts_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/stt_gen_model/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/stt_gen_model_options/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/stt_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/template_node_details/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/tone_details/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/tts_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/twitter_search_result/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/unified_connector/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/video_gen_costs/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/video_gen_model/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/video_gen_model_options/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/video_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/video_search_result/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/voice_gen_details/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/web_page_response/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/web_search_response/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/web_search_result/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/workflow_graph_node/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/workflow_graph_node_details/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/autoapi/abacusai/workflow_node_template/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_sources/index.rst.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/basic.css +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/css/badge_only.css +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/css/theme.css +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/doctools.js +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/documentation_options.js +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/file.png +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/Lato/lato-bold.eot +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/Lato/lato-bold.ttf +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/Lato/lato-bold.woff +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/Lato/lato-bold.woff2 +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/Lato/lato-bolditalic.eot +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/Lato/lato-bolditalic.woff +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/Lato/lato-italic.eot +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/Lato/lato-italic.ttf +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/Lato/lato-italic.woff +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/Lato/lato-italic.woff2 +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/Lato/lato-regular.eot +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/Lato/lato-regular.ttf +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/Lato/lato-regular.woff +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/Lato/lato-regular.woff2 +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/graphviz.css +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/jquery-3.5.1.js +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/jquery-3.6.0.js +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/jquery.js +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/js/badge_only.js +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/js/html5shiv.min.js +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/js/theme.js +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/js/versions.js +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/language_data.js +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/minus.png +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/plus.png +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/pygments.css +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/searchtools.js +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/sphinx_highlight.js +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/underscore-1.13.1.js +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/_static/underscore.js +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/address/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/agent/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/agent_chat_message/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/agent_conversation/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/agent_data_document_info/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/agent_data_execution_result/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/agent_data_upload_result/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/agent_version/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/algorithm/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/annotation/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_class/ai_chat/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_class/connectors/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_class/dataset_application_connector/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_class/deployment/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_class/document_retriever/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_class/model/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_class/monitor/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_class/segments/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_client_utils/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/api_key/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/app_user_group/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/app_user_group_sign_in_token/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/application_connector/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/audio_gen_settings/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/audio_url_result/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/batch_prediction_version_logs/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/bot_info/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/chat_message/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/chat_session/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/chatllm_computer/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/chatllm_computer_status/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/chatllm_memory/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/chatllm_project/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/chatllm_referral_invite/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/chatllm_task/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/code_agent_response/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/code_autocomplete_edit_prediction_response/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/code_autocomplete_response/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/code_bot/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/code_edit/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/code_edit_response/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/code_edits/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/code_embeddings/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/code_llm_changed_files/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/code_source/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/code_suggestion_validation_response/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/code_summary_response/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/codellm_embedding_constants/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/compute_point_info/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/constants_autocomplete_response/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/cryptography/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/custom_chat_instructions/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/custom_domain/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/data_filter/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/data_upload_result/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/database_column_feature_mapping/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/database_connector/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/database_connector_column/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/database_connector_schema/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/dataset/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/default_llm/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/deployment/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/deployment_conversation_event/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/deployment_conversation_export/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/deployment_statistics/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/document/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/document_data/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/document_retriever_config/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/document_store/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/eda/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/eda_version/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/edit_image_models/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/external_application/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/external_invite/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/external_invite_success/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/extracted_fields/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_drift_record/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_group/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_group_row_process/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_group_row_process_logs/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_group_row_process_summary/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_group_version_logs/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_performance_analysis/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/feature_record/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/finetuned_pretrained_model/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/forecasting_monitor_item_analysis/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/forecasting_monitor_summary/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/fs_entry/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/function_logs/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/global_context/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/hosted_app/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/hosted_app_container/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/hosted_app_file_read/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/hosted_artifact/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/hosted_database/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/hosted_database_snapshot/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/hosted_model_token/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/hume_voice/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/image_gen_model/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/image_gen_model_options/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/image_gen_settings/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/lip_sync_gen_settings/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/llm_app/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/llm_artifact/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/llm_execution_preview/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/llm_execution_result/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/llm_generated_code/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/llm_input/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/llm_response/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/mcp_config/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/mcp_server/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/memory_options/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/messaging_connector_response/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/model_location/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/model_upload/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/model_version/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/model_version_feature_group_schema/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/module/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/monitor_drift_and_distributions/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/nested_feature_schema/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/news_search_result/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/nlp_chat_response/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/null_violation/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/organization_external_application_settings/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/organization_group/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/page_data/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/pipeline/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/playground_text/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/point_in_time_feature_info/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/prediction_log_record/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/presentation_export_result/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/problem_type/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/project_config/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/project_feature_group/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/project_feature_group_schema/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/project_validation/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/python_function/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/range_violation/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/realtime_monitor/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/regenerate_llm_external_application/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/return_class/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/routing_action/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/schema/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/sftp_key/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/streaming_row_count/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/streaming_sample_code/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/sts_gen_settings/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/stt_gen_model/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/stt_gen_model_options/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/stt_gen_settings/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/template_node_details/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/tone_details/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/tts_gen_settings/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/twitter_search_result/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/type_violation/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/unified_connector/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/upload/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/upload_part/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/use_case/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/user/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/user_exception/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/vector_store/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/video_gen_costs/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/video_gen_model/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/video_gen_model_options/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/video_gen_settings/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/video_search_result/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/voice_gen_details/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/web_page_response/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/web_search_response/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/web_search_result/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/webhook/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/workflow_graph_node/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/workflow_graph_node_details/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/autoapi/abacusai/workflow_node_template/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/index.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/py-modindex.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/docs/search.html +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/examples/CheatSheet.md +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/examples/basics/basics.ipynb +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/examples/basics/code_execution.ipynb +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/examples/language/0.calling_large_language_models.ipynb +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/examples/language/1.extracting_text.ipynb +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/examples/language/2.document_retriever.ipynb +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/examples/language/helpers/metadata_extractor.ipynb +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/examples/language/helpers/prompting_iteration.ipynb +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/featurestore.md +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/requirements.txt +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/setup.cfg +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/sphinx/build_docs +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/sphinx/conf.py +0 -0
- {abacusai-1.4.55 → abacusai-1.4.56}/sphinx/index.rst +0 -0
@@ -140,6 +140,7 @@ from .hosted_artifact import HostedArtifact
|
|
140
140
|
from .hosted_database import HostedDatabase
|
141
141
|
from .hosted_database_snapshot import HostedDatabaseSnapshot
|
142
142
|
from .hosted_model_token import HostedModelToken
|
143
|
+
from .hostname_info import HostnameInfo
|
143
144
|
from .hume_voice import HumeVoice
|
144
145
|
from .image_gen_model import ImageGenModel
|
145
146
|
from .image_gen_model_options import ImageGenModelOptions
|
@@ -151,6 +152,7 @@ from .item_statistics import ItemStatistics
|
|
151
152
|
from .lip_sync_gen_settings import LipSyncGenSettings
|
152
153
|
from .llm_app import LlmApp
|
153
154
|
from .llm_artifact import LlmArtifact
|
155
|
+
from .llm_artifact_conversation import LlmArtifactConversation
|
154
156
|
from .llm_code_block import LlmCodeBlock
|
155
157
|
from .llm_execution_preview import LlmExecutionPreview
|
156
158
|
from .llm_execution_result import LlmExecutionResult
|
@@ -160,6 +162,8 @@ from .llm_parameters import LlmParameters
|
|
160
162
|
from .llm_response import LlmResponse
|
161
163
|
from .mcp_config import McpConfig
|
162
164
|
from .mcp_server import McpServer
|
165
|
+
from .mcp_server_connection import McpServerConnection
|
166
|
+
from .mcp_server_query_result import McpServerQueryResult
|
163
167
|
from .memory_options import MemoryOptions
|
164
168
|
from .messaging_connector_response import MessagingConnectorResponse
|
165
169
|
from .model import Model
|
@@ -273,4 +277,4 @@ from .workflow_graph_node_details import WorkflowGraphNodeDetails
|
|
273
277
|
from .workflow_node_template import WorkflowNodeTemplate
|
274
278
|
|
275
279
|
|
276
|
-
__version__ = "1.4.
|
280
|
+
__version__ = "1.4.56"
|
@@ -64,7 +64,7 @@ class DocumentProcessingConfig(ApiClass):
|
|
64
64
|
if self.document_type is not None:
|
65
65
|
if DocumentType.is_ocr_forced(self.document_type):
|
66
66
|
self.highlight_relevant_text = True
|
67
|
-
|
67
|
+
elif self.highlight_relevant_text is None:
|
68
68
|
self.highlight_relevant_text = False
|
69
69
|
if self.highlight_relevant_text is not None:
|
70
70
|
self.extract_bounding_boxes = self.highlight_relevant_text # Highlight_relevant text acts as a wrapper over extract_bounding_boxes
|
@@ -418,6 +418,7 @@ class ApplicationConnectorType(ApiEnum):
|
|
418
418
|
OAUTH = 'OAUTH'
|
419
419
|
SALESFORCE = 'SALESFORCE'
|
420
420
|
TWITTER = 'TWITTER'
|
421
|
+
MCP = 'MCP'
|
421
422
|
|
422
423
|
@classmethod
|
423
424
|
def user_connectors(cls):
|
@@ -430,7 +431,8 @@ class ApplicationConnectorType(ApiEnum):
|
|
430
431
|
cls.ONEDRIVE,
|
431
432
|
cls.SALESFORCE,
|
432
433
|
cls.TWITTER,
|
433
|
-
cls.SHAREPOINT
|
434
|
+
cls.SHAREPOINT,
|
435
|
+
cls.CONFLUENCE
|
434
436
|
]
|
435
437
|
|
436
438
|
@classmethod
|
@@ -501,7 +501,7 @@ class ChatLLMTrainingConfig(TrainingConfig):
|
|
501
501
|
json_response_schema (str): Specifies the JSON schema that the model should adhere to if `response_format` is set to "JSON". This should be a json-formatted string where each field of the expected schema is mapped to a dictionary containing the fields 'type', 'required' and 'description'. For example - '{"sample_field": {"type": "integer", "required": true, "description": "Sample Field"}}'
|
502
502
|
mask_pii (bool): Mask PII in the prompts and uploaded documents before sending it to the LLM.
|
503
503
|
builtin_tools (List[SystemConnectorTool]): List of builtin system connector tools to use in the ChatLLM. Using builtin tools does not require enabling tool bar (enable_tool_bar flag).
|
504
|
-
|
504
|
+
mcp_servers (List[str]): List of names of MCP servers to use in the ChatLLM. This should not be used with document_retrievers.
|
505
505
|
"""
|
506
506
|
document_retrievers: List[str] = dataclasses.field(default=None)
|
507
507
|
num_completion_tokens: int = dataclasses.field(default=None)
|
@@ -540,7 +540,7 @@ class ChatLLMTrainingConfig(TrainingConfig):
|
|
540
540
|
json_response_schema: str = dataclasses.field(default=None)
|
541
541
|
mask_pii: bool = dataclasses.field(default=None)
|
542
542
|
builtin_tools: List[SystemConnectorTool] = dataclasses.field(default=None)
|
543
|
-
|
543
|
+
mcp_servers: List[str] = dataclasses.field(default=None)
|
544
544
|
|
545
545
|
def __post_init__(self):
|
546
546
|
self.problem_type = enums.ProblemType.CHAT_LLM
|
@@ -126,6 +126,7 @@ from .llm_execution_result import LlmExecutionResult
|
|
126
126
|
from .llm_generated_code import LlmGeneratedCode
|
127
127
|
from .llm_input import LlmInput
|
128
128
|
from .llm_response import LlmResponse
|
129
|
+
from .mcp_server_query_result import McpServerQueryResult
|
129
130
|
from .model import Model
|
130
131
|
from .model_artifacts_export import ModelArtifactsExport
|
131
132
|
from .model_metrics import ModelMetrics
|
@@ -662,7 +663,7 @@ class BaseApiClient:
|
|
662
663
|
client_options (ClientOptions): Optional API client configurations
|
663
664
|
skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
|
664
665
|
"""
|
665
|
-
client_version = '1.4.
|
666
|
+
client_version = '1.4.56'
|
666
667
|
|
667
668
|
def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False, include_tb: bool = False):
|
668
669
|
self.api_key = api_key
|
@@ -1611,6 +1612,16 @@ class ReadOnlyClient(BaseApiClient):
|
|
1611
1612
|
UnifiedConnector: The application connector with the authentication details."""
|
1612
1613
|
return self._call_api('getUserConnectorAuth', 'GET', query_params={'service': service, 'scopes': scopes}, parse_type=UnifiedConnector)
|
1613
1614
|
|
1615
|
+
def get_user_mcp_connector_auth(self, mcp_server_name: str = None) -> ApplicationConnector:
|
1616
|
+
"""Get the auth for a MCP connector
|
1617
|
+
|
1618
|
+
Args:
|
1619
|
+
mcp_server_name (str): The name of the MCP server
|
1620
|
+
|
1621
|
+
Returns:
|
1622
|
+
ApplicationConnector: The MCP connector"""
|
1623
|
+
return self._call_api('getUserMcpConnectorAuth', 'GET', query_params={'mcpServerName': mcp_server_name}, parse_type=ApplicationConnector)
|
1624
|
+
|
1614
1625
|
def list_streaming_connectors(self) -> List[StreamingConnector]:
|
1615
1626
|
"""Retrieves a list of all streaming connectors along with their corresponding attributes.
|
1616
1627
|
|
@@ -8970,7 +8981,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
8970
8981
|
external_application_id (str): The ID of the External Application."""
|
8971
8982
|
return self._call_api('deleteExternalApplication', 'DELETE', query_params={'externalApplicationId': external_application_id})
|
8972
8983
|
|
8973
|
-
def create_agent(self, project_id: str, function_source_code: str = None, agent_function_name: str = None, name: str = None, memory: int = None, package_requirements: list = [], description: str = None, enable_binary_input: bool = False, evaluation_feature_group_id: str = None, agent_input_schema: dict = None, agent_output_schema: dict = None, workflow_graph: Union[dict, WorkflowGraph] = None, agent_interface: Union[AgentInterface, str] = AgentInterface.DEFAULT, included_modules: List = None, org_level_connectors: List = None, user_level_connectors: Dict = None, initialize_function_name: str = None, initialize_function_code: str = None
|
8984
|
+
def create_agent(self, project_id: str, function_source_code: str = None, agent_function_name: str = None, name: str = None, memory: int = None, package_requirements: list = [], description: str = None, enable_binary_input: bool = False, evaluation_feature_group_id: str = None, agent_input_schema: dict = None, agent_output_schema: dict = None, workflow_graph: Union[dict, WorkflowGraph] = None, agent_interface: Union[AgentInterface, str] = AgentInterface.DEFAULT, included_modules: List = None, org_level_connectors: List = None, user_level_connectors: Dict = None, initialize_function_name: str = None, initialize_function_code: str = None) -> Agent:
|
8974
8985
|
"""Creates a new AI agent using the given agent workflow graph definition.
|
8975
8986
|
|
8976
8987
|
Args:
|
@@ -8987,13 +8998,12 @@ Creates a new feature group defined as the union of other feature group versions
|
|
8987
8998
|
user_level_connectors (Dict): A dictionary mapping ApplicationConnectorType keys to lists of OAuth scopes. Each key represents a specific user level application connector, while the value is a list of scopes that define the permissions granted to the application.
|
8988
8999
|
initialize_function_name (str): The name of the function to be used for initialization.
|
8989
9000
|
initialize_function_code (str): The function code to be used for initialization.
|
8990
|
-
agent_mcp_config (dict): The MCP config for the agent.
|
8991
9001
|
|
8992
9002
|
Returns:
|
8993
9003
|
Agent: The new agent."""
|
8994
|
-
return self._call_api('createAgent', 'POST', query_params={}, body={'projectId': project_id, 'functionSourceCode': function_source_code, 'agentFunctionName': agent_function_name, 'name': name, 'memory': memory, 'packageRequirements': package_requirements, 'description': description, 'enableBinaryInput': enable_binary_input, 'evaluationFeatureGroupId': evaluation_feature_group_id, 'agentInputSchema': agent_input_schema, 'agentOutputSchema': agent_output_schema, 'workflowGraph': workflow_graph, 'agentInterface': agent_interface, 'includedModules': included_modules, 'orgLevelConnectors': org_level_connectors, 'userLevelConnectors': user_level_connectors, 'initializeFunctionName': initialize_function_name, 'initializeFunctionCode': initialize_function_code
|
9004
|
+
return self._call_api('createAgent', 'POST', query_params={}, body={'projectId': project_id, 'functionSourceCode': function_source_code, 'agentFunctionName': agent_function_name, 'name': name, 'memory': memory, 'packageRequirements': package_requirements, 'description': description, 'enableBinaryInput': enable_binary_input, 'evaluationFeatureGroupId': evaluation_feature_group_id, 'agentInputSchema': agent_input_schema, 'agentOutputSchema': agent_output_schema, 'workflowGraph': workflow_graph, 'agentInterface': agent_interface, 'includedModules': included_modules, 'orgLevelConnectors': org_level_connectors, 'userLevelConnectors': user_level_connectors, 'initializeFunctionName': initialize_function_name, 'initializeFunctionCode': initialize_function_code}, parse_type=Agent)
|
8995
9005
|
|
8996
|
-
def update_agent(self, model_id: str, function_source_code: str = None, agent_function_name: str = None, memory: int = None, package_requirements: list = None, description: str = None, enable_binary_input: bool = None, agent_input_schema: dict = None, agent_output_schema: dict = None, workflow_graph: Union[dict, WorkflowGraph] = None, agent_interface: Union[AgentInterface, str] = None, included_modules: List = None, org_level_connectors: List = None, user_level_connectors: Dict = None, initialize_function_name: str = None, initialize_function_code: str = None
|
9006
|
+
def update_agent(self, model_id: str, function_source_code: str = None, agent_function_name: str = None, memory: int = None, package_requirements: list = None, description: str = None, enable_binary_input: bool = None, agent_input_schema: dict = None, agent_output_schema: dict = None, workflow_graph: Union[dict, WorkflowGraph] = None, agent_interface: Union[AgentInterface, str] = None, included_modules: List = None, org_level_connectors: List = None, user_level_connectors: Dict = None, initialize_function_name: str = None, initialize_function_code: str = None) -> Agent:
|
8997
9007
|
"""Updates an existing AI Agent. A new version of the agent will be created and published.
|
8998
9008
|
|
8999
9009
|
Args:
|
@@ -9008,11 +9018,10 @@ Creates a new feature group defined as the union of other feature group versions
|
|
9008
9018
|
user_level_connectors (Dict): A dictionary mapping ApplicationConnectorType keys to lists of OAuth scopes. Each key represents a specific user level application connector, while the value is a list of scopes that define the permissions granted to the application.
|
9009
9019
|
initialize_function_name (str): The name of the function to be used for initialization.
|
9010
9020
|
initialize_function_code (str): The function code to be used for initialization.
|
9011
|
-
agent_mcp_config (dict): The MCP config for the agent.
|
9012
9021
|
|
9013
9022
|
Returns:
|
9014
9023
|
Agent: The updated agent."""
|
9015
|
-
return self._call_api('updateAgent', 'POST', query_params={}, body={'modelId': model_id, 'functionSourceCode': function_source_code, 'agentFunctionName': agent_function_name, 'memory': memory, 'packageRequirements': package_requirements, 'description': description, 'enableBinaryInput': enable_binary_input, 'agentInputSchema': agent_input_schema, 'agentOutputSchema': agent_output_schema, 'workflowGraph': workflow_graph, 'agentInterface': agent_interface, 'includedModules': included_modules, 'orgLevelConnectors': org_level_connectors, 'userLevelConnectors': user_level_connectors, 'initializeFunctionName': initialize_function_name, 'initializeFunctionCode': initialize_function_code
|
9024
|
+
return self._call_api('updateAgent', 'POST', query_params={}, body={'modelId': model_id, 'functionSourceCode': function_source_code, 'agentFunctionName': agent_function_name, 'memory': memory, 'packageRequirements': package_requirements, 'description': description, 'enableBinaryInput': enable_binary_input, 'agentInputSchema': agent_input_schema, 'agentOutputSchema': agent_output_schema, 'workflowGraph': workflow_graph, 'agentInterface': agent_interface, 'includedModules': included_modules, 'orgLevelConnectors': org_level_connectors, 'userLevelConnectors': user_level_connectors, 'initializeFunctionName': initialize_function_name, 'initializeFunctionCode': initialize_function_code}, parse_type=Agent)
|
9016
9025
|
|
9017
9026
|
def generate_agent_code(self, project_id: str, prompt: str, fast_mode: bool = None) -> list:
|
9018
9027
|
"""Generates the code for defining an AI Agent
|
@@ -9257,3 +9266,17 @@ Creates a new feature group defined as the union of other feature group versions
|
|
9257
9266
|
Returns:
|
9258
9267
|
list[DocumentRetrieverLookupResult]: The snippets found from the documents."""
|
9259
9268
|
return self._proxy_request('GetRelevantSnippets', 'POST', query_params={}, data={'docIds': doc_ids, 'query': query, 'documentRetrieverConfig': json.dumps(document_retriever_config.to_dict()) if hasattr(document_retriever_config, 'to_dict') else json.dumps(document_retriever_config), 'honorSentenceBoundary': honor_sentence_boundary, 'numRetrievalMarginWords': num_retrieval_margin_words, 'maxWordsPerSnippet': max_words_per_snippet, 'maxSnippetsPerDocument': max_snippets_per_document, 'startWordIndex': start_word_index, 'endWordIndex': end_word_index, 'includingBoundingBoxes': including_bounding_boxes, 'text': text, 'documentProcessingConfig': json.dumps(document_processing_config.to_dict()) if hasattr(document_processing_config, 'to_dict') else json.dumps(document_processing_config)}, files=blobs, parse_type=DocumentRetrieverLookupResult)
|
9269
|
+
|
9270
|
+
def query_mcp_server(self, task: str, server_name: str) -> McpServerQueryResult:
|
9271
|
+
"""Query a Remote MCP server. For a given task, it runs the required tools of the MCP
|
9272
|
+
|
9273
|
+
server with appropriate arguments and returns the output.
|
9274
|
+
|
9275
|
+
|
9276
|
+
Args:
|
9277
|
+
task (str): a comprehensive description of the task to perform using the MCP server tools.
|
9278
|
+
server_name (str): The name of the MCP server.
|
9279
|
+
|
9280
|
+
Returns:
|
9281
|
+
McpServerQueryResult: The execution logs as well as the final output of the task execution."""
|
9282
|
+
return self._proxy_request('QueryMcpServer', 'POST', query_params={}, body={'task': task, 'serverName': server_name}, parse_type=McpServerQueryResult)
|
@@ -33,11 +33,13 @@ class DeploymentConversation(AbstractApiClass):
|
|
33
33
|
totalEvents (int): The total number of events in the deployment conversation.
|
34
34
|
contestNames (list[str]): Names of contests that this deployment is a part of.
|
35
35
|
daemonTaskId (str): The daemon task id associated with the deployment conversation.
|
36
|
+
parentDeploymentConversationId (str): The parent deployment conversation id associated with the deployment conversation.
|
37
|
+
introMessage (str): The intro message for the deployment conversation.
|
36
38
|
history (DeploymentConversationEvent): The history of the deployment conversation.
|
37
39
|
hostedArtifacts (HostedArtifact): Artifacts that have been deployed by this conversation.
|
38
40
|
"""
|
39
41
|
|
40
|
-
def __init__(self, client, deploymentConversationId=None, name=None, deploymentId=None, ownerUserId=None, createdAt=None, lastEventCreatedAt=None, hasHistory=None, externalSessionId=None, regenerateAttempt=None, externalApplicationId=None, unusedDocumentUploadIds=None, humanizeInstructions=None, conversationWarning=None, conversationType=None, metadata=None, llmDisplayName=None, llmBotIcon=None, searchSuggestions=None, chatllmTaskId=None, conversationStatus=None, computerStatus=None, totalEvents=None, contestNames=None, daemonTaskId=None, history={}, hostedArtifacts={}):
|
42
|
+
def __init__(self, client, deploymentConversationId=None, name=None, deploymentId=None, ownerUserId=None, createdAt=None, lastEventCreatedAt=None, hasHistory=None, externalSessionId=None, regenerateAttempt=None, externalApplicationId=None, unusedDocumentUploadIds=None, humanizeInstructions=None, conversationWarning=None, conversationType=None, metadata=None, llmDisplayName=None, llmBotIcon=None, searchSuggestions=None, chatllmTaskId=None, conversationStatus=None, computerStatus=None, totalEvents=None, contestNames=None, daemonTaskId=None, parentDeploymentConversationId=None, introMessage=None, history={}, hostedArtifacts={}):
|
41
43
|
super().__init__(client, deploymentConversationId)
|
42
44
|
self.deployment_conversation_id = deploymentConversationId
|
43
45
|
self.name = name
|
@@ -63,6 +65,8 @@ class DeploymentConversation(AbstractApiClass):
|
|
63
65
|
self.total_events = totalEvents
|
64
66
|
self.contest_names = contestNames
|
65
67
|
self.daemon_task_id = daemonTaskId
|
68
|
+
self.parent_deployment_conversation_id = parentDeploymentConversationId
|
69
|
+
self.intro_message = introMessage
|
66
70
|
self.history = client._build_class(
|
67
71
|
DeploymentConversationEvent, history)
|
68
72
|
self.hosted_artifacts = client._build_class(
|
@@ -70,8 +74,8 @@ class DeploymentConversation(AbstractApiClass):
|
|
70
74
|
self.deprecated_keys = {}
|
71
75
|
|
72
76
|
def __repr__(self):
|
73
|
-
repr_dict = {f'deployment_conversation_id': repr(self.deployment_conversation_id), f'name': repr(self.name), f'deployment_id': repr(self.deployment_id), f'owner_user_id': repr(self.owner_user_id), f'created_at': repr(self.created_at), f'last_event_created_at': repr(self.last_event_created_at), f'has_history': repr(self.has_history), f'external_session_id': repr(self.external_session_id), f'regenerate_attempt': repr(self.regenerate_attempt), f'external_application_id': repr(self.external_application_id), f'unused_document_upload_ids': repr(self.unused_document_upload_ids), f'humanize_instructions': repr(self.humanize_instructions), f'conversation_warning': repr(
|
74
|
-
self.
|
77
|
+
repr_dict = {f'deployment_conversation_id': repr(self.deployment_conversation_id), f'name': repr(self.name), f'deployment_id': repr(self.deployment_id), f'owner_user_id': repr(self.owner_user_id), f'created_at': repr(self.created_at), f'last_event_created_at': repr(self.last_event_created_at), f'has_history': repr(self.has_history), f'external_session_id': repr(self.external_session_id), f'regenerate_attempt': repr(self.regenerate_attempt), f'external_application_id': repr(self.external_application_id), f'unused_document_upload_ids': repr(self.unused_document_upload_ids), f'humanize_instructions': repr(self.humanize_instructions), f'conversation_warning': repr(self.conversation_warning), f'conversation_type': repr(
|
78
|
+
self.conversation_type), f'metadata': repr(self.metadata), f'llm_display_name': repr(self.llm_display_name), f'llm_bot_icon': repr(self.llm_bot_icon), f'search_suggestions': repr(self.search_suggestions), f'chatllm_task_id': repr(self.chatllm_task_id), f'conversation_status': repr(self.conversation_status), f'computer_status': repr(self.computer_status), f'total_events': repr(self.total_events), f'contest_names': repr(self.contest_names), f'daemon_task_id': repr(self.daemon_task_id), f'parent_deployment_conversation_id': repr(self.parent_deployment_conversation_id), f'intro_message': repr(self.intro_message), f'history': repr(self.history), f'hosted_artifacts': repr(self.hosted_artifacts)}
|
75
79
|
class_name = "DeploymentConversation"
|
76
80
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
77
81
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
@@ -84,8 +88,8 @@ class DeploymentConversation(AbstractApiClass):
|
|
84
88
|
Returns:
|
85
89
|
dict: The dict value representation of the class parameters
|
86
90
|
"""
|
87
|
-
resp = {'deployment_conversation_id': self.deployment_conversation_id, 'name': self.name, 'deployment_id': self.deployment_id, 'owner_user_id': self.owner_user_id, 'created_at': self.created_at, 'last_event_created_at': self.last_event_created_at, 'has_history': self.has_history, 'external_session_id': self.external_session_id, 'regenerate_attempt': self.regenerate_attempt, 'external_application_id': self.external_application_id, 'unused_document_upload_ids': self.unused_document_upload_ids, 'humanize_instructions': self.humanize_instructions, 'conversation_warning': self.conversation_warning,
|
88
|
-
'
|
91
|
+
resp = {'deployment_conversation_id': self.deployment_conversation_id, 'name': self.name, 'deployment_id': self.deployment_id, 'owner_user_id': self.owner_user_id, 'created_at': self.created_at, 'last_event_created_at': self.last_event_created_at, 'has_history': self.has_history, 'external_session_id': self.external_session_id, 'regenerate_attempt': self.regenerate_attempt, 'external_application_id': self.external_application_id, 'unused_document_upload_ids': self.unused_document_upload_ids, 'humanize_instructions': self.humanize_instructions, 'conversation_warning': self.conversation_warning, 'conversation_type': self.conversation_type,
|
92
|
+
'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, 'history': self._get_attribute_as_dict(self.history), 'hosted_artifacts': self._get_attribute_as_dict(self.hosted_artifacts)}
|
89
93
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
90
94
|
|
91
95
|
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):
|
@@ -40,9 +40,10 @@ class DeploymentConversationEvent(AbstractApiClass):
|
|
40
40
|
toolUseRequest (dict): The tool use request for the message.
|
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
|
+
forkedDeploymentConversationIds (list): The list of deployment conversation ids that were forked from this conversation.
|
43
44
|
"""
|
44
45
|
|
45
|
-
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):
|
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, forkedDeploymentConversationIds=None):
|
46
47
|
super().__init__(client, None)
|
47
48
|
self.role = role
|
48
49
|
self.text = text
|
@@ -77,11 +78,12 @@ class DeploymentConversationEvent(AbstractApiClass):
|
|
77
78
|
self.tool_use_request = toolUseRequest
|
78
79
|
self.verification_summary = verificationSummary
|
79
80
|
self.attached_user_file_names = attachedUserFileNames
|
81
|
+
self.forked_deployment_conversation_ids = forkedDeploymentConversationIds
|
80
82
|
self.deprecated_keys = {}
|
81
83
|
|
82
84
|
def __repr__(self):
|
83
|
-
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(
|
84
|
-
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'forked_deployment_conversation_ids': repr(self.forked_deployment_conversation_ids)}
|
85
87
|
class_name = "DeploymentConversationEvent"
|
86
88
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
87
89
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
@@ -94,6 +96,6 @@ class DeploymentConversationEvent(AbstractApiClass):
|
|
94
96
|
Returns:
|
95
97
|
dict: The dict value representation of the class parameters
|
96
98
|
"""
|
97
|
-
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,
|
98
|
-
'
|
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, 'forked_deployment_conversation_ids': self.forked_deployment_conversation_ids}
|
99
101
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
@@ -28,9 +28,11 @@ class HostedAppContainer(AbstractApiClass):
|
|
28
28
|
artifactType (str): The type of the artifact
|
29
29
|
deployedLlmArtifactId (id): The ID of the deployed LLM artifact
|
30
30
|
hasDatabase (bool): Whether the app has a database associated to it
|
31
|
+
webAppProjectId (id): The ID of the web app project
|
32
|
+
parentConversationId (id): The ID of the parent conversation
|
31
33
|
"""
|
32
34
|
|
33
|
-
def __init__(self, client, hostedAppContainerId=None, hostedAppId=None, deploymentConversationId=None, hostedAppVersion=None, name=None, createdAt=None, updatedAt=None, containerImage=None, route=None, appConfig=None, isDev=None, isDeployable=None, isPreviewAvailable=None, lifecycle=None, status=None, deployedStatus=None, hostname=None, llmArtifactId=None, artifactType=None, deployedLlmArtifactId=None, hasDatabase=None):
|
35
|
+
def __init__(self, client, hostedAppContainerId=None, hostedAppId=None, deploymentConversationId=None, hostedAppVersion=None, name=None, createdAt=None, updatedAt=None, containerImage=None, route=None, appConfig=None, isDev=None, isDeployable=None, isPreviewAvailable=None, lifecycle=None, status=None, deployedStatus=None, hostname=None, llmArtifactId=None, artifactType=None, deployedLlmArtifactId=None, hasDatabase=None, webAppProjectId=None, parentConversationId=None):
|
34
36
|
super().__init__(client, hostedAppContainerId)
|
35
37
|
self.hosted_app_container_id = hostedAppContainerId
|
36
38
|
self.hosted_app_id = hostedAppId
|
@@ -53,11 +55,13 @@ class HostedAppContainer(AbstractApiClass):
|
|
53
55
|
self.artifact_type = artifactType
|
54
56
|
self.deployed_llm_artifact_id = deployedLlmArtifactId
|
55
57
|
self.has_database = hasDatabase
|
58
|
+
self.web_app_project_id = webAppProjectId
|
59
|
+
self.parent_conversation_id = parentConversationId
|
56
60
|
self.deprecated_keys = {}
|
57
61
|
|
58
62
|
def __repr__(self):
|
59
|
-
repr_dict = {f'hosted_app_container_id': repr(self.hosted_app_container_id), f'hosted_app_id': repr(self.hosted_app_id), f'deployment_conversation_id': repr(self.deployment_conversation_id), f'hosted_app_version': repr(self.hosted_app_version), f'name': repr(self.name), f'created_at': repr(self.created_at), f'updated_at': repr(self.updated_at), f'container_image': repr(self.container_image), f'route': repr(self.route), f'app_config': repr(self.app_config), f'is_dev': repr(
|
60
|
-
self.
|
63
|
+
repr_dict = {f'hosted_app_container_id': repr(self.hosted_app_container_id), f'hosted_app_id': repr(self.hosted_app_id), f'deployment_conversation_id': repr(self.deployment_conversation_id), f'hosted_app_version': repr(self.hosted_app_version), f'name': repr(self.name), f'created_at': repr(self.created_at), f'updated_at': repr(self.updated_at), f'container_image': repr(self.container_image), f'route': repr(self.route), f'app_config': repr(self.app_config), f'is_dev': repr(self.is_dev), f'is_deployable': repr(
|
64
|
+
self.is_deployable), f'is_preview_available': repr(self.is_preview_available), f'lifecycle': repr(self.lifecycle), f'status': repr(self.status), f'deployed_status': repr(self.deployed_status), f'hostname': repr(self.hostname), f'llm_artifact_id': repr(self.llm_artifact_id), f'artifact_type': repr(self.artifact_type), f'deployed_llm_artifact_id': repr(self.deployed_llm_artifact_id), f'has_database': repr(self.has_database), f'web_app_project_id': repr(self.web_app_project_id), f'parent_conversation_id': repr(self.parent_conversation_id)}
|
61
65
|
class_name = "HostedAppContainer"
|
62
66
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
63
67
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
@@ -70,6 +74,6 @@ class HostedAppContainer(AbstractApiClass):
|
|
70
74
|
Returns:
|
71
75
|
dict: The dict value representation of the class parameters
|
72
76
|
"""
|
73
|
-
resp = {'hosted_app_container_id': self.hosted_app_container_id, 'hosted_app_id': self.hosted_app_id, 'deployment_conversation_id': self.deployment_conversation_id, 'hosted_app_version': self.hosted_app_version, 'name': self.name, 'created_at': self.created_at, 'updated_at': self.updated_at, 'container_image': self.container_image, 'route': self.route, 'app_config': self.app_config,
|
74
|
-
'
|
77
|
+
resp = {'hosted_app_container_id': self.hosted_app_container_id, 'hosted_app_id': self.hosted_app_id, 'deployment_conversation_id': self.deployment_conversation_id, 'hosted_app_version': self.hosted_app_version, 'name': self.name, 'created_at': self.created_at, 'updated_at': self.updated_at, 'container_image': self.container_image, 'route': self.route, 'app_config': self.app_config, 'is_dev': self.is_dev, 'is_deployable': self.is_deployable,
|
78
|
+
'is_preview_available': self.is_preview_available, 'lifecycle': self.lifecycle, 'status': self.status, 'deployed_status': self.deployed_status, 'hostname': self.hostname, 'llm_artifact_id': self.llm_artifact_id, 'artifact_type': self.artifact_type, 'deployed_llm_artifact_id': self.deployed_llm_artifact_id, 'has_database': self.has_database, 'web_app_project_id': self.web_app_project_id, 'parent_conversation_id': self.parent_conversation_id}
|
75
79
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
from .return_class import AbstractApiClass
|
2
|
+
|
3
|
+
|
4
|
+
class HostnameInfo(AbstractApiClass):
|
5
|
+
"""
|
6
|
+
Hostname Info
|
7
|
+
|
8
|
+
Args:
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
10
|
+
isRootDomain (bool): Whether the hostname is a root domain
|
11
|
+
"""
|
12
|
+
|
13
|
+
def __init__(self, client, isRootDomain=None):
|
14
|
+
super().__init__(client, None)
|
15
|
+
self.is_root_domain = isRootDomain
|
16
|
+
self.deprecated_keys = {}
|
17
|
+
|
18
|
+
def __repr__(self):
|
19
|
+
repr_dict = {f'is_root_domain': repr(self.is_root_domain)}
|
20
|
+
class_name = "HostnameInfo"
|
21
|
+
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
22
|
+
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
23
|
+
return f"{class_name}({repr_str})"
|
24
|
+
|
25
|
+
def to_dict(self):
|
26
|
+
"""
|
27
|
+
Get a dict representation of the parameters in this class
|
28
|
+
|
29
|
+
Returns:
|
30
|
+
dict: The dict value representation of the class parameters
|
31
|
+
"""
|
32
|
+
resp = {'is_root_domain': self.is_root_domain}
|
33
|
+
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
@@ -14,9 +14,11 @@ class LlmArtifact(AbstractApiClass):
|
|
14
14
|
webAppDeploymentId (id): The ID of the associated web app deployment
|
15
15
|
deploymentStatus (str): The status of the associated web app deployment
|
16
16
|
isLatest (bool): Whether it is the most recent version of the artifact
|
17
|
+
deploymentConversationId (id): The ID of the deployment conversation
|
18
|
+
webAppProjectId (id): The ID of the web app project
|
17
19
|
"""
|
18
20
|
|
19
|
-
def __init__(self, client, llmArtifactId=None, info=None, description=None, createdAt=None, webAppDeploymentId=None, deploymentStatus=None, isLatest=None):
|
21
|
+
def __init__(self, client, llmArtifactId=None, info=None, description=None, createdAt=None, webAppDeploymentId=None, deploymentStatus=None, isLatest=None, deploymentConversationId=None, webAppProjectId=None):
|
20
22
|
super().__init__(client, llmArtifactId)
|
21
23
|
self.llm_artifact_id = llmArtifactId
|
22
24
|
self.info = info
|
@@ -25,11 +27,13 @@ class LlmArtifact(AbstractApiClass):
|
|
25
27
|
self.web_app_deployment_id = webAppDeploymentId
|
26
28
|
self.deployment_status = deploymentStatus
|
27
29
|
self.is_latest = isLatest
|
30
|
+
self.deployment_conversation_id = deploymentConversationId
|
31
|
+
self.web_app_project_id = webAppProjectId
|
28
32
|
self.deprecated_keys = {}
|
29
33
|
|
30
34
|
def __repr__(self):
|
31
|
-
repr_dict = {f'llm_artifact_id': repr(self.llm_artifact_id), f'info': repr(self.info), f'description': repr(self.description), f'created_at': repr(
|
32
|
-
self.
|
35
|
+
repr_dict = {f'llm_artifact_id': repr(self.llm_artifact_id), f'info': repr(self.info), f'description': repr(self.description), f'created_at': repr(self.created_at), f'web_app_deployment_id': repr(
|
36
|
+
self.web_app_deployment_id), f'deployment_status': repr(self.deployment_status), f'is_latest': repr(self.is_latest), f'deployment_conversation_id': repr(self.deployment_conversation_id), f'web_app_project_id': repr(self.web_app_project_id)}
|
33
37
|
class_name = "LlmArtifact"
|
34
38
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
35
39
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
@@ -42,6 +46,6 @@ class LlmArtifact(AbstractApiClass):
|
|
42
46
|
Returns:
|
43
47
|
dict: The dict value representation of the class parameters
|
44
48
|
"""
|
45
|
-
resp = {'llm_artifact_id': self.llm_artifact_id, 'info': self.info, 'description': self.description, 'created_at': self.created_at,
|
46
|
-
'
|
49
|
+
resp = {'llm_artifact_id': self.llm_artifact_id, 'info': self.info, 'description': self.description, 'created_at': self.created_at, 'web_app_deployment_id': self.web_app_deployment_id,
|
50
|
+
'deployment_status': self.deployment_status, 'is_latest': self.is_latest, 'deployment_conversation_id': self.deployment_conversation_id, 'web_app_project_id': self.web_app_project_id}
|
47
51
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
@@ -0,0 +1,43 @@
|
|
1
|
+
from .return_class import AbstractApiClass
|
2
|
+
|
3
|
+
|
4
|
+
class LlmArtifactConversation(AbstractApiClass):
|
5
|
+
"""
|
6
|
+
LLM Artifact Conversation
|
7
|
+
|
8
|
+
Args:
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
10
|
+
deploymentConversationId (id): The ID of the deployment conversation
|
11
|
+
llmArtifactId (id): The ID of the LLM artifact
|
12
|
+
deploymentConversationName (str): The name of the conversation
|
13
|
+
externalApplicationId (str): The external application ID
|
14
|
+
createdAt (str): The creation timestamp
|
15
|
+
"""
|
16
|
+
|
17
|
+
def __init__(self, client, deploymentConversationId=None, llmArtifactId=None, deploymentConversationName=None, externalApplicationId=None, createdAt=None):
|
18
|
+
super().__init__(client, None)
|
19
|
+
self.deployment_conversation_id = deploymentConversationId
|
20
|
+
self.llm_artifact_id = llmArtifactId
|
21
|
+
self.deployment_conversation_name = deploymentConversationName
|
22
|
+
self.external_application_id = externalApplicationId
|
23
|
+
self.created_at = createdAt
|
24
|
+
self.deprecated_keys = {}
|
25
|
+
|
26
|
+
def __repr__(self):
|
27
|
+
repr_dict = {f'deployment_conversation_id': repr(self.deployment_conversation_id), f'llm_artifact_id': repr(self.llm_artifact_id), f'deployment_conversation_name': repr(
|
28
|
+
self.deployment_conversation_name), f'external_application_id': repr(self.external_application_id), f'created_at': repr(self.created_at)}
|
29
|
+
class_name = "LlmArtifactConversation"
|
30
|
+
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
31
|
+
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
32
|
+
return f"{class_name}({repr_str})"
|
33
|
+
|
34
|
+
def to_dict(self):
|
35
|
+
"""
|
36
|
+
Get a dict representation of the parameters in this class
|
37
|
+
|
38
|
+
Returns:
|
39
|
+
dict: The dict value representation of the class parameters
|
40
|
+
"""
|
41
|
+
resp = {'deployment_conversation_id': self.deployment_conversation_id, 'llm_artifact_id': self.llm_artifact_id,
|
42
|
+
'deployment_conversation_name': self.deployment_conversation_name, 'external_application_id': self.external_application_id, 'created_at': self.created_at}
|
43
|
+
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
@@ -0,0 +1,59 @@
|
|
1
|
+
from .return_class import AbstractApiClass
|
2
|
+
|
3
|
+
|
4
|
+
class McpServerConnection(AbstractApiClass):
|
5
|
+
"""
|
6
|
+
Model Context Protocol Server Connection
|
7
|
+
|
8
|
+
Args:
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
10
|
+
mcpServerConnectionId (id): the id of the MCP server connection.
|
11
|
+
createdAt (str): the date and time the MCP server connection was created.
|
12
|
+
updatedAt (str): the date and time the MCP server connection was updated.
|
13
|
+
name (str): The name of the MCP server.
|
14
|
+
config (dict): a dictionary containing the config for the MCP server.
|
15
|
+
description (str): description of what the MCP server does.
|
16
|
+
transport (str): the transport type for the MCP server.
|
17
|
+
authType (str): the auth type for the MCP server.
|
18
|
+
externalConnectionId (id): the external connection id for the MCP server.
|
19
|
+
inactive (bool): whether the MCP server is inactive.
|
20
|
+
tools (list): the tools for the MCP server.
|
21
|
+
errorMsg (str): the error message for the MCP server.
|
22
|
+
metadata (dict): the metadata for the MCP server.
|
23
|
+
"""
|
24
|
+
|
25
|
+
def __init__(self, client, mcpServerConnectionId=None, createdAt=None, updatedAt=None, name=None, config=None, description=None, transport=None, authType=None, externalConnectionId=None, inactive=None, tools=None, errorMsg=None, metadata=None):
|
26
|
+
super().__init__(client, mcpServerConnectionId)
|
27
|
+
self.mcp_server_connection_id = mcpServerConnectionId
|
28
|
+
self.created_at = createdAt
|
29
|
+
self.updated_at = updatedAt
|
30
|
+
self.name = name
|
31
|
+
self.config = config
|
32
|
+
self.description = description
|
33
|
+
self.transport = transport
|
34
|
+
self.auth_type = authType
|
35
|
+
self.external_connection_id = externalConnectionId
|
36
|
+
self.inactive = inactive
|
37
|
+
self.tools = tools
|
38
|
+
self.error_msg = errorMsg
|
39
|
+
self.metadata = metadata
|
40
|
+
self.deprecated_keys = {}
|
41
|
+
|
42
|
+
def __repr__(self):
|
43
|
+
repr_dict = {f'mcp_server_connection_id': repr(self.mcp_server_connection_id), f'created_at': repr(self.created_at), f'updated_at': repr(self.updated_at), f'name': repr(self.name), f'config': repr(self.config), f'description': repr(self.description), f'transport': repr(
|
44
|
+
self.transport), f'auth_type': repr(self.auth_type), f'external_connection_id': repr(self.external_connection_id), f'inactive': repr(self.inactive), f'tools': repr(self.tools), f'error_msg': repr(self.error_msg), f'metadata': repr(self.metadata)}
|
45
|
+
class_name = "McpServerConnection"
|
46
|
+
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
47
|
+
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
48
|
+
return f"{class_name}({repr_str})"
|
49
|
+
|
50
|
+
def to_dict(self):
|
51
|
+
"""
|
52
|
+
Get a dict representation of the parameters in this class
|
53
|
+
|
54
|
+
Returns:
|
55
|
+
dict: The dict value representation of the class parameters
|
56
|
+
"""
|
57
|
+
resp = {'mcp_server_connection_id': self.mcp_server_connection_id, 'created_at': self.created_at, 'updated_at': self.updated_at, 'name': self.name, 'config': self.config, 'description': self.description,
|
58
|
+
'transport': self.transport, 'auth_type': self.auth_type, 'external_connection_id': self.external_connection_id, 'inactive': self.inactive, 'tools': self.tools, 'error_msg': self.error_msg, 'metadata': self.metadata}
|
59
|
+
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
from .return_class import AbstractApiClass
|
2
|
+
|
3
|
+
|
4
|
+
class McpServerQueryResult(AbstractApiClass):
|
5
|
+
"""
|
6
|
+
Result of a MCP server query
|
7
|
+
|
8
|
+
Args:
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
10
|
+
output (dict): The execution logs as well as the final output of the MCP server query
|
11
|
+
"""
|
12
|
+
|
13
|
+
def __init__(self, client, output=None):
|
14
|
+
super().__init__(client, None)
|
15
|
+
self.output = output
|
16
|
+
self.deprecated_keys = {}
|
17
|
+
|
18
|
+
def __repr__(self):
|
19
|
+
repr_dict = {f'output': repr(self.output)}
|
20
|
+
class_name = "McpServerQueryResult"
|
21
|
+
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
22
|
+
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
23
|
+
return f"{class_name}({repr_str})"
|
24
|
+
|
25
|
+
def to_dict(self):
|
26
|
+
"""
|
27
|
+
Get a dict representation of the parameters in this class
|
28
|
+
|
29
|
+
Returns:
|
30
|
+
dict: The dict value representation of the class parameters
|
31
|
+
"""
|
32
|
+
resp = {'output': self.output}
|
33
|
+
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
@@ -351,7 +351,7 @@ class Model(AbstractApiClass):
|
|
351
351
|
"""
|
352
352
|
return self.client.get_model_training_types_for_deployment(self.model_id, model_version, algorithm)
|
353
353
|
|
354
|
-
def update_agent(self, function_source_code: str = None, agent_function_name: str = None, memory: int = None, package_requirements: list = None, description: str = None, enable_binary_input: bool = None, agent_input_schema: dict = None, agent_output_schema: dict = None, workflow_graph: Union[dict, WorkflowGraph] = None, agent_interface: Union[dict, AgentInterface] = None, included_modules: List = None, org_level_connectors: List = None, user_level_connectors: Dict = None, initialize_function_name: str = None, initialize_function_code: str = None
|
354
|
+
def update_agent(self, function_source_code: str = None, agent_function_name: str = None, memory: int = None, package_requirements: list = None, description: str = None, enable_binary_input: bool = None, agent_input_schema: dict = None, agent_output_schema: dict = None, workflow_graph: Union[dict, WorkflowGraph] = None, agent_interface: Union[dict, AgentInterface] = None, included_modules: List = None, org_level_connectors: List = None, user_level_connectors: Dict = None, initialize_function_name: str = None, initialize_function_code: str = None):
|
355
355
|
"""
|
356
356
|
Updates an existing AI Agent. A new version of the agent will be created and published.
|
357
357
|
|
@@ -366,12 +366,11 @@ class Model(AbstractApiClass):
|
|
366
366
|
user_level_connectors (Dict): A dictionary mapping ApplicationConnectorType keys to lists of OAuth scopes. Each key represents a specific user level application connector, while the value is a list of scopes that define the permissions granted to the application.
|
367
367
|
initialize_function_name (str): The name of the function to be used for initialization.
|
368
368
|
initialize_function_code (str): The function code to be used for initialization.
|
369
|
-
agent_mcp_config (dict): The MCP config for the agent.
|
370
369
|
|
371
370
|
Returns:
|
372
371
|
Agent: The updated agent.
|
373
372
|
"""
|
374
|
-
return self.client.update_agent(self.model_id, function_source_code, agent_function_name, memory, package_requirements, description, enable_binary_input, agent_input_schema, agent_output_schema, workflow_graph, agent_interface, included_modules, org_level_connectors, user_level_connectors, initialize_function_name, initialize_function_code
|
373
|
+
return self.client.update_agent(self.model_id, function_source_code, agent_function_name, memory, package_requirements, description, enable_binary_input, agent_input_schema, agent_output_schema, workflow_graph, agent_interface, included_modules, org_level_connectors, user_level_connectors, initialize_function_name, initialize_function_code)
|
375
374
|
|
376
375
|
def wait_for_training(self, timeout=None):
|
377
376
|
"""
|
@@ -609,7 +609,7 @@ class Project(AbstractApiClass):
|
|
609
609
|
"""
|
610
610
|
return self.client.create_chat_session(self.project_id, name)
|
611
611
|
|
612
|
-
def create_agent(self, function_source_code: str = None, agent_function_name: str = None, name: str = None, memory: int = None, package_requirements: list = [], description: str = None, enable_binary_input: bool = False, evaluation_feature_group_id: str = None, agent_input_schema: dict = None, agent_output_schema: dict = None, workflow_graph: Union[dict, WorkflowGraph] = None, agent_interface: Union[dict, AgentInterface] = AgentInterface.DEFAULT, included_modules: List = None, org_level_connectors: List = None, user_level_connectors: Dict = None, initialize_function_name: str = None, initialize_function_code: str = None
|
612
|
+
def create_agent(self, function_source_code: str = None, agent_function_name: str = None, name: str = None, memory: int = None, package_requirements: list = [], description: str = None, enable_binary_input: bool = False, evaluation_feature_group_id: str = None, agent_input_schema: dict = None, agent_output_schema: dict = None, workflow_graph: Union[dict, WorkflowGraph] = None, agent_interface: Union[dict, AgentInterface] = AgentInterface.DEFAULT, included_modules: List = None, org_level_connectors: List = None, user_level_connectors: Dict = None, initialize_function_name: str = None, initialize_function_code: str = None):
|
613
613
|
"""
|
614
614
|
Creates a new AI agent using the given agent workflow graph definition.
|
615
615
|
|
@@ -626,12 +626,11 @@ class Project(AbstractApiClass):
|
|
626
626
|
user_level_connectors (Dict): A dictionary mapping ApplicationConnectorType keys to lists of OAuth scopes. Each key represents a specific user level application connector, while the value is a list of scopes that define the permissions granted to the application.
|
627
627
|
initialize_function_name (str): The name of the function to be used for initialization.
|
628
628
|
initialize_function_code (str): The function code to be used for initialization.
|
629
|
-
agent_mcp_config (dict): The MCP config for the agent.
|
630
629
|
|
631
630
|
Returns:
|
632
631
|
Agent: The new agent.
|
633
632
|
"""
|
634
|
-
return self.client.create_agent(self.project_id, function_source_code, agent_function_name, name, memory, package_requirements, description, enable_binary_input, evaluation_feature_group_id, agent_input_schema, agent_output_schema, workflow_graph, agent_interface, included_modules, org_level_connectors, user_level_connectors, initialize_function_name, initialize_function_code
|
633
|
+
return self.client.create_agent(self.project_id, function_source_code, agent_function_name, name, memory, package_requirements, description, enable_binary_input, evaluation_feature_group_id, agent_input_schema, agent_output_schema, workflow_graph, agent_interface, included_modules, org_level_connectors, user_level_connectors, initialize_function_name, initialize_function_code)
|
635
634
|
|
636
635
|
def generate_agent_code(self, prompt: str, fast_mode: bool = None):
|
637
636
|
"""
|