robosystems-client 0.2.5__tar.gz → 0.2.6__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.
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/PKG-INFO +1 -1
- robosystems_client-0.2.6/bin/generate-sdk +159 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/justfile +1 -16
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/pyproject.toml +1 -1
- robosystems_client-0.2.6/robosystems_client/api/agent/auto_select_agent.py +369 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/backup/create_backup.py +72 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/backup/get_backup_download_url.py +12 -28
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/backup/restore_backup.py +92 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graph_limits/get_graph_limits.py +12 -14
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graphs/create_graph.py +136 -36
- robosystems_client-0.2.6/robosystems_client/api/graphs/get_available_graph_tiers.py +279 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/query/execute_cypher_query.py +13 -11
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/__init__.py +22 -8
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/agent_response.py +1 -1
- robosystems_client-0.2.6/robosystems_client/models/backup_download_url_response.py +92 -0
- robosystems_client-0.2.6/robosystems_client/models/backup_limits.py +76 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/batch_agent_request.py +1 -1
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/batch_agent_response.py +2 -2
- robosystems_client-0.2.6/robosystems_client/models/copy_operation_limits.py +100 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/create_graph_request.py +16 -17
- robosystems_client-0.2.6/robosystems_client/models/credit_limits.py +84 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/custom_schema_definition.py +14 -10
- robosystems_client-0.2.6/robosystems_client/models/execute_cypher_query_response_200.py +135 -0
- robosystems_client-0.2.6/robosystems_client/models/execute_cypher_query_response_200_data_item.py +44 -0
- robosystems_client-0.2.6/robosystems_client/models/graph_limits_response.py +174 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/initial_entity_data.py +15 -12
- robosystems_client-0.2.6/robosystems_client/models/query_limits.py +84 -0
- robosystems_client-0.2.6/robosystems_client/models/rate_limits.py +76 -0
- robosystems_client-0.2.6/robosystems_client/models/storage_limits.py +90 -0
- robosystems_client-0.2.5/robosystems_client/api/agent/auto_select_agent.py +0 -237
- robosystems_client-0.2.5/robosystems_client/models/get_backup_download_url_response_getbackupdownloadurl.py +0 -44
- robosystems_client-0.2.5/robosystems_client/models/get_graph_limits_response_getgraphlimits.py +0 -44
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/.github/workflows/claude.yml +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/.github/workflows/create-pr.yml +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/.github/workflows/create-release.yml +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/.github/workflows/publish.yml +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/.github/workflows/tag-release.yml +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/.github/workflows/test.yml +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/.gitignore +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/.vscode/settings.json +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/.vscode/tasks.json +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/LICENSE +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/README.md +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/bin/create-feature +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/bin/create-pr +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/bin/create-release +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/pytest.ini +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/agent/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/agent/batch_process_queries.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/agent/execute_specific_agent.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/agent/get_agent_metadata.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/agent/list_agents.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/agent/recommend_agent.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/auth/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/auth/check_password_strength.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/auth/complete_sso_auth.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/auth/forgot_password.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/auth/generate_sso_token.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/auth/get_captcha_config.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/auth/get_current_auth_user.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/auth/get_password_policy.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/auth/login_user.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/auth/logout_user.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/auth/refresh_auth_session.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/auth/register_user.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/auth/resend_verification_email.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/auth/reset_password.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/auth/sso_token_exchange.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/auth/validate_reset_token.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/auth/verify_email.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/backup/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/backup/get_backup_stats.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/backup/list_backups.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/connections/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/connections/create_connection.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/connections/create_link_token.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/connections/delete_connection.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/connections/exchange_link_token.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/connections/get_connection.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/connections/get_connection_options.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/connections/init_o_auth.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/connections/list_connections.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/connections/oauth_callback.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/connections/sync_connection.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graph_analytics/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graph_analytics/get_graph_metrics.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graph_analytics/get_graph_usage_stats.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graph_billing/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graph_billing/get_current_graph_bill.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graph_billing/get_graph_billing_history.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graph_billing/get_graph_monthly_bill.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graph_billing/get_graph_usage_details.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graph_credits/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graph_credits/check_credit_balance.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graph_credits/check_storage_limits.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graph_credits/get_credit_summary.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graph_credits/get_storage_usage.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graph_credits/list_credit_transactions.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graph_health/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graph_health/get_database_health.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graph_info/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graph_info/get_database_info.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graph_limits/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graphs/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graphs/get_available_extensions.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graphs/get_graphs.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/graphs/select_graph.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/mcp/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/mcp/call_mcp_tool.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/mcp/list_mcp_tools.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/operations/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/operations/cancel_operation.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/operations/get_operation_status.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/operations/stream_operation_events.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/query/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/schema/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/schema/export_graph_schema.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/schema/get_graph_schema.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/schema/validate_schema.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/service_offerings/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/service_offerings/get_service_offerings.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/status/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/status/get_service_status.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/subgraphs/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/subgraphs/create_subgraph.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/subgraphs/delete_subgraph.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/subgraphs/get_subgraph_info.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/subgraphs/get_subgraph_quota.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/subgraphs/list_subgraphs.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/tables/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/tables/delete_file.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/tables/get_file_info.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/tables/get_upload_url.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/tables/ingest_tables.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/tables/list_table_files.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/tables/list_tables.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/tables/query_tables.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/tables/update_file_status.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user/create_user_api_key.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user/get_all_credit_summaries.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user/get_current_user.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user/list_user_api_keys.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user/revoke_user_api_key.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user/update_user.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user/update_user_api_key.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user/update_user_password.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user_analytics/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user_analytics/get_detailed_user_analytics.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user_analytics/get_user_usage_overview.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user_limits/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user_limits/get_all_shared_repository_limits.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user_limits/get_shared_repository_limits.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user_limits/get_user_limits.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user_limits/get_user_usage.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user_subscriptions/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user_subscriptions/cancel_shared_repository_subscription.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user_subscriptions/get_repository_credits.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user_subscriptions/get_shared_repository_credits.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user_subscriptions/get_user_shared_subscriptions.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user_subscriptions/subscribe_to_shared_repository.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/user_subscriptions/upgrade_shared_repository_subscription.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/client.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/errors.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/extensions/README.md +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/extensions/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/extensions/auth_integration.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/extensions/dataframe_utils.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/extensions/extensions.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/extensions/graph_client.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/extensions/operation_client.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/extensions/query_client.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/extensions/sse_client.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/extensions/table_ingest_client.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/extensions/tests/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/extensions/tests/test_dataframe_utils.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/extensions/tests/test_integration.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/extensions/tests/test_token_utils.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/extensions/tests/test_unit.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/extensions/token_utils.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/extensions/utils.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/account_info.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/add_on_credit_info.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/agent_list_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/agent_list_response_agents.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/agent_list_response_agents_additional_property.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/agent_message.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/agent_metadata_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/agent_mode.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/agent_recommendation.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/agent_recommendation_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/agent_recommendation_request_context_type_0.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/agent_recommendation_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/agent_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/agent_request_context_type_0.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/agent_response_error_details_type_0.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/agent_response_metadata_type_0.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/agent_response_tokens_used_type_0.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/api_key_info.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/api_keys_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/auth_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/auth_response_user.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/available_extension.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/available_extensions_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/backup_create_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/backup_list_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/backup_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/backup_restore_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/backup_stats_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/backup_stats_response_backup_formats.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/bulk_ingest_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/bulk_ingest_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/cancel_operation_response_canceloperation.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/cancellation_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/check_credit_balance_response_checkcreditbalance.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/connection_options_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/connection_provider_info.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/connection_provider_info_auth_type.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/connection_provider_info_provider.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/connection_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/connection_response_metadata.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/connection_response_provider.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/create_api_key_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/create_api_key_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/create_connection_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/create_connection_request_provider.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/create_subgraph_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/create_subgraph_request_metadata_type_0.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/credit_summary.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/credit_summary_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/credits_summary_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/credits_summary_response_credits_by_addon_type_0_item.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/custom_schema_definition_metadata.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/custom_schema_definition_nodes_item.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/custom_schema_definition_relationships_item.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/cypher_query_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/cypher_query_request_parameters_type_0.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/database_health_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/database_info_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/delete_file_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/delete_subgraph_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/delete_subgraph_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/detailed_transactions_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/detailed_transactions_response_date_range.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/detailed_transactions_response_summary.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/email_verification_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/enhanced_credit_transaction_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/enhanced_credit_transaction_response_metadata.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/error_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/exchange_token_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/exchange_token_request_metadata_type_0.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/file_info.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/file_status_update.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/file_upload_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/file_upload_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/forgot_password_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/forgot_password_response_forgotpassword.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/get_all_credit_summaries_response_getallcreditsummaries.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/get_all_shared_repository_limits_response_getallsharedrepositorylimits.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/get_current_auth_user_response_getcurrentauthuser.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/get_current_graph_bill_response_getcurrentgraphbill.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/get_file_info_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/get_graph_billing_history_response_getgraphbillinghistory.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/get_graph_monthly_bill_response_getgraphmonthlybill.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/get_graph_usage_details_response_getgraphusagedetails.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/get_operation_status_response_getoperationstatus.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/get_shared_repository_limits_response_getsharedrepositorylimits.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/get_storage_usage_response_getstorageusage.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/graph_info.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/graph_metadata.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/graph_metrics_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/graph_metrics_response_estimated_size.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/graph_metrics_response_health_status.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/graph_metrics_response_node_counts.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/graph_metrics_response_relationship_counts.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/graph_usage_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/graph_usage_response_query_statistics.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/graph_usage_response_recent_activity.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/graph_usage_response_storage_usage.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/health_status.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/health_status_details_type_0.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/http_validation_error.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/link_token_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/link_token_request_options_type_0.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/link_token_request_provider_type_0.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/list_connections_provider_type_0.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/list_subgraphs_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/list_table_files_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/login_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/logout_user_response_logoutuser.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/mcp_tool_call.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/mcp_tool_call_arguments.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/mcp_tools_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/mcp_tools_response_tools_item.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/o_auth_callback_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/o_auth_init_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/o_auth_init_request_additional_params_type_0.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/o_auth_init_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/password_check_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/password_check_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/password_check_response_character_types.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/password_policy_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/password_policy_response_policy.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/plaid_connection_config.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/plaid_connection_config_accounts_type_0_item.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/plaid_connection_config_institution_type_0.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/quick_books_connection_config.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/register_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/repository_credits_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/repository_plan.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/repository_type.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/resend_verification_email_response_resendverificationemail.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/reset_password_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/reset_password_validate_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/response_mode.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/schema_export_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/schema_export_response_data_stats_type_0.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/schema_export_response_schema_definition_type_0.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/schema_info_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/schema_info_response_schema.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/schema_validation_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/schema_validation_request_schema_definition_type_0.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/schema_validation_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/schema_validation_response_compatibility_type_0.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/schema_validation_response_stats_type_0.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/sec_connection_config.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/selection_criteria.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/sso_complete_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/sso_exchange_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/sso_exchange_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/sso_token_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/storage_limit_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/subgraph_quota_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/subgraph_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/subgraph_response_metadata_type_0.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/subgraph_summary.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/subgraph_type.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/subscription_info.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/subscription_info_metadata.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/subscription_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/subscription_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/success_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/success_response_data_type_0.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/sync_connection_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/sync_connection_request_sync_options_type_0.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/sync_connection_response_syncconnection.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/table_info.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/table_ingest_result.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/table_list_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/table_query_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/table_query_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/tier_upgrade_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/transaction_summary_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/update_api_key_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/update_file_status_response_updatefilestatus.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/update_password_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/update_user_request.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/user_analytics_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/user_analytics_response_api_usage.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/user_analytics_response_graph_usage.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/user_analytics_response_limits.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/user_analytics_response_recent_activity_item.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/user_analytics_response_user_info.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/user_graph_summary.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/user_graphs_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/user_limits_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/user_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/user_subscriptions_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/user_usage_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/user_usage_response_graphs.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/user_usage_summary_response.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/user_usage_summary_response_usage_vs_limits.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/models/validation_error.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/py.typed +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/sdk-config.yaml +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/types.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/ruff.toml +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/tests/__init__.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/tests/conftest.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/tests/test_client.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/tests/test_extensions.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/tests/test_graph_client.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/tests/test_operation_client.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/tests/test_query_client.py +0 -0
- {robosystems_client-0.2.5 → robosystems_client-0.2.6}/tests/test_table_ingest_client.py +0 -0
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
"""
|
|
3
|
+
Generate Python SDK from OpenAPI specification with post-generation patches.
|
|
4
|
+
|
|
5
|
+
This script handles the complete SDK generation workflow:
|
|
6
|
+
1. Generate SDK using openapi-python-client
|
|
7
|
+
2. Copy generated files to robosystems_client/
|
|
8
|
+
3. Apply post-generation patches (NDJSON handling, etc.)
|
|
9
|
+
4. Format and lint the generated code
|
|
10
|
+
"""
|
|
11
|
+
|
|
12
|
+
import sys
|
|
13
|
+
import subprocess
|
|
14
|
+
import shutil
|
|
15
|
+
from pathlib import Path
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
def run_command(cmd: str, description: str) -> bool:
|
|
19
|
+
"""Run a shell command and return success status."""
|
|
20
|
+
print(f"📦 {description}...")
|
|
21
|
+
result = subprocess.run(cmd, shell=True, cwd=Path(__file__).parent.parent)
|
|
22
|
+
return result.returncode == 0
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
def patch_ndjson_handling() -> bool:
|
|
26
|
+
"""Add NDJSON handling to execute_cypher_query._parse_response."""
|
|
27
|
+
|
|
28
|
+
file_path = (
|
|
29
|
+
Path(__file__).parent.parent
|
|
30
|
+
/ "robosystems_client"
|
|
31
|
+
/ "api"
|
|
32
|
+
/ "query"
|
|
33
|
+
/ "execute_cypher_query.py"
|
|
34
|
+
)
|
|
35
|
+
|
|
36
|
+
if not file_path.exists():
|
|
37
|
+
print(f"❌ File not found: {file_path}")
|
|
38
|
+
return False
|
|
39
|
+
|
|
40
|
+
# Read the current file content
|
|
41
|
+
content = file_path.read_text()
|
|
42
|
+
|
|
43
|
+
# Check if patch is already applied
|
|
44
|
+
if "application/x-ndjson" in content:
|
|
45
|
+
print("✅ NDJSON patch already applied")
|
|
46
|
+
return True
|
|
47
|
+
|
|
48
|
+
# Define the patch to insert (note: using 4-space indentation to match generated code)
|
|
49
|
+
ndjson_check = """ content_type = response.headers.get("content-type", "")
|
|
50
|
+
if (
|
|
51
|
+
"application/x-ndjson" in content_type
|
|
52
|
+
or response.headers.get("x-stream-format") == "ndjson"
|
|
53
|
+
):
|
|
54
|
+
return None
|
|
55
|
+
"""
|
|
56
|
+
|
|
57
|
+
# Find the location to insert the patch (raw generated code uses 4 spaces)
|
|
58
|
+
search_pattern = " if response.status_code == 200:\n response_200 = ExecuteCypherQueryResponse200.from_dict(response.json())\n\n return response_200"
|
|
59
|
+
|
|
60
|
+
if search_pattern not in content:
|
|
61
|
+
print(f"❌ Could not find expected pattern in {file_path}")
|
|
62
|
+
print("The generated code structure may have changed.")
|
|
63
|
+
return False
|
|
64
|
+
|
|
65
|
+
# Replace the pattern with the patched version
|
|
66
|
+
replacement = f" if response.status_code == 200:\n{ndjson_check} response_200 = ExecuteCypherQueryResponse200.from_dict(response.json())\n\n return response_200"
|
|
67
|
+
patched_content = content.replace(search_pattern, replacement)
|
|
68
|
+
|
|
69
|
+
# Write the patched content back
|
|
70
|
+
_ = file_path.write_text(patched_content)
|
|
71
|
+
|
|
72
|
+
print(f"✅ Applied NDJSON patch to {file_path.name}")
|
|
73
|
+
return True
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
def main():
|
|
77
|
+
"""Main SDK generation workflow."""
|
|
78
|
+
|
|
79
|
+
# Get OpenAPI URL from command line or use default
|
|
80
|
+
url = sys.argv[1] if len(sys.argv) > 1 else "http://localhost:8000/openapi.json"
|
|
81
|
+
|
|
82
|
+
print(f"🚀 Generating Python SDK from {url}...")
|
|
83
|
+
print()
|
|
84
|
+
|
|
85
|
+
# Step 1: Generate SDK
|
|
86
|
+
if not run_command("rm -rf generated", "Cleaning previous generation"):
|
|
87
|
+
return 1
|
|
88
|
+
|
|
89
|
+
if not run_command(
|
|
90
|
+
f"uv run openapi-python-client generate --url {url} --output-path generated --config robosystems_client/sdk-config.yaml",
|
|
91
|
+
f"Generating SDK from {url}",
|
|
92
|
+
):
|
|
93
|
+
return 1
|
|
94
|
+
|
|
95
|
+
# Step 2: Copy generated files
|
|
96
|
+
print("📦 Copying generated code to robosystems_client/...")
|
|
97
|
+
|
|
98
|
+
base_path = Path(__file__).parent.parent
|
|
99
|
+
generated_path = base_path / "generated" / "robo_systems_api_client"
|
|
100
|
+
target_path = base_path / "robosystems_client"
|
|
101
|
+
|
|
102
|
+
# Remove old generated files
|
|
103
|
+
for item in ["api", "models", "client.py", "errors.py", "types.py", "py.typed"]:
|
|
104
|
+
item_path = target_path / item
|
|
105
|
+
if item_path.exists():
|
|
106
|
+
if item_path.is_dir():
|
|
107
|
+
shutil.rmtree(item_path)
|
|
108
|
+
else:
|
|
109
|
+
item_path.unlink()
|
|
110
|
+
|
|
111
|
+
# Copy new generated files
|
|
112
|
+
for item in ["api", "models", "client.py", "errors.py", "types.py", "py.typed"]:
|
|
113
|
+
src = generated_path / item
|
|
114
|
+
dst = target_path / item
|
|
115
|
+
if src.exists():
|
|
116
|
+
if src.is_dir():
|
|
117
|
+
shutil.copytree(src, dst)
|
|
118
|
+
else:
|
|
119
|
+
shutil.copy2(src, dst)
|
|
120
|
+
|
|
121
|
+
# Clean up generated folder
|
|
122
|
+
shutil.rmtree(base_path / "generated")
|
|
123
|
+
|
|
124
|
+
print()
|
|
125
|
+
|
|
126
|
+
# Step 3: Apply patches
|
|
127
|
+
print("🔧 Applying post-generation patches...")
|
|
128
|
+
if not patch_ndjson_handling():
|
|
129
|
+
print("⚠️ Warning: NDJSON patch failed, but continuing...")
|
|
130
|
+
|
|
131
|
+
print()
|
|
132
|
+
|
|
133
|
+
# Step 4: Format and lint
|
|
134
|
+
if not run_command("uv run ruff format .", "Formatting code"):
|
|
135
|
+
return 1
|
|
136
|
+
|
|
137
|
+
if not run_command("uv run ruff check . --fix", "Fixing linting issues"):
|
|
138
|
+
return 1
|
|
139
|
+
|
|
140
|
+
if not run_command("uv run ruff check .", "Running final linting check"):
|
|
141
|
+
return 1
|
|
142
|
+
|
|
143
|
+
if not run_command("uv run ruff format --check .", "Verifying formatting"):
|
|
144
|
+
return 1
|
|
145
|
+
|
|
146
|
+
print()
|
|
147
|
+
print("✅ SDK generation complete!")
|
|
148
|
+
print()
|
|
149
|
+
print("Changes applied:")
|
|
150
|
+
print(" - Generated fresh SDK from OpenAPI spec")
|
|
151
|
+
print(" - Applied NDJSON streaming support patch")
|
|
152
|
+
print(" - Formatted and linted all code")
|
|
153
|
+
print()
|
|
154
|
+
|
|
155
|
+
return 0
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
if __name__ == "__main__":
|
|
159
|
+
sys.exit(main())
|
|
@@ -45,22 +45,7 @@ typecheck:
|
|
|
45
45
|
|
|
46
46
|
# Generate SDK from localhost API
|
|
47
47
|
generate-sdk url="http://localhost:8000/openapi.json":
|
|
48
|
-
|
|
49
|
-
rm -rf generated
|
|
50
|
-
uv run openapi-python-client generate --url {{url}} --output-path generated --config robosystems_client/sdk-config.yaml
|
|
51
|
-
@echo "📦 Copying generated code to robosystems_client..."
|
|
52
|
-
rm -rf robosystems_client/api robosystems_client/models robosystems_client/client.py robosystems_client/errors.py robosystems_client/types.py robosystems_client/py.typed
|
|
53
|
-
cp -r generated/robo_systems_api_client/api robosystems_client/
|
|
54
|
-
cp -r generated/robo_systems_api_client/models robosystems_client/
|
|
55
|
-
cp generated/robo_systems_api_client/client.py robosystems_client/
|
|
56
|
-
cp generated/robo_systems_api_client/errors.py robosystems_client/
|
|
57
|
-
cp generated/robo_systems_api_client/types.py robosystems_client/
|
|
58
|
-
cp generated/robo_systems_api_client/py.typed robosystems_client/
|
|
59
|
-
rm -rf generated
|
|
60
|
-
@just format
|
|
61
|
-
uv run ruff check . --fix
|
|
62
|
-
@just lint
|
|
63
|
-
@echo "✅ Client generation complete!"
|
|
48
|
+
bin/generate-sdk {{url}}
|
|
64
49
|
|
|
65
50
|
# Build python package locally (for testing)
|
|
66
51
|
build-package:
|
|
@@ -0,0 +1,369 @@
|
|
|
1
|
+
from http import HTTPStatus
|
|
2
|
+
from typing import Any, Optional, Union, cast
|
|
3
|
+
|
|
4
|
+
import httpx
|
|
5
|
+
|
|
6
|
+
from ... import errors
|
|
7
|
+
from ...client import AuthenticatedClient, Client
|
|
8
|
+
from ...models.agent_request import AgentRequest
|
|
9
|
+
from ...models.agent_response import AgentResponse
|
|
10
|
+
from ...models.error_response import ErrorResponse
|
|
11
|
+
from ...models.http_validation_error import HTTPValidationError
|
|
12
|
+
from ...types import Response
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
def _get_kwargs(
|
|
16
|
+
graph_id: str,
|
|
17
|
+
*,
|
|
18
|
+
body: AgentRequest,
|
|
19
|
+
) -> dict[str, Any]:
|
|
20
|
+
headers: dict[str, Any] = {}
|
|
21
|
+
|
|
22
|
+
_kwargs: dict[str, Any] = {
|
|
23
|
+
"method": "post",
|
|
24
|
+
"url": f"/v1/graphs/{graph_id}/agent",
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
_kwargs["json"] = body.to_dict()
|
|
28
|
+
|
|
29
|
+
headers["Content-Type"] = "application/json"
|
|
30
|
+
|
|
31
|
+
_kwargs["headers"] = headers
|
|
32
|
+
return _kwargs
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
def _parse_response(
|
|
36
|
+
*, client: Union[AuthenticatedClient, Client], response: httpx.Response
|
|
37
|
+
) -> Optional[Union[AgentResponse, Any, ErrorResponse, HTTPValidationError]]:
|
|
38
|
+
if response.status_code == 200:
|
|
39
|
+
response_200 = AgentResponse.from_dict(response.json())
|
|
40
|
+
|
|
41
|
+
return response_200
|
|
42
|
+
|
|
43
|
+
if response.status_code == 400:
|
|
44
|
+
response_400 = cast(Any, None)
|
|
45
|
+
return response_400
|
|
46
|
+
|
|
47
|
+
if response.status_code == 402:
|
|
48
|
+
response_402 = cast(Any, None)
|
|
49
|
+
return response_402
|
|
50
|
+
|
|
51
|
+
if response.status_code == 422:
|
|
52
|
+
response_422 = HTTPValidationError.from_dict(response.json())
|
|
53
|
+
|
|
54
|
+
return response_422
|
|
55
|
+
|
|
56
|
+
if response.status_code == 429:
|
|
57
|
+
response_429 = cast(Any, None)
|
|
58
|
+
return response_429
|
|
59
|
+
|
|
60
|
+
if response.status_code == 500:
|
|
61
|
+
response_500 = ErrorResponse.from_dict(response.json())
|
|
62
|
+
|
|
63
|
+
return response_500
|
|
64
|
+
|
|
65
|
+
if client.raise_on_unexpected_status:
|
|
66
|
+
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
67
|
+
else:
|
|
68
|
+
return None
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
def _build_response(
|
|
72
|
+
*, client: Union[AuthenticatedClient, Client], response: httpx.Response
|
|
73
|
+
) -> Response[Union[AgentResponse, Any, ErrorResponse, HTTPValidationError]]:
|
|
74
|
+
return Response(
|
|
75
|
+
status_code=HTTPStatus(response.status_code),
|
|
76
|
+
content=response.content,
|
|
77
|
+
headers=response.headers,
|
|
78
|
+
parsed=_parse_response(client=client, response=response),
|
|
79
|
+
)
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
def sync_detailed(
|
|
83
|
+
graph_id: str,
|
|
84
|
+
*,
|
|
85
|
+
client: AuthenticatedClient,
|
|
86
|
+
body: AgentRequest,
|
|
87
|
+
) -> Response[Union[AgentResponse, Any, ErrorResponse, HTTPValidationError]]:
|
|
88
|
+
r"""Auto-select agent for query
|
|
89
|
+
|
|
90
|
+
Automatically select the best agent for your query.
|
|
91
|
+
|
|
92
|
+
**Agent Selection Process:**
|
|
93
|
+
|
|
94
|
+
The orchestrator intelligently routes your query by:
|
|
95
|
+
1. Analyzing query intent and complexity
|
|
96
|
+
2. Enriching context with RAG if enabled
|
|
97
|
+
3. Evaluating all available agents against selection criteria
|
|
98
|
+
4. Selecting the best match based on confidence scores
|
|
99
|
+
5. Executing the query with the selected agent
|
|
100
|
+
|
|
101
|
+
**Available Agent Types:**
|
|
102
|
+
- `financial`: Financial analysis, SEC filings, company metrics
|
|
103
|
+
- `research`: General research, data exploration, trend analysis
|
|
104
|
+
- `rag`: Knowledge base search using RAG enrichment
|
|
105
|
+
|
|
106
|
+
**Execution Modes:**
|
|
107
|
+
- `quick`: Fast responses (~2-5s), suitable for simple queries
|
|
108
|
+
- `standard`: Balanced approach (~5-15s), default mode
|
|
109
|
+
- `extended`: Comprehensive analysis (~15-60s), deep research
|
|
110
|
+
- `streaming`: Real-time response streaming
|
|
111
|
+
|
|
112
|
+
**Confidence Score Interpretation:**
|
|
113
|
+
- `0.9-1.0`: High confidence, agent is ideal match
|
|
114
|
+
- `0.7-0.9`: Good confidence, agent is suitable
|
|
115
|
+
- `0.5-0.7`: Moderate confidence, agent can handle but may not be optimal
|
|
116
|
+
- `0.3-0.5`: Low confidence, fallback agent used
|
|
117
|
+
- `<0.3`: Very low confidence, consider using specific agent endpoint
|
|
118
|
+
|
|
119
|
+
**Credit Costs:**
|
|
120
|
+
- Quick mode: 5-10 credits per query
|
|
121
|
+
- Standard mode: 15-25 credits per query
|
|
122
|
+
- Extended mode: 30-75 credits per query
|
|
123
|
+
- RAG enrichment: +5-15 credits (if enabled)
|
|
124
|
+
|
|
125
|
+
**Use Cases:**
|
|
126
|
+
- Ask questions without specifying agent type
|
|
127
|
+
- Get intelligent routing for complex multi-domain queries
|
|
128
|
+
- Leverage conversation history for contextual understanding
|
|
129
|
+
- Enable RAG for knowledge base enrichment
|
|
130
|
+
|
|
131
|
+
See request/response examples in the \"Examples\" dropdown below.
|
|
132
|
+
|
|
133
|
+
Args:
|
|
134
|
+
graph_id (str):
|
|
135
|
+
body (AgentRequest): Request model for agent interactions.
|
|
136
|
+
|
|
137
|
+
Raises:
|
|
138
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
|
139
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
140
|
+
|
|
141
|
+
Returns:
|
|
142
|
+
Response[Union[AgentResponse, Any, ErrorResponse, HTTPValidationError]]
|
|
143
|
+
"""
|
|
144
|
+
|
|
145
|
+
kwargs = _get_kwargs(
|
|
146
|
+
graph_id=graph_id,
|
|
147
|
+
body=body,
|
|
148
|
+
)
|
|
149
|
+
|
|
150
|
+
response = client.get_httpx_client().request(
|
|
151
|
+
**kwargs,
|
|
152
|
+
)
|
|
153
|
+
|
|
154
|
+
return _build_response(client=client, response=response)
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
def sync(
|
|
158
|
+
graph_id: str,
|
|
159
|
+
*,
|
|
160
|
+
client: AuthenticatedClient,
|
|
161
|
+
body: AgentRequest,
|
|
162
|
+
) -> Optional[Union[AgentResponse, Any, ErrorResponse, HTTPValidationError]]:
|
|
163
|
+
r"""Auto-select agent for query
|
|
164
|
+
|
|
165
|
+
Automatically select the best agent for your query.
|
|
166
|
+
|
|
167
|
+
**Agent Selection Process:**
|
|
168
|
+
|
|
169
|
+
The orchestrator intelligently routes your query by:
|
|
170
|
+
1. Analyzing query intent and complexity
|
|
171
|
+
2. Enriching context with RAG if enabled
|
|
172
|
+
3. Evaluating all available agents against selection criteria
|
|
173
|
+
4. Selecting the best match based on confidence scores
|
|
174
|
+
5. Executing the query with the selected agent
|
|
175
|
+
|
|
176
|
+
**Available Agent Types:**
|
|
177
|
+
- `financial`: Financial analysis, SEC filings, company metrics
|
|
178
|
+
- `research`: General research, data exploration, trend analysis
|
|
179
|
+
- `rag`: Knowledge base search using RAG enrichment
|
|
180
|
+
|
|
181
|
+
**Execution Modes:**
|
|
182
|
+
- `quick`: Fast responses (~2-5s), suitable for simple queries
|
|
183
|
+
- `standard`: Balanced approach (~5-15s), default mode
|
|
184
|
+
- `extended`: Comprehensive analysis (~15-60s), deep research
|
|
185
|
+
- `streaming`: Real-time response streaming
|
|
186
|
+
|
|
187
|
+
**Confidence Score Interpretation:**
|
|
188
|
+
- `0.9-1.0`: High confidence, agent is ideal match
|
|
189
|
+
- `0.7-0.9`: Good confidence, agent is suitable
|
|
190
|
+
- `0.5-0.7`: Moderate confidence, agent can handle but may not be optimal
|
|
191
|
+
- `0.3-0.5`: Low confidence, fallback agent used
|
|
192
|
+
- `<0.3`: Very low confidence, consider using specific agent endpoint
|
|
193
|
+
|
|
194
|
+
**Credit Costs:**
|
|
195
|
+
- Quick mode: 5-10 credits per query
|
|
196
|
+
- Standard mode: 15-25 credits per query
|
|
197
|
+
- Extended mode: 30-75 credits per query
|
|
198
|
+
- RAG enrichment: +5-15 credits (if enabled)
|
|
199
|
+
|
|
200
|
+
**Use Cases:**
|
|
201
|
+
- Ask questions without specifying agent type
|
|
202
|
+
- Get intelligent routing for complex multi-domain queries
|
|
203
|
+
- Leverage conversation history for contextual understanding
|
|
204
|
+
- Enable RAG for knowledge base enrichment
|
|
205
|
+
|
|
206
|
+
See request/response examples in the \"Examples\" dropdown below.
|
|
207
|
+
|
|
208
|
+
Args:
|
|
209
|
+
graph_id (str):
|
|
210
|
+
body (AgentRequest): Request model for agent interactions.
|
|
211
|
+
|
|
212
|
+
Raises:
|
|
213
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
|
214
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
215
|
+
|
|
216
|
+
Returns:
|
|
217
|
+
Union[AgentResponse, Any, ErrorResponse, HTTPValidationError]
|
|
218
|
+
"""
|
|
219
|
+
|
|
220
|
+
return sync_detailed(
|
|
221
|
+
graph_id=graph_id,
|
|
222
|
+
client=client,
|
|
223
|
+
body=body,
|
|
224
|
+
).parsed
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
async def asyncio_detailed(
|
|
228
|
+
graph_id: str,
|
|
229
|
+
*,
|
|
230
|
+
client: AuthenticatedClient,
|
|
231
|
+
body: AgentRequest,
|
|
232
|
+
) -> Response[Union[AgentResponse, Any, ErrorResponse, HTTPValidationError]]:
|
|
233
|
+
r"""Auto-select agent for query
|
|
234
|
+
|
|
235
|
+
Automatically select the best agent for your query.
|
|
236
|
+
|
|
237
|
+
**Agent Selection Process:**
|
|
238
|
+
|
|
239
|
+
The orchestrator intelligently routes your query by:
|
|
240
|
+
1. Analyzing query intent and complexity
|
|
241
|
+
2. Enriching context with RAG if enabled
|
|
242
|
+
3. Evaluating all available agents against selection criteria
|
|
243
|
+
4. Selecting the best match based on confidence scores
|
|
244
|
+
5. Executing the query with the selected agent
|
|
245
|
+
|
|
246
|
+
**Available Agent Types:**
|
|
247
|
+
- `financial`: Financial analysis, SEC filings, company metrics
|
|
248
|
+
- `research`: General research, data exploration, trend analysis
|
|
249
|
+
- `rag`: Knowledge base search using RAG enrichment
|
|
250
|
+
|
|
251
|
+
**Execution Modes:**
|
|
252
|
+
- `quick`: Fast responses (~2-5s), suitable for simple queries
|
|
253
|
+
- `standard`: Balanced approach (~5-15s), default mode
|
|
254
|
+
- `extended`: Comprehensive analysis (~15-60s), deep research
|
|
255
|
+
- `streaming`: Real-time response streaming
|
|
256
|
+
|
|
257
|
+
**Confidence Score Interpretation:**
|
|
258
|
+
- `0.9-1.0`: High confidence, agent is ideal match
|
|
259
|
+
- `0.7-0.9`: Good confidence, agent is suitable
|
|
260
|
+
- `0.5-0.7`: Moderate confidence, agent can handle but may not be optimal
|
|
261
|
+
- `0.3-0.5`: Low confidence, fallback agent used
|
|
262
|
+
- `<0.3`: Very low confidence, consider using specific agent endpoint
|
|
263
|
+
|
|
264
|
+
**Credit Costs:**
|
|
265
|
+
- Quick mode: 5-10 credits per query
|
|
266
|
+
- Standard mode: 15-25 credits per query
|
|
267
|
+
- Extended mode: 30-75 credits per query
|
|
268
|
+
- RAG enrichment: +5-15 credits (if enabled)
|
|
269
|
+
|
|
270
|
+
**Use Cases:**
|
|
271
|
+
- Ask questions without specifying agent type
|
|
272
|
+
- Get intelligent routing for complex multi-domain queries
|
|
273
|
+
- Leverage conversation history for contextual understanding
|
|
274
|
+
- Enable RAG for knowledge base enrichment
|
|
275
|
+
|
|
276
|
+
See request/response examples in the \"Examples\" dropdown below.
|
|
277
|
+
|
|
278
|
+
Args:
|
|
279
|
+
graph_id (str):
|
|
280
|
+
body (AgentRequest): Request model for agent interactions.
|
|
281
|
+
|
|
282
|
+
Raises:
|
|
283
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
|
284
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
285
|
+
|
|
286
|
+
Returns:
|
|
287
|
+
Response[Union[AgentResponse, Any, ErrorResponse, HTTPValidationError]]
|
|
288
|
+
"""
|
|
289
|
+
|
|
290
|
+
kwargs = _get_kwargs(
|
|
291
|
+
graph_id=graph_id,
|
|
292
|
+
body=body,
|
|
293
|
+
)
|
|
294
|
+
|
|
295
|
+
response = await client.get_async_httpx_client().request(**kwargs)
|
|
296
|
+
|
|
297
|
+
return _build_response(client=client, response=response)
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
async def asyncio(
|
|
301
|
+
graph_id: str,
|
|
302
|
+
*,
|
|
303
|
+
client: AuthenticatedClient,
|
|
304
|
+
body: AgentRequest,
|
|
305
|
+
) -> Optional[Union[AgentResponse, Any, ErrorResponse, HTTPValidationError]]:
|
|
306
|
+
r"""Auto-select agent for query
|
|
307
|
+
|
|
308
|
+
Automatically select the best agent for your query.
|
|
309
|
+
|
|
310
|
+
**Agent Selection Process:**
|
|
311
|
+
|
|
312
|
+
The orchestrator intelligently routes your query by:
|
|
313
|
+
1. Analyzing query intent and complexity
|
|
314
|
+
2. Enriching context with RAG if enabled
|
|
315
|
+
3. Evaluating all available agents against selection criteria
|
|
316
|
+
4. Selecting the best match based on confidence scores
|
|
317
|
+
5. Executing the query with the selected agent
|
|
318
|
+
|
|
319
|
+
**Available Agent Types:**
|
|
320
|
+
- `financial`: Financial analysis, SEC filings, company metrics
|
|
321
|
+
- `research`: General research, data exploration, trend analysis
|
|
322
|
+
- `rag`: Knowledge base search using RAG enrichment
|
|
323
|
+
|
|
324
|
+
**Execution Modes:**
|
|
325
|
+
- `quick`: Fast responses (~2-5s), suitable for simple queries
|
|
326
|
+
- `standard`: Balanced approach (~5-15s), default mode
|
|
327
|
+
- `extended`: Comprehensive analysis (~15-60s), deep research
|
|
328
|
+
- `streaming`: Real-time response streaming
|
|
329
|
+
|
|
330
|
+
**Confidence Score Interpretation:**
|
|
331
|
+
- `0.9-1.0`: High confidence, agent is ideal match
|
|
332
|
+
- `0.7-0.9`: Good confidence, agent is suitable
|
|
333
|
+
- `0.5-0.7`: Moderate confidence, agent can handle but may not be optimal
|
|
334
|
+
- `0.3-0.5`: Low confidence, fallback agent used
|
|
335
|
+
- `<0.3`: Very low confidence, consider using specific agent endpoint
|
|
336
|
+
|
|
337
|
+
**Credit Costs:**
|
|
338
|
+
- Quick mode: 5-10 credits per query
|
|
339
|
+
- Standard mode: 15-25 credits per query
|
|
340
|
+
- Extended mode: 30-75 credits per query
|
|
341
|
+
- RAG enrichment: +5-15 credits (if enabled)
|
|
342
|
+
|
|
343
|
+
**Use Cases:**
|
|
344
|
+
- Ask questions without specifying agent type
|
|
345
|
+
- Get intelligent routing for complex multi-domain queries
|
|
346
|
+
- Leverage conversation history for contextual understanding
|
|
347
|
+
- Enable RAG for knowledge base enrichment
|
|
348
|
+
|
|
349
|
+
See request/response examples in the \"Examples\" dropdown below.
|
|
350
|
+
|
|
351
|
+
Args:
|
|
352
|
+
graph_id (str):
|
|
353
|
+
body (AgentRequest): Request model for agent interactions.
|
|
354
|
+
|
|
355
|
+
Raises:
|
|
356
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
|
357
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
358
|
+
|
|
359
|
+
Returns:
|
|
360
|
+
Union[AgentResponse, Any, ErrorResponse, HTTPValidationError]
|
|
361
|
+
"""
|
|
362
|
+
|
|
363
|
+
return (
|
|
364
|
+
await asyncio_detailed(
|
|
365
|
+
graph_id=graph_id,
|
|
366
|
+
client=client,
|
|
367
|
+
body=body,
|
|
368
|
+
)
|
|
369
|
+
).parsed
|
{robosystems_client-0.2.5 → robosystems_client-0.2.6}/robosystems_client/api/backup/create_backup.py
RENAMED
|
@@ -102,6 +102,23 @@ def sync_detailed(
|
|
|
102
102
|
- **Download Support**: Unencrypted backups can be downloaded
|
|
103
103
|
- **Restore Support**: Future support for encrypted backup restoration
|
|
104
104
|
|
|
105
|
+
**Operation State Machine:**
|
|
106
|
+
```
|
|
107
|
+
pending → processing → completed
|
|
108
|
+
↘ failed
|
|
109
|
+
```
|
|
110
|
+
- **pending**: Backup queued, waiting to start
|
|
111
|
+
- **processing**: Actively backing up database
|
|
112
|
+
- **completed**: Backup successfully created and stored
|
|
113
|
+
- **failed**: Backup failed (check error message)
|
|
114
|
+
|
|
115
|
+
**Expected Durations:**
|
|
116
|
+
Operation times vary by database size:
|
|
117
|
+
- **Small** (<1GB): 30 seconds - 2 minutes
|
|
118
|
+
- **Medium** (1-10GB): 2-10 minutes
|
|
119
|
+
- **Large** (10-100GB): 10-30 minutes
|
|
120
|
+
- **Very Large** (>100GB): 30+ minutes
|
|
121
|
+
|
|
105
122
|
**Progress Monitoring:**
|
|
106
123
|
Use the returned operation_id to connect to the SSE stream:
|
|
107
124
|
```javascript
|
|
@@ -109,6 +126,7 @@ def sync_detailed(
|
|
|
109
126
|
eventSource.addEventListener('operation_progress', (event) => {
|
|
110
127
|
const data = JSON.parse(event.data);
|
|
111
128
|
console.log('Backup progress:', data.progress_percent + '%');
|
|
129
|
+
console.log('Status:', data.status); // pending, processing, completed, failed
|
|
112
130
|
});
|
|
113
131
|
```
|
|
114
132
|
|
|
@@ -177,6 +195,23 @@ def sync(
|
|
|
177
195
|
- **Download Support**: Unencrypted backups can be downloaded
|
|
178
196
|
- **Restore Support**: Future support for encrypted backup restoration
|
|
179
197
|
|
|
198
|
+
**Operation State Machine:**
|
|
199
|
+
```
|
|
200
|
+
pending → processing → completed
|
|
201
|
+
↘ failed
|
|
202
|
+
```
|
|
203
|
+
- **pending**: Backup queued, waiting to start
|
|
204
|
+
- **processing**: Actively backing up database
|
|
205
|
+
- **completed**: Backup successfully created and stored
|
|
206
|
+
- **failed**: Backup failed (check error message)
|
|
207
|
+
|
|
208
|
+
**Expected Durations:**
|
|
209
|
+
Operation times vary by database size:
|
|
210
|
+
- **Small** (<1GB): 30 seconds - 2 minutes
|
|
211
|
+
- **Medium** (1-10GB): 2-10 minutes
|
|
212
|
+
- **Large** (10-100GB): 10-30 minutes
|
|
213
|
+
- **Very Large** (>100GB): 30+ minutes
|
|
214
|
+
|
|
180
215
|
**Progress Monitoring:**
|
|
181
216
|
Use the returned operation_id to connect to the SSE stream:
|
|
182
217
|
```javascript
|
|
@@ -184,6 +219,7 @@ def sync(
|
|
|
184
219
|
eventSource.addEventListener('operation_progress', (event) => {
|
|
185
220
|
const data = JSON.parse(event.data);
|
|
186
221
|
console.log('Backup progress:', data.progress_percent + '%');
|
|
222
|
+
console.log('Status:', data.status); // pending, processing, completed, failed
|
|
187
223
|
});
|
|
188
224
|
```
|
|
189
225
|
|
|
@@ -247,6 +283,23 @@ async def asyncio_detailed(
|
|
|
247
283
|
- **Download Support**: Unencrypted backups can be downloaded
|
|
248
284
|
- **Restore Support**: Future support for encrypted backup restoration
|
|
249
285
|
|
|
286
|
+
**Operation State Machine:**
|
|
287
|
+
```
|
|
288
|
+
pending → processing → completed
|
|
289
|
+
↘ failed
|
|
290
|
+
```
|
|
291
|
+
- **pending**: Backup queued, waiting to start
|
|
292
|
+
- **processing**: Actively backing up database
|
|
293
|
+
- **completed**: Backup successfully created and stored
|
|
294
|
+
- **failed**: Backup failed (check error message)
|
|
295
|
+
|
|
296
|
+
**Expected Durations:**
|
|
297
|
+
Operation times vary by database size:
|
|
298
|
+
- **Small** (<1GB): 30 seconds - 2 minutes
|
|
299
|
+
- **Medium** (1-10GB): 2-10 minutes
|
|
300
|
+
- **Large** (10-100GB): 10-30 minutes
|
|
301
|
+
- **Very Large** (>100GB): 30+ minutes
|
|
302
|
+
|
|
250
303
|
**Progress Monitoring:**
|
|
251
304
|
Use the returned operation_id to connect to the SSE stream:
|
|
252
305
|
```javascript
|
|
@@ -254,6 +307,7 @@ async def asyncio_detailed(
|
|
|
254
307
|
eventSource.addEventListener('operation_progress', (event) => {
|
|
255
308
|
const data = JSON.parse(event.data);
|
|
256
309
|
console.log('Backup progress:', data.progress_percent + '%');
|
|
310
|
+
console.log('Status:', data.status); // pending, processing, completed, failed
|
|
257
311
|
});
|
|
258
312
|
```
|
|
259
313
|
|
|
@@ -320,6 +374,23 @@ async def asyncio(
|
|
|
320
374
|
- **Download Support**: Unencrypted backups can be downloaded
|
|
321
375
|
- **Restore Support**: Future support for encrypted backup restoration
|
|
322
376
|
|
|
377
|
+
**Operation State Machine:**
|
|
378
|
+
```
|
|
379
|
+
pending → processing → completed
|
|
380
|
+
↘ failed
|
|
381
|
+
```
|
|
382
|
+
- **pending**: Backup queued, waiting to start
|
|
383
|
+
- **processing**: Actively backing up database
|
|
384
|
+
- **completed**: Backup successfully created and stored
|
|
385
|
+
- **failed**: Backup failed (check error message)
|
|
386
|
+
|
|
387
|
+
**Expected Durations:**
|
|
388
|
+
Operation times vary by database size:
|
|
389
|
+
- **Small** (<1GB): 30 seconds - 2 minutes
|
|
390
|
+
- **Medium** (1-10GB): 2-10 minutes
|
|
391
|
+
- **Large** (10-100GB): 10-30 minutes
|
|
392
|
+
- **Very Large** (>100GB): 30+ minutes
|
|
393
|
+
|
|
323
394
|
**Progress Monitoring:**
|
|
324
395
|
Use the returned operation_id to connect to the SSE stream:
|
|
325
396
|
```javascript
|
|
@@ -327,6 +398,7 @@ async def asyncio(
|
|
|
327
398
|
eventSource.addEventListener('operation_progress', (event) => {
|
|
328
399
|
const data = JSON.parse(event.data);
|
|
329
400
|
console.log('Backup progress:', data.progress_percent + '%');
|
|
401
|
+
console.log('Status:', data.status); // pending, processing, completed, failed
|
|
330
402
|
});
|
|
331
403
|
```
|
|
332
404
|
|