robosystems-client 0.1.16__tar.gz → 0.1.17__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.
Potentially problematic release.
This version of robosystems-client might be problematic. Click here for more details.
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/.github/workflows/create-pr.yml +1 -2
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/.github/workflows/create-release.yml +23 -3
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/.github/workflows/tag-release.yml +30 -6
- robosystems_client-0.1.17/LICENSE +21 -0
- robosystems_client-0.1.17/PKG-INFO +89 -0
- robosystems_client-0.1.17/README.md +39 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/bin/create-feature +7 -17
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/pyproject.toml +2 -2
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/agent/auto_select_agent.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/agent/batch_process_queries.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/agent/execute_specific_agent.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/agent/get_agent_metadata.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/agent/list_agents.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/agent/recommend_agent.py +0 -18
- robosystems_client-0.1.17/robosystems_client/api/auth/forgot_password.py +191 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/auth/generate_sso_token.py +18 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/auth/get_current_auth_user.py +4 -22
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/auth/logout_user.py +17 -17
- robosystems_client-0.1.16/robosystems_client/api/auth/refresh_session.py → robosystems_client-0.1.17/robosystems_client/api/auth/refresh_auth_session.py +21 -21
- robosystems_client-0.1.17/robosystems_client/api/auth/resend_verification_email.py +222 -0
- robosystems_client-0.1.17/robosystems_client/api/auth/reset_password.py +177 -0
- robosystems_client-0.1.17/robosystems_client/api/auth/validate_reset_token.py +171 -0
- robosystems_client-0.1.17/robosystems_client/api/auth/verify_email.py +177 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/backup/create_backup.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/backup/export_backup.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/backup/get_backup_download_url.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/backup/get_backup_stats.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/backup/list_backups.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/backup/restore_backup.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/connections/create_connection.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/connections/create_link_token.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/connections/delete_connection.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/connections/exchange_link_token.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/connections/get_connection.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/connections/get_connection_options.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/connections/init_o_auth.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/connections/list_connections.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/connections/oauth_callback.py +4 -22
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/connections/sync_connection.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/copy/copy_data_to_graph.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/create/create_graph.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/graph_analytics/get_graph_metrics.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/graph_analytics/get_graph_usage_stats.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/graph_billing/get_current_graph_bill.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/graph_billing/get_graph_billing_history.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/graph_billing/get_graph_monthly_bill.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/graph_billing/get_graph_usage_details.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/graph_credits/check_credit_balance.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/graph_credits/check_storage_limits.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/graph_credits/get_credit_summary.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/graph_credits/get_storage_usage.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/graph_credits/list_credit_transactions.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/graph_health/get_database_health.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/graph_info/get_database_info.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/graph_limits/get_graph_limits.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/mcp/call_mcp_tool.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/mcp/list_mcp_tools.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/operations/cancel_operation.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/operations/get_operation_status.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/operations/stream_operation_events.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/query/execute_cypher_query.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/schema/export_graph_schema.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/schema/get_graph_schema_info.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/schema/list_schema_extensions.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/schema/validate_schema.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/subgraphs/create_subgraph.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/subgraphs/delete_subgraph.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/subgraphs/get_subgraph_info.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/subgraphs/get_subgraph_quota.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/subgraphs/list_subgraphs.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user/create_user_api_key.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user/get_all_credit_summaries.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user/get_current_user.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user/get_user_graphs.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user/list_user_api_keys.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user/revoke_user_api_key.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user/select_user_graph.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user/update_user.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user/update_user_api_key.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user/update_user_password.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user_analytics/get_detailed_user_analytics.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user_analytics/get_user_usage_overview.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user_limits/get_all_shared_repository_limits.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user_limits/get_shared_repository_limits.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user_limits/get_user_limits.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user_limits/get_user_usage.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user_subscriptions/cancel_shared_repository_subscription.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user_subscriptions/get_repository_credits.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user_subscriptions/get_shared_repository_credits.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user_subscriptions/get_user_shared_subscriptions.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user_subscriptions/subscribe_to_shared_repository.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user_subscriptions/upgrade_shared_repository_subscription.py +0 -18
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/__init__.py +16 -0
- robosystems_client-0.1.17/robosystems_client/models/email_verification_request.py +60 -0
- robosystems_client-0.1.17/robosystems_client/models/forgot_password_request.py +60 -0
- robosystems_client-0.1.17/robosystems_client/models/forgot_password_response_forgotpassword.py +44 -0
- robosystems_client-0.1.17/robosystems_client/models/resend_verification_email_response_resendverificationemail.py +44 -0
- robosystems_client-0.1.17/robosystems_client/models/reset_password_request.py +68 -0
- robosystems_client-0.1.17/robosystems_client/models/reset_password_validate_response.py +82 -0
- robosystems_client-0.1.16/PKG-INFO +0 -302
- robosystems_client-0.1.16/README.md +0 -253
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/.github/workflows/claude.yml +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/.github/workflows/publish.yml +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/.github/workflows/test.yml +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/.gitignore +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/.python-version +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/.vscode/settings.json +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/.vscode/tasks.json +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/bin/create-pr +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/bin/create-release +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/justfile +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/pytest.ini +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/agent/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/auth/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/auth/check_password_strength.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/auth/complete_sso_auth.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/auth/get_captcha_config.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/auth/get_password_policy.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/auth/login_user.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/auth/register_user.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/auth/sso_login.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/auth/sso_token_exchange.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/backup/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/connections/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/copy/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/create/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/create/get_available_extensions.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/graph_analytics/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/graph_billing/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/graph_credits/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/graph_health/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/graph_info/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/graph_limits/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/mcp/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/operations/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/query/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/schema/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/service_offerings/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/service_offerings/get_service_offerings.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/status/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/status/get_service_status.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/subgraphs/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user_analytics/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user_limits/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/api/user_subscriptions/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/client.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/errors.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/extensions/README.md +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/extensions/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/extensions/auth_integration.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/extensions/copy_client.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/extensions/extensions.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/extensions/operation_client.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/extensions/query_client.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/extensions/sse_client.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/extensions/tests/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/extensions/tests/test_integration.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/extensions/tests/test_unit.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/extensions/utils.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/account_info.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/add_on_credit_info.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/agent_list_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/agent_list_response_agents.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/agent_list_response_agents_additional_property.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/agent_message.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/agent_metadata_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/agent_mode.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/agent_recommendation.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/agent_recommendation_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/agent_recommendation_request_context_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/agent_recommendation_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/agent_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/agent_request_context_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/agent_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/agent_response_error_details_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/agent_response_metadata_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/agent_response_tokens_used_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/api_key_info.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/api_keys_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/auth_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/auth_response_user.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/available_extension.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/available_extensions_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/backup_create_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/backup_list_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/backup_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/backup_restore_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/backup_stats_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/backup_stats_response_backup_formats.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/batch_agent_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/batch_agent_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/cancel_operation_response_canceloperation.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/cancellation_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/check_credit_balance_response_checkcreditbalance.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/connection_options_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/connection_provider_info.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/connection_provider_info_auth_type.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/connection_provider_info_provider.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/connection_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/connection_response_metadata.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/connection_response_provider.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/copy_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/copy_response_error_details_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/copy_response_status.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/create_api_key_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/create_api_key_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/create_connection_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/create_connection_request_provider.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/create_graph_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/create_subgraph_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/create_subgraph_request_metadata_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/credit_summary.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/credit_summary_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/credits_summary_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/credits_summary_response_credits_by_addon_type_0_item.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/custom_schema_definition.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/custom_schema_definition_metadata.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/custom_schema_definition_nodes_item.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/custom_schema_definition_relationships_item.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/cypher_query_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/cypher_query_request_parameters_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/data_frame_copy_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/data_frame_copy_request_format.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/database_health_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/database_info_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/delete_subgraph_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/delete_subgraph_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/detailed_transactions_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/detailed_transactions_response_date_range.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/detailed_transactions_response_summary.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/enhanced_credit_transaction_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/enhanced_credit_transaction_response_metadata.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/error_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/exchange_token_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/exchange_token_request_metadata_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/get_all_credit_summaries_response_getallcreditsummaries.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/get_all_shared_repository_limits_response_getallsharedrepositorylimits.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/get_backup_download_url_response_getbackupdownloadurl.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/get_current_auth_user_response_getcurrentauthuser.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/get_current_graph_bill_response_getcurrentgraphbill.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/get_graph_billing_history_response_getgraphbillinghistory.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/get_graph_limits_response_getgraphlimits.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/get_graph_monthly_bill_response_getgraphmonthlybill.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/get_graph_schema_info_response_getgraphschemainfo.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/get_graph_usage_details_response_getgraphusagedetails.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/get_operation_status_response_getoperationstatus.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/get_shared_repository_limits_response_getsharedrepositorylimits.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/get_storage_usage_response_getstorageusage.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/graph_info.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/graph_metadata.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/graph_metrics_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/graph_metrics_response_estimated_size.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/graph_metrics_response_health_status.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/graph_metrics_response_node_counts.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/graph_metrics_response_relationship_counts.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/graph_usage_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/graph_usage_response_query_statistics.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/graph_usage_response_recent_activity.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/graph_usage_response_storage_usage.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/health_status.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/health_status_details_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/http_validation_error.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/initial_entity_data.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/link_token_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/link_token_request_options_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/link_token_request_provider_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/list_connections_provider_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/list_schema_extensions_response_listschemaextensions.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/list_subgraphs_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/login_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/logout_user_response_logoutuser.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/mcp_tool_call.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/mcp_tool_call_arguments.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/mcp_tools_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/mcp_tools_response_tools_item.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/o_auth_callback_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/o_auth_init_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/o_auth_init_request_additional_params_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/o_auth_init_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/password_check_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/password_check_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/password_check_response_character_types.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/password_policy_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/password_policy_response_policy.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/plaid_connection_config.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/plaid_connection_config_accounts_type_0_item.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/plaid_connection_config_institution_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/quick_books_connection_config.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/register_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/repository_credits_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/repository_plan.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/repository_type.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/response_mode.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/s3_copy_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/s3_copy_request_file_format.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/s3_copy_request_s3_url_style_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/schema_export_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/schema_export_response_data_stats_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/schema_export_response_schema_definition_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/schema_validation_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/schema_validation_request_schema_definition_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/schema_validation_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/schema_validation_response_compatibility_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/schema_validation_response_stats_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/sec_connection_config.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/selection_criteria.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/sso_complete_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/sso_exchange_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/sso_exchange_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/sso_login_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/sso_token_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/storage_limit_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/subgraph_quota_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/subgraph_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/subgraph_response_metadata_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/subgraph_summary.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/subgraph_type.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/subscription_info.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/subscription_info_metadata.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/subscription_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/subscription_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/success_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/success_response_data_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/sync_connection_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/sync_connection_request_sync_options_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/sync_connection_response_syncconnection.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/tier_upgrade_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/transaction_summary_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/update_api_key_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/update_password_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/update_user_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/url_copy_request.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/url_copy_request_file_format.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/url_copy_request_headers_type_0.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/user_analytics_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/user_analytics_response_api_usage.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/user_analytics_response_graph_usage.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/user_analytics_response_limits.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/user_analytics_response_recent_activity_item.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/user_analytics_response_user_info.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/user_graph_summary.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/user_graphs_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/user_limits_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/user_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/user_subscriptions_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/user_usage_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/user_usage_response_graphs.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/user_usage_summary_response.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/user_usage_summary_response_usage_vs_limits.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/models/validation_error.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/py.typed +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/sdk-config.yaml +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/robosystems_client/types.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/ruff.toml +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/tests/__init__.py +0 -0
- {robosystems_client-0.1.16 → robosystems_client-0.1.17}/tests/test_client.py +0 -0
{robosystems_client-0.1.16 → robosystems_client-0.1.17}/.github/workflows/create-release.yml
RENAMED
|
@@ -16,6 +16,9 @@ on:
|
|
|
16
16
|
jobs:
|
|
17
17
|
create-release:
|
|
18
18
|
runs-on: ubuntu-latest
|
|
19
|
+
outputs:
|
|
20
|
+
new_version: ${{ steps.new-version.outputs.new_version }}
|
|
21
|
+
branch_name: ${{ steps.new-version.outputs.branch_name }}
|
|
19
22
|
|
|
20
23
|
steps:
|
|
21
24
|
- name: Checkout code
|
|
@@ -105,15 +108,32 @@ jobs:
|
|
|
105
108
|
|
|
106
109
|
echo "✅ Release branch created: $BRANCH_NAME"
|
|
107
110
|
|
|
111
|
+
create-tag:
|
|
112
|
+
needs: create-release
|
|
113
|
+
permissions:
|
|
114
|
+
contents: write
|
|
115
|
+
uses: ./.github/workflows/tag-release.yml
|
|
116
|
+
with:
|
|
117
|
+
branch_ref: ${{ needs.create-release.outputs.branch_name }}
|
|
118
|
+
secrets: inherit
|
|
119
|
+
|
|
120
|
+
create-summary:
|
|
121
|
+
needs: [create-release, create-tag]
|
|
122
|
+
if: always()
|
|
123
|
+
runs-on: ubuntu-latest
|
|
124
|
+
steps:
|
|
108
125
|
- name: Create summary
|
|
109
126
|
run: |
|
|
110
127
|
echo "## 🚀 Python SDK Release Created" >> $GITHUB_STEP_SUMMARY
|
|
111
128
|
echo "" >> $GITHUB_STEP_SUMMARY
|
|
112
|
-
echo "**Version:** ${{
|
|
113
|
-
echo "**
|
|
129
|
+
echo "**Version:** ${{ needs.create-tag.outputs.version }}" >> $GITHUB_STEP_SUMMARY
|
|
130
|
+
echo "**Tag:** \`${{ needs.create-tag.outputs.tag_name }}\`" >> $GITHUB_STEP_SUMMARY
|
|
131
|
+
echo "**Branch:** \`${{ needs.create-release.outputs.branch_name }}\`" >> $GITHUB_STEP_SUMMARY
|
|
114
132
|
echo "**Type:** ${{ inputs.version_type }}" >> $GITHUB_STEP_SUMMARY
|
|
115
133
|
echo "" >> $GITHUB_STEP_SUMMARY
|
|
134
|
+
echo "**Release URL:** ${{ needs.create-tag.outputs.release_url }}" >> $GITHUB_STEP_SUMMARY
|
|
135
|
+
echo "" >> $GITHUB_STEP_SUMMARY
|
|
116
136
|
echo "### Next Steps" >> $GITHUB_STEP_SUMMARY
|
|
117
|
-
echo "The PyPI package will be automatically published when the release
|
|
137
|
+
echo "The PyPI package will be automatically published when the release tag is created." >> $GITHUB_STEP_SUMMARY
|
|
118
138
|
echo "" >> $GITHUB_STEP_SUMMARY
|
|
119
139
|
echo "Monitor the publish workflow: [View Workflows](https://github.com/RoboFinSystems/robosystems-python-client/actions/workflows/publish.yml)" >> $GITHUB_STEP_SUMMARY
|
|
@@ -1,21 +1,43 @@
|
|
|
1
1
|
name: Claude Tag Release
|
|
2
2
|
|
|
3
3
|
on:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
workflow_call:
|
|
5
|
+
inputs:
|
|
6
|
+
branch_ref:
|
|
7
|
+
description: 'The branch ref to tag'
|
|
8
|
+
required: true
|
|
9
|
+
type: string
|
|
10
|
+
outputs:
|
|
11
|
+
tag_name:
|
|
12
|
+
description: 'The created tag name'
|
|
13
|
+
value: ${{ jobs.action.outputs.tag_name }}
|
|
14
|
+
version:
|
|
15
|
+
description: 'The version number'
|
|
16
|
+
value: ${{ jobs.action.outputs.version }}
|
|
17
|
+
release_url:
|
|
18
|
+
description: 'The GitHub release URL'
|
|
19
|
+
value: ${{ jobs.action.outputs.release_url }}
|
|
20
|
+
secrets:
|
|
21
|
+
ACTIONS_TOKEN:
|
|
22
|
+
required: true
|
|
23
|
+
ANTHROPIC_API_KEY:
|
|
24
|
+
required: true
|
|
7
25
|
|
|
8
26
|
jobs:
|
|
9
27
|
action:
|
|
10
28
|
runs-on: ubuntu-latest # Use GitHub-hosted runners for memory-intensive git/Claude operations
|
|
11
|
-
timeout-minutes:
|
|
29
|
+
timeout-minutes: 15
|
|
12
30
|
permissions:
|
|
13
31
|
contents: write
|
|
32
|
+
outputs:
|
|
33
|
+
tag_name: ${{ steps.get-version.outputs.tag_name }}
|
|
34
|
+
version: ${{ steps.get-version.outputs.version }}
|
|
35
|
+
release_url: ${{ steps.create-release.outputs.upload_url }}
|
|
14
36
|
steps:
|
|
15
37
|
- name: Checkout
|
|
16
38
|
uses: actions/checkout@v4
|
|
17
39
|
with:
|
|
18
|
-
ref: ${{
|
|
40
|
+
ref: ${{ inputs.branch_ref }}
|
|
19
41
|
token: ${{ secrets.ACTIONS_TOKEN }}
|
|
20
42
|
fetch-depth: 0
|
|
21
43
|
|
|
@@ -24,6 +46,7 @@ jobs:
|
|
|
24
46
|
run: |
|
|
25
47
|
VERSION=$(grep "^version = " pyproject.toml | sed 's/version = "\(.*\)"/\1/')
|
|
26
48
|
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
|
49
|
+
echo "tag_name=v$VERSION" >> $GITHUB_OUTPUT
|
|
27
50
|
echo "Found version: $VERSION"
|
|
28
51
|
|
|
29
52
|
- name: Check If Tag Exists
|
|
@@ -164,7 +187,7 @@ jobs:
|
|
|
164
187
|
]
|
|
165
188
|
}')
|
|
166
189
|
|
|
167
|
-
RESPONSE=$(curl -s -X POST "https://api.anthropic.com/v1/messages" \
|
|
190
|
+
RESPONSE=$(curl -s --max-time 60 --retry 3 --retry-delay 10 -X POST "https://api.anthropic.com/v1/messages" \
|
|
168
191
|
-H "Content-Type: application/json" \
|
|
169
192
|
-H "x-api-key: ${{ secrets.ANTHROPIC_API_KEY }}" \
|
|
170
193
|
-H "anthropic-version: 2023-06-01" \
|
|
@@ -205,6 +228,7 @@ jobs:
|
|
|
205
228
|
|
|
206
229
|
- name: Create GitHub Release
|
|
207
230
|
if: steps.check-tag.outputs.tag_exists == 'false'
|
|
231
|
+
id: create-release
|
|
208
232
|
uses: softprops/action-gh-release@v1
|
|
209
233
|
with:
|
|
210
234
|
tag_name: v${{ steps.get-version.outputs.version }}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 RFS LLC
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: robosystems-client
|
|
3
|
+
Version: 0.1.17
|
|
4
|
+
Summary: Python Client for RoboSystems financial graph database API
|
|
5
|
+
Author: RFS LLC
|
|
6
|
+
License: MIT
|
|
7
|
+
License-File: LICENSE
|
|
8
|
+
Keywords: api,client,financial,graph,kuzu,robosystems,sdk
|
|
9
|
+
Classifier: Development Status :: 4 - Beta
|
|
10
|
+
Classifier: Framework :: AsyncIO
|
|
11
|
+
Classifier: Framework :: Pydantic
|
|
12
|
+
Classifier: Framework :: Pydantic :: 2
|
|
13
|
+
Classifier: Intended Audience :: Developers
|
|
14
|
+
Classifier: Intended Audience :: Financial and Insurance Industry
|
|
15
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
16
|
+
Classifier: Natural Language :: English
|
|
17
|
+
Classifier: Operating System :: OS Independent
|
|
18
|
+
Classifier: Programming Language :: Python :: 3
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
22
|
+
Classifier: Topic :: Database :: Front-Ends
|
|
23
|
+
Classifier: Topic :: Internet :: WWW/HTTP
|
|
24
|
+
Classifier: Topic :: Office/Business :: Financial
|
|
25
|
+
Classifier: Topic :: Office/Business :: Financial :: Accounting
|
|
26
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
27
|
+
Classifier: Typing :: Typed
|
|
28
|
+
Requires-Python: >=3.10
|
|
29
|
+
Requires-Dist: attrs>=23.0.0
|
|
30
|
+
Requires-Dist: httpx>=0.28.1
|
|
31
|
+
Requires-Dist: pydantic>=2.11.7
|
|
32
|
+
Requires-Dist: python-dateutil>=2.8.0
|
|
33
|
+
Requires-Dist: typing-extensions>=4.0.0
|
|
34
|
+
Provides-Extra: all
|
|
35
|
+
Requires-Dist: httpx>=0.28.1; extra == 'all'
|
|
36
|
+
Requires-Dist: pandas>=1.5.0; extra == 'all'
|
|
37
|
+
Provides-Extra: dev
|
|
38
|
+
Requires-Dist: build>=1.0.0; extra == 'dev'
|
|
39
|
+
Requires-Dist: openapi-python-client>=0.21.8; extra == 'dev'
|
|
40
|
+
Requires-Dist: pyright>=1.1.402; extra == 'dev'
|
|
41
|
+
Requires-Dist: pytest-asyncio>=0.26.0; extra == 'dev'
|
|
42
|
+
Requires-Dist: pytest-httpx>=0.30.0; extra == 'dev'
|
|
43
|
+
Requires-Dist: pytest>=8.3.5; extra == 'dev'
|
|
44
|
+
Requires-Dist: ruff>=0.12; extra == 'dev'
|
|
45
|
+
Requires-Dist: twine>=5.0.0; extra == 'dev'
|
|
46
|
+
Provides-Extra: extensions
|
|
47
|
+
Requires-Dist: httpx>=0.28.1; extra == 'extensions'
|
|
48
|
+
Requires-Dist: pandas>=1.5.0; extra == 'extensions'
|
|
49
|
+
Description-Content-Type: text/markdown
|
|
50
|
+
|
|
51
|
+
# RoboSystems Python Client
|
|
52
|
+
|
|
53
|
+
[](https://pypi.org/project/robosystems-client/)
|
|
54
|
+
[](https://opensource.org/licenses/MIT)
|
|
55
|
+
|
|
56
|
+
Official Python Client for the RoboSystems Financial Knowledge Graph API. Access comprehensive financial data including accounting transactions, financial reports, and advanced graph analytics through a type-safe, async-ready Python interface.
|
|
57
|
+
|
|
58
|
+
## Features
|
|
59
|
+
|
|
60
|
+
- **Type-safe API client** with full type hints and Pydantic models
|
|
61
|
+
- **Async/await support** for high-performance applications
|
|
62
|
+
- **Streaming support** for memory-efficient processing of large result sets
|
|
63
|
+
- **Financial AI Agent** integration for natural language queries
|
|
64
|
+
- **Comprehensive error handling** with custom exceptions
|
|
65
|
+
|
|
66
|
+
## Installation
|
|
67
|
+
|
|
68
|
+
```bash
|
|
69
|
+
pip install robosystems-client
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
## API Reference
|
|
73
|
+
|
|
74
|
+
- API reference: [https://api.robosystems.ai](https://api.robosystems.ai)
|
|
75
|
+
- API documentation: [https://api.robosystems.ai/docs](https://api.robosystems.ai/docs)
|
|
76
|
+
- OpenAPI specification: [https://api.robosystems.ai/openapi.json](https://api.robosystems.ai/openapi.json)
|
|
77
|
+
|
|
78
|
+
## Support
|
|
79
|
+
|
|
80
|
+
- Issues: [Issues](https://github.com/RoboFinSystems/robosystems-python-client/issues)
|
|
81
|
+
- Discussions: [Discussions](https://github.com/RoboFinSystems/robosystems-python-client/discussions)
|
|
82
|
+
- Projects: [Projects](https://github.com/RoboFinSystems/robosystems-python-client/projects)
|
|
83
|
+
- Wiki: [Wiki](https://github.com/RoboFinSystems/robosystems-python-client/wiki)
|
|
84
|
+
|
|
85
|
+
## License
|
|
86
|
+
|
|
87
|
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
|
88
|
+
|
|
89
|
+
MIT © 2025 RFS LLC
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# RoboSystems Python Client
|
|
2
|
+
|
|
3
|
+
[](https://pypi.org/project/robosystems-client/)
|
|
4
|
+
[](https://opensource.org/licenses/MIT)
|
|
5
|
+
|
|
6
|
+
Official Python Client for the RoboSystems Financial Knowledge Graph API. Access comprehensive financial data including accounting transactions, financial reports, and advanced graph analytics through a type-safe, async-ready Python interface.
|
|
7
|
+
|
|
8
|
+
## Features
|
|
9
|
+
|
|
10
|
+
- **Type-safe API client** with full type hints and Pydantic models
|
|
11
|
+
- **Async/await support** for high-performance applications
|
|
12
|
+
- **Streaming support** for memory-efficient processing of large result sets
|
|
13
|
+
- **Financial AI Agent** integration for natural language queries
|
|
14
|
+
- **Comprehensive error handling** with custom exceptions
|
|
15
|
+
|
|
16
|
+
## Installation
|
|
17
|
+
|
|
18
|
+
```bash
|
|
19
|
+
pip install robosystems-client
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
## API Reference
|
|
23
|
+
|
|
24
|
+
- API reference: [https://api.robosystems.ai](https://api.robosystems.ai)
|
|
25
|
+
- API documentation: [https://api.robosystems.ai/docs](https://api.robosystems.ai/docs)
|
|
26
|
+
- OpenAPI specification: [https://api.robosystems.ai/openapi.json](https://api.robosystems.ai/openapi.json)
|
|
27
|
+
|
|
28
|
+
## Support
|
|
29
|
+
|
|
30
|
+
- Issues: [Issues](https://github.com/RoboFinSystems/robosystems-python-client/issues)
|
|
31
|
+
- Discussions: [Discussions](https://github.com/RoboFinSystems/robosystems-python-client/discussions)
|
|
32
|
+
- Projects: [Projects](https://github.com/RoboFinSystems/robosystems-python-client/projects)
|
|
33
|
+
- Wiki: [Wiki](https://github.com/RoboFinSystems/robosystems-python-client/wiki)
|
|
34
|
+
|
|
35
|
+
## License
|
|
36
|
+
|
|
37
|
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
|
38
|
+
|
|
39
|
+
MIT © 2025 RFS LLC
|
|
@@ -39,16 +39,9 @@ echo ""
|
|
|
39
39
|
|
|
40
40
|
# Check for uncommitted changes
|
|
41
41
|
if ! git diff --quiet || ! git diff --cached --quiet; then
|
|
42
|
-
echo "⚠️ You have uncommitted changes."
|
|
43
|
-
|
|
44
|
-
echo
|
|
45
|
-
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
|
46
|
-
git stash push -m "Auto-stash before creating branch $FULL_BRANCH"
|
|
47
|
-
echo "✅ Changes stashed"
|
|
48
|
-
else
|
|
49
|
-
echo "❌ Please commit or stash your changes first"
|
|
50
|
-
exit 1
|
|
51
|
-
fi
|
|
42
|
+
echo "⚠️ You have uncommitted changes. Auto-stashing..."
|
|
43
|
+
git stash push -m "Auto-stash before creating branch $FULL_BRANCH"
|
|
44
|
+
echo "✅ Changes stashed"
|
|
52
45
|
fi
|
|
53
46
|
|
|
54
47
|
# Fetch latest changes from remote
|
|
@@ -92,13 +85,10 @@ echo " 2. Push your changes: git push"
|
|
|
92
85
|
echo " 3. Create a PR: gh pr create --base $BASE_BRANCH --title \"Your PR title\" --body \"Your PR description\""
|
|
93
86
|
echo " or use: just create-pr $BASE_BRANCH $BRANCH_TYPE"
|
|
94
87
|
|
|
95
|
-
# Check if we had stashed changes
|
|
88
|
+
# Check if we had stashed changes and auto-apply them
|
|
96
89
|
if git stash list | grep -q "Auto-stash before creating branch $FULL_BRANCH"; then
|
|
97
90
|
echo ""
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
git stash pop
|
|
102
|
-
echo "✅ Stashed changes applied"
|
|
103
|
-
fi
|
|
91
|
+
echo "Auto-applying stashed changes..."
|
|
92
|
+
git stash pop
|
|
93
|
+
echo "✅ Stashed changes applied"
|
|
104
94
|
fi
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "robosystems-client"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.17"
|
|
4
4
|
description = "Python Client for RoboSystems financial graph database API"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
7
7
|
authors = [
|
|
8
|
-
{name = "
|
|
8
|
+
{name = "RFS LLC"},
|
|
9
9
|
]
|
|
10
10
|
license = {text = "MIT"}
|
|
11
11
|
keywords = ["client", "robosystems", "financial", "graph", "kuzu", "api", "sdk"]
|
|
@@ -17,20 +17,14 @@ def _get_kwargs(
|
|
|
17
17
|
*,
|
|
18
18
|
body: AgentRequest,
|
|
19
19
|
authorization: Union[None, Unset, str] = UNSET,
|
|
20
|
-
auth_token: Union[None, Unset, str] = UNSET,
|
|
21
20
|
) -> dict[str, Any]:
|
|
22
21
|
headers: dict[str, Any] = {}
|
|
23
22
|
if not isinstance(authorization, Unset):
|
|
24
23
|
headers["authorization"] = authorization
|
|
25
24
|
|
|
26
|
-
cookies = {}
|
|
27
|
-
if auth_token is not UNSET:
|
|
28
|
-
cookies["auth-token"] = auth_token
|
|
29
|
-
|
|
30
25
|
_kwargs: dict[str, Any] = {
|
|
31
26
|
"method": "post",
|
|
32
27
|
"url": f"/v1/{graph_id}/agent",
|
|
33
|
-
"cookies": cookies,
|
|
34
28
|
}
|
|
35
29
|
|
|
36
30
|
_kwargs["json"] = body.to_dict()
|
|
@@ -88,7 +82,6 @@ def sync_detailed(
|
|
|
88
82
|
client: AuthenticatedClient,
|
|
89
83
|
body: AgentRequest,
|
|
90
84
|
authorization: Union[None, Unset, str] = UNSET,
|
|
91
|
-
auth_token: Union[None, Unset, str] = UNSET,
|
|
92
85
|
) -> Response[Union[AgentResponse, Any, ErrorResponse, HTTPValidationError]]:
|
|
93
86
|
"""Auto-select agent for query
|
|
94
87
|
|
|
@@ -105,7 +98,6 @@ def sync_detailed(
|
|
|
105
98
|
Args:
|
|
106
99
|
graph_id (str):
|
|
107
100
|
authorization (Union[None, Unset, str]):
|
|
108
|
-
auth_token (Union[None, Unset, str]):
|
|
109
101
|
body (AgentRequest): Request model for agent interactions.
|
|
110
102
|
|
|
111
103
|
Raises:
|
|
@@ -120,7 +112,6 @@ def sync_detailed(
|
|
|
120
112
|
graph_id=graph_id,
|
|
121
113
|
body=body,
|
|
122
114
|
authorization=authorization,
|
|
123
|
-
auth_token=auth_token,
|
|
124
115
|
)
|
|
125
116
|
|
|
126
117
|
response = client.get_httpx_client().request(
|
|
@@ -136,7 +127,6 @@ def sync(
|
|
|
136
127
|
client: AuthenticatedClient,
|
|
137
128
|
body: AgentRequest,
|
|
138
129
|
authorization: Union[None, Unset, str] = UNSET,
|
|
139
|
-
auth_token: Union[None, Unset, str] = UNSET,
|
|
140
130
|
) -> Optional[Union[AgentResponse, Any, ErrorResponse, HTTPValidationError]]:
|
|
141
131
|
"""Auto-select agent for query
|
|
142
132
|
|
|
@@ -153,7 +143,6 @@ def sync(
|
|
|
153
143
|
Args:
|
|
154
144
|
graph_id (str):
|
|
155
145
|
authorization (Union[None, Unset, str]):
|
|
156
|
-
auth_token (Union[None, Unset, str]):
|
|
157
146
|
body (AgentRequest): Request model for agent interactions.
|
|
158
147
|
|
|
159
148
|
Raises:
|
|
@@ -169,7 +158,6 @@ def sync(
|
|
|
169
158
|
client=client,
|
|
170
159
|
body=body,
|
|
171
160
|
authorization=authorization,
|
|
172
|
-
auth_token=auth_token,
|
|
173
161
|
).parsed
|
|
174
162
|
|
|
175
163
|
|
|
@@ -179,7 +167,6 @@ async def asyncio_detailed(
|
|
|
179
167
|
client: AuthenticatedClient,
|
|
180
168
|
body: AgentRequest,
|
|
181
169
|
authorization: Union[None, Unset, str] = UNSET,
|
|
182
|
-
auth_token: Union[None, Unset, str] = UNSET,
|
|
183
170
|
) -> Response[Union[AgentResponse, Any, ErrorResponse, HTTPValidationError]]:
|
|
184
171
|
"""Auto-select agent for query
|
|
185
172
|
|
|
@@ -196,7 +183,6 @@ async def asyncio_detailed(
|
|
|
196
183
|
Args:
|
|
197
184
|
graph_id (str):
|
|
198
185
|
authorization (Union[None, Unset, str]):
|
|
199
|
-
auth_token (Union[None, Unset, str]):
|
|
200
186
|
body (AgentRequest): Request model for agent interactions.
|
|
201
187
|
|
|
202
188
|
Raises:
|
|
@@ -211,7 +197,6 @@ async def asyncio_detailed(
|
|
|
211
197
|
graph_id=graph_id,
|
|
212
198
|
body=body,
|
|
213
199
|
authorization=authorization,
|
|
214
|
-
auth_token=auth_token,
|
|
215
200
|
)
|
|
216
201
|
|
|
217
202
|
response = await client.get_async_httpx_client().request(**kwargs)
|
|
@@ -225,7 +210,6 @@ async def asyncio(
|
|
|
225
210
|
client: AuthenticatedClient,
|
|
226
211
|
body: AgentRequest,
|
|
227
212
|
authorization: Union[None, Unset, str] = UNSET,
|
|
228
|
-
auth_token: Union[None, Unset, str] = UNSET,
|
|
229
213
|
) -> Optional[Union[AgentResponse, Any, ErrorResponse, HTTPValidationError]]:
|
|
230
214
|
"""Auto-select agent for query
|
|
231
215
|
|
|
@@ -242,7 +226,6 @@ async def asyncio(
|
|
|
242
226
|
Args:
|
|
243
227
|
graph_id (str):
|
|
244
228
|
authorization (Union[None, Unset, str]):
|
|
245
|
-
auth_token (Union[None, Unset, str]):
|
|
246
229
|
body (AgentRequest): Request model for agent interactions.
|
|
247
230
|
|
|
248
231
|
Raises:
|
|
@@ -259,6 +242,5 @@ async def asyncio(
|
|
|
259
242
|
client=client,
|
|
260
243
|
body=body,
|
|
261
244
|
authorization=authorization,
|
|
262
|
-
auth_token=auth_token,
|
|
263
245
|
)
|
|
264
246
|
).parsed
|
|
@@ -16,20 +16,14 @@ def _get_kwargs(
|
|
|
16
16
|
*,
|
|
17
17
|
body: BatchAgentRequest,
|
|
18
18
|
authorization: Union[None, Unset, str] = UNSET,
|
|
19
|
-
auth_token: Union[None, Unset, str] = UNSET,
|
|
20
19
|
) -> dict[str, Any]:
|
|
21
20
|
headers: dict[str, Any] = {}
|
|
22
21
|
if not isinstance(authorization, Unset):
|
|
23
22
|
headers["authorization"] = authorization
|
|
24
23
|
|
|
25
|
-
cookies = {}
|
|
26
|
-
if auth_token is not UNSET:
|
|
27
|
-
cookies["auth-token"] = auth_token
|
|
28
|
-
|
|
29
24
|
_kwargs: dict[str, Any] = {
|
|
30
25
|
"method": "post",
|
|
31
26
|
"url": f"/v1/{graph_id}/agent/batch",
|
|
32
|
-
"cookies": cookies,
|
|
33
27
|
}
|
|
34
28
|
|
|
35
29
|
_kwargs["json"] = body.to_dict()
|
|
@@ -83,7 +77,6 @@ def sync_detailed(
|
|
|
83
77
|
client: AuthenticatedClient,
|
|
84
78
|
body: BatchAgentRequest,
|
|
85
79
|
authorization: Union[None, Unset, str] = UNSET,
|
|
86
|
-
auth_token: Union[None, Unset, str] = UNSET,
|
|
87
80
|
) -> Response[Union[Any, BatchAgentResponse, HTTPValidationError]]:
|
|
88
81
|
"""Batch process multiple queries
|
|
89
82
|
|
|
@@ -105,7 +98,6 @@ def sync_detailed(
|
|
|
105
98
|
Args:
|
|
106
99
|
graph_id (str):
|
|
107
100
|
authorization (Union[None, Unset, str]):
|
|
108
|
-
auth_token (Union[None, Unset, str]):
|
|
109
101
|
body (BatchAgentRequest): Request for batch processing multiple queries.
|
|
110
102
|
|
|
111
103
|
Raises:
|
|
@@ -120,7 +112,6 @@ def sync_detailed(
|
|
|
120
112
|
graph_id=graph_id,
|
|
121
113
|
body=body,
|
|
122
114
|
authorization=authorization,
|
|
123
|
-
auth_token=auth_token,
|
|
124
115
|
)
|
|
125
116
|
|
|
126
117
|
response = client.get_httpx_client().request(
|
|
@@ -136,7 +127,6 @@ def sync(
|
|
|
136
127
|
client: AuthenticatedClient,
|
|
137
128
|
body: BatchAgentRequest,
|
|
138
129
|
authorization: Union[None, Unset, str] = UNSET,
|
|
139
|
-
auth_token: Union[None, Unset, str] = UNSET,
|
|
140
130
|
) -> Optional[Union[Any, BatchAgentResponse, HTTPValidationError]]:
|
|
141
131
|
"""Batch process multiple queries
|
|
142
132
|
|
|
@@ -158,7 +148,6 @@ def sync(
|
|
|
158
148
|
Args:
|
|
159
149
|
graph_id (str):
|
|
160
150
|
authorization (Union[None, Unset, str]):
|
|
161
|
-
auth_token (Union[None, Unset, str]):
|
|
162
151
|
body (BatchAgentRequest): Request for batch processing multiple queries.
|
|
163
152
|
|
|
164
153
|
Raises:
|
|
@@ -174,7 +163,6 @@ def sync(
|
|
|
174
163
|
client=client,
|
|
175
164
|
body=body,
|
|
176
165
|
authorization=authorization,
|
|
177
|
-
auth_token=auth_token,
|
|
178
166
|
).parsed
|
|
179
167
|
|
|
180
168
|
|
|
@@ -184,7 +172,6 @@ async def asyncio_detailed(
|
|
|
184
172
|
client: AuthenticatedClient,
|
|
185
173
|
body: BatchAgentRequest,
|
|
186
174
|
authorization: Union[None, Unset, str] = UNSET,
|
|
187
|
-
auth_token: Union[None, Unset, str] = UNSET,
|
|
188
175
|
) -> Response[Union[Any, BatchAgentResponse, HTTPValidationError]]:
|
|
189
176
|
"""Batch process multiple queries
|
|
190
177
|
|
|
@@ -206,7 +193,6 @@ async def asyncio_detailed(
|
|
|
206
193
|
Args:
|
|
207
194
|
graph_id (str):
|
|
208
195
|
authorization (Union[None, Unset, str]):
|
|
209
|
-
auth_token (Union[None, Unset, str]):
|
|
210
196
|
body (BatchAgentRequest): Request for batch processing multiple queries.
|
|
211
197
|
|
|
212
198
|
Raises:
|
|
@@ -221,7 +207,6 @@ async def asyncio_detailed(
|
|
|
221
207
|
graph_id=graph_id,
|
|
222
208
|
body=body,
|
|
223
209
|
authorization=authorization,
|
|
224
|
-
auth_token=auth_token,
|
|
225
210
|
)
|
|
226
211
|
|
|
227
212
|
response = await client.get_async_httpx_client().request(**kwargs)
|
|
@@ -235,7 +220,6 @@ async def asyncio(
|
|
|
235
220
|
client: AuthenticatedClient,
|
|
236
221
|
body: BatchAgentRequest,
|
|
237
222
|
authorization: Union[None, Unset, str] = UNSET,
|
|
238
|
-
auth_token: Union[None, Unset, str] = UNSET,
|
|
239
223
|
) -> Optional[Union[Any, BatchAgentResponse, HTTPValidationError]]:
|
|
240
224
|
"""Batch process multiple queries
|
|
241
225
|
|
|
@@ -257,7 +241,6 @@ async def asyncio(
|
|
|
257
241
|
Args:
|
|
258
242
|
graph_id (str):
|
|
259
243
|
authorization (Union[None, Unset, str]):
|
|
260
|
-
auth_token (Union[None, Unset, str]):
|
|
261
244
|
body (BatchAgentRequest): Request for batch processing multiple queries.
|
|
262
245
|
|
|
263
246
|
Raises:
|
|
@@ -274,6 +257,5 @@ async def asyncio(
|
|
|
274
257
|
client=client,
|
|
275
258
|
body=body,
|
|
276
259
|
authorization=authorization,
|
|
277
|
-
auth_token=auth_token,
|
|
278
260
|
)
|
|
279
261
|
).parsed
|
|
@@ -18,20 +18,14 @@ def _get_kwargs(
|
|
|
18
18
|
*,
|
|
19
19
|
body: AgentRequest,
|
|
20
20
|
authorization: Union[None, Unset, str] = UNSET,
|
|
21
|
-
auth_token: Union[None, Unset, str] = UNSET,
|
|
22
21
|
) -> dict[str, Any]:
|
|
23
22
|
headers: dict[str, Any] = {}
|
|
24
23
|
if not isinstance(authorization, Unset):
|
|
25
24
|
headers["authorization"] = authorization
|
|
26
25
|
|
|
27
|
-
cookies = {}
|
|
28
|
-
if auth_token is not UNSET:
|
|
29
|
-
cookies["auth-token"] = auth_token
|
|
30
|
-
|
|
31
26
|
_kwargs: dict[str, Any] = {
|
|
32
27
|
"method": "post",
|
|
33
28
|
"url": f"/v1/{graph_id}/agent/{agent_type}",
|
|
34
|
-
"cookies": cookies,
|
|
35
29
|
}
|
|
36
30
|
|
|
37
31
|
_kwargs["json"] = body.to_dict()
|
|
@@ -93,7 +87,6 @@ def sync_detailed(
|
|
|
93
87
|
client: AuthenticatedClient,
|
|
94
88
|
body: AgentRequest,
|
|
95
89
|
authorization: Union[None, Unset, str] = UNSET,
|
|
96
|
-
auth_token: Union[None, Unset, str] = UNSET,
|
|
97
90
|
) -> Response[Union[AgentResponse, Any, ErrorResponse, HTTPValidationError]]:
|
|
98
91
|
"""Execute specific agent
|
|
99
92
|
|
|
@@ -110,7 +103,6 @@ def sync_detailed(
|
|
|
110
103
|
graph_id (str):
|
|
111
104
|
agent_type (str):
|
|
112
105
|
authorization (Union[None, Unset, str]):
|
|
113
|
-
auth_token (Union[None, Unset, str]):
|
|
114
106
|
body (AgentRequest): Request model for agent interactions.
|
|
115
107
|
|
|
116
108
|
Raises:
|
|
@@ -126,7 +118,6 @@ def sync_detailed(
|
|
|
126
118
|
agent_type=agent_type,
|
|
127
119
|
body=body,
|
|
128
120
|
authorization=authorization,
|
|
129
|
-
auth_token=auth_token,
|
|
130
121
|
)
|
|
131
122
|
|
|
132
123
|
response = client.get_httpx_client().request(
|
|
@@ -143,7 +134,6 @@ def sync(
|
|
|
143
134
|
client: AuthenticatedClient,
|
|
144
135
|
body: AgentRequest,
|
|
145
136
|
authorization: Union[None, Unset, str] = UNSET,
|
|
146
|
-
auth_token: Union[None, Unset, str] = UNSET,
|
|
147
137
|
) -> Optional[Union[AgentResponse, Any, ErrorResponse, HTTPValidationError]]:
|
|
148
138
|
"""Execute specific agent
|
|
149
139
|
|
|
@@ -160,7 +150,6 @@ def sync(
|
|
|
160
150
|
graph_id (str):
|
|
161
151
|
agent_type (str):
|
|
162
152
|
authorization (Union[None, Unset, str]):
|
|
163
|
-
auth_token (Union[None, Unset, str]):
|
|
164
153
|
body (AgentRequest): Request model for agent interactions.
|
|
165
154
|
|
|
166
155
|
Raises:
|
|
@@ -177,7 +166,6 @@ def sync(
|
|
|
177
166
|
client=client,
|
|
178
167
|
body=body,
|
|
179
168
|
authorization=authorization,
|
|
180
|
-
auth_token=auth_token,
|
|
181
169
|
).parsed
|
|
182
170
|
|
|
183
171
|
|
|
@@ -188,7 +176,6 @@ async def asyncio_detailed(
|
|
|
188
176
|
client: AuthenticatedClient,
|
|
189
177
|
body: AgentRequest,
|
|
190
178
|
authorization: Union[None, Unset, str] = UNSET,
|
|
191
|
-
auth_token: Union[None, Unset, str] = UNSET,
|
|
192
179
|
) -> Response[Union[AgentResponse, Any, ErrorResponse, HTTPValidationError]]:
|
|
193
180
|
"""Execute specific agent
|
|
194
181
|
|
|
@@ -205,7 +192,6 @@ async def asyncio_detailed(
|
|
|
205
192
|
graph_id (str):
|
|
206
193
|
agent_type (str):
|
|
207
194
|
authorization (Union[None, Unset, str]):
|
|
208
|
-
auth_token (Union[None, Unset, str]):
|
|
209
195
|
body (AgentRequest): Request model for agent interactions.
|
|
210
196
|
|
|
211
197
|
Raises:
|
|
@@ -221,7 +207,6 @@ async def asyncio_detailed(
|
|
|
221
207
|
agent_type=agent_type,
|
|
222
208
|
body=body,
|
|
223
209
|
authorization=authorization,
|
|
224
|
-
auth_token=auth_token,
|
|
225
210
|
)
|
|
226
211
|
|
|
227
212
|
response = await client.get_async_httpx_client().request(**kwargs)
|
|
@@ -236,7 +221,6 @@ async def asyncio(
|
|
|
236
221
|
client: AuthenticatedClient,
|
|
237
222
|
body: AgentRequest,
|
|
238
223
|
authorization: Union[None, Unset, str] = UNSET,
|
|
239
|
-
auth_token: Union[None, Unset, str] = UNSET,
|
|
240
224
|
) -> Optional[Union[AgentResponse, Any, ErrorResponse, HTTPValidationError]]:
|
|
241
225
|
"""Execute specific agent
|
|
242
226
|
|
|
@@ -253,7 +237,6 @@ async def asyncio(
|
|
|
253
237
|
graph_id (str):
|
|
254
238
|
agent_type (str):
|
|
255
239
|
authorization (Union[None, Unset, str]):
|
|
256
|
-
auth_token (Union[None, Unset, str]):
|
|
257
240
|
body (AgentRequest): Request model for agent interactions.
|
|
258
241
|
|
|
259
242
|
Raises:
|
|
@@ -271,6 +254,5 @@ async def asyncio(
|
|
|
271
254
|
client=client,
|
|
272
255
|
body=body,
|
|
273
256
|
authorization=authorization,
|
|
274
|
-
auth_token=auth_token,
|
|
275
257
|
)
|
|
276
258
|
).parsed
|