synth-ai 0.15.2__tar.gz → 0.15.3.dev0__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.
- {synth_ai-0.15.2/synth_ai.egg-info → synth_ai-0.15.3.dev0}/PKG-INFO +1 -1
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/pyproject.toml +1 -1
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/server.py +16 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/client.py +11 -1
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0/synth_ai.egg-info}/PKG-INFO +1 -1
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/LICENSE +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/MANIFEST.in +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/README.md +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/setup.cfg +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/__init__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/__main__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/cli/__init__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/cli/__main__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/cli/containers.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/cli/dev_envs.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/cli/main.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/cli/pools.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/cli/research.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/cli/tunnels.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/client.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/core/__init__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/core/errors.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/core/utils/__init__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/core/utils/dict.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/core/utils/env.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/core/utils/json.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/core/utils/log_filter.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/core/utils/paths.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/core/utils/secure_files.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/core/utils/urls.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/core/utils/workspace.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/gamebench/__init__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/gamebench/client.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/gamebench/models.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/__init__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/_internal/__init__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/_internal/crypto.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/_internal/env.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/_internal/urls.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/auth.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/client.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/errors.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/factory_plans/__init__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/factory_plans/rsi_synth_on_synth.plan.json +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/factory_standup.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/__init__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/__main__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/objective_tools.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/registry.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/request_models.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/__init__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/approvals.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/artifacts.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/cloud_deployments.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/datasets.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/dev_environments.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/exports.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/factories.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/files.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/integrations.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/logs.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/models.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/open_research.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/outputs.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/progress.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/projects.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/prs.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/readiness.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/repos.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/resources.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/runs.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/smr_policy_schemas.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/tag.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/trained_models.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/usage.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/workspace_inputs.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/__init__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/billing.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/canonical_usage.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/checkpoints.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/cloud_deployment_claims.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/cloud_deployments.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/dev_environment_evidence.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/factories.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/factory_evidence.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/generated/__init__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/generated/v1/__init__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/local_execution_profile.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/open_research_visual.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/operator_evidence.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/project.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/project_workspace.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/promotions.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/run_authority.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/run_control.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/run_diagnostics.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/run_events.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/run_execution.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/run_launch.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/run_observability.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/run_state.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/run_timeline.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/runtime_image.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/runtime_intent.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_actor_models.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_actor_policy_data.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_agent_harnesses.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_agent_kinds.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_agent_models.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_credential_providers.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_environment_kinds.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_funding_sources.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_horizons.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_host_kinds.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_inference_providers.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_network_topology.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_providers.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_resource_kinds.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_resource_providers.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_roles.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_run_policy.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_runbooks.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_runtime_kinds.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_tool_providers.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_work_modes.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/tag.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/types.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/work_products.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/open_research/__init__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/open_research/client.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/open_research/errors.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/open_research/fingerprint.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/open_research/models.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/py.typed +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/schema_sync.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/schemas/public_models.json +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/schemas/smr_openapi.yaml +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/__init__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/_base.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/_client_helpers.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/_run_authority_mixin.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/approvals.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/artifacts.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/billing.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/cloud_deployments.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/compat.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/config.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/cost.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/credentials.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/datasets.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/dev_environments.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/environments.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/exports.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/factories.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/factory_evidence.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/files.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/github.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/image_releases.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/integrations.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/launch.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/logs.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/models.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/namespaces/__init__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/outputs.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/progress.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/project.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/projects.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/promotions.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/prs.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/readiness.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/repos.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/repositories.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/runs.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/secrets.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/setup.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/tag.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/trained_models.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/transport.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/usage.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/work_products.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/workspace_inputs.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/transport/__init__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/transport/http.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/transport/pagination.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/transport/retries.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/transport/streaming.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/version.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/py.typed +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/research/__init__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/research/async_client.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/research/client.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/research/control.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/research/economics.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/research/efforts.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/research/enums.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/research/errors.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/research/factories.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/research/hosted_artifacts.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/research/limits.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/research/models.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/research/project_namespaces.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/research/projects.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/research/run_readouts.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/research/runs.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/research/secrets.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/research/visuals.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/sdk/__init__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/sdk/base.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/sdk/container/__init__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/sdk/container/auth.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/sdk/containers.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/sdk/horizons_private.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/sdk/managed_agents/__init__.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/sdk/managed_agents/client.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/sdk/managed_agents_anthropic.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/sdk/openai_agents_sdk.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/sdk/openai_tools.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/sdk/pagination.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/sdk/pools.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/sdk/tunnels.py +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai.egg-info/SOURCES.txt +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai.egg-info/dependency_links.txt +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai.egg-info/entry_points.txt +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai.egg-info/requires.txt +0 -0
- {synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai.egg-info/top_level.txt +0 -0
|
@@ -3474,6 +3474,22 @@ class ManagedResearchMcpServer:
|
|
|
3474
3474
|
"id": request_id,
|
|
3475
3475
|
"error": {"code": exc.code, "message": exc.message, "data": exc.data},
|
|
3476
3476
|
}
|
|
3477
|
+
except SmrApiError as exc:
|
|
3478
|
+
# Central denial mapping: any tool (not just the run-launch handlers)
|
|
3479
|
+
# that raises a typed SmrApiError must surface the structured
|
|
3480
|
+
# error_code / http_status / detail so SDK↔MCP denial parity holds.
|
|
3481
|
+
# Without this, non-launch tools flatten to a generic -32000 text
|
|
3482
|
+
# error and drop plan/cap/current-count fields.
|
|
3483
|
+
payload = _mcp_structured_trigger_error_payload(exc)
|
|
3484
|
+
return {
|
|
3485
|
+
"jsonrpc": "2.0",
|
|
3486
|
+
"id": request_id,
|
|
3487
|
+
"error": {
|
|
3488
|
+
"code": -32010,
|
|
3489
|
+
"message": payload.get("message", str(exc)),
|
|
3490
|
+
"data": payload,
|
|
3491
|
+
},
|
|
3492
|
+
}
|
|
3477
3493
|
except Exception as exc:
|
|
3478
3494
|
return {
|
|
3479
3495
|
"jsonrpc": "2.0",
|
|
@@ -1117,7 +1117,7 @@ def _code_bundle_upload_payload(
|
|
|
1117
1117
|
class ManagedResearchClient(ManagedResearchRunAuthorityMixin):
|
|
1118
1118
|
"""Managed Research client implementation."""
|
|
1119
1119
|
|
|
1120
|
-
api_key: str | None = None
|
|
1120
|
+
api_key: str | None = field(default=None, repr=False)
|
|
1121
1121
|
backend_base: str | None = None
|
|
1122
1122
|
timeout_seconds: float = DEFAULT_TIMEOUT_SECONDS
|
|
1123
1123
|
_transport: SmrHttpTransport = field(init=False, repr=False)
|
|
@@ -1177,6 +1177,16 @@ class ManagedResearchClient(ManagedResearchRunAuthorityMixin):
|
|
|
1177
1177
|
timeout_seconds=self.timeout_seconds,
|
|
1178
1178
|
)
|
|
1179
1179
|
|
|
1180
|
+
def __repr__(self) -> str:
|
|
1181
|
+
# Never render the raw API key: the resolved secret lives on self.api_key
|
|
1182
|
+
# after __post_init__, so the default dataclass repr / %r / traceback frame
|
|
1183
|
+
# would otherwise leak a live credential into logs.
|
|
1184
|
+
api_key_state = "set" if self.api_key else "unset"
|
|
1185
|
+
return (
|
|
1186
|
+
f"ManagedResearchClient(backend_base={self.backend_base!r}, "
|
|
1187
|
+
f"timeout_seconds={self.timeout_seconds!r}, api_key=<{api_key_state}>)"
|
|
1188
|
+
)
|
|
1189
|
+
|
|
1180
1190
|
def __enter__(self) -> ManagedResearchClient:
|
|
1181
1191
|
return self
|
|
1182
1192
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/factory_plans/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/cloud_deployments.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/dev_environments.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/integrations.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/open_research.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/smr_policy_schemas.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/trained_models.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/mcp/tools/workspace_inputs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/canonical_usage.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/cloud_deployment_claims.py
RENAMED
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/cloud_deployments.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/factory_evidence.py
RENAMED
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/generated/__init__.py
RENAMED
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/generated/v1/__init__.py
RENAMED
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/local_execution_profile.py
RENAMED
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/open_research_visual.py
RENAMED
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/operator_evidence.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/project_workspace.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/run_diagnostics.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/run_observability.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_actor_models.py
RENAMED
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_actor_policy_data.py
RENAMED
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_agent_harnesses.py
RENAMED
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_agent_kinds.py
RENAMED
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_agent_models.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_environment_kinds.py
RENAMED
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_funding_sources.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_inference_providers.py
RENAMED
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_network_topology.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_resource_kinds.py
RENAMED
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_resource_providers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_runtime_kinds.py
RENAMED
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/models/smr_tool_providers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/open_research/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/open_research/fingerprint.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/schemas/public_models.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/_run_authority_mixin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.15.2 → synth_ai-0.15.3.dev0}/synth_ai/managed_research/sdk/namespaces/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|