synth-ai 0.18.2.dev600__tar.gz → 0.18.2.dev601__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.18.2.dev600/synth_ai.egg-info → synth_ai-0.18.2.dev601}/PKG-INFO +1 -1
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/pyproject.toml +1 -1
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/__init__.py +4 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/swarms.py +30 -2
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601/synth_ai.egg-info}/PKG-INFO +1 -1
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/LICENSE +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/MANIFEST.in +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/README.md +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/setup.cfg +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/README.md +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/__init__.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/__main__.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/cli/AGENTS.md +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/cli/README.md +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/cli/__init__.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/cli/__main__.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/cli/main.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/cli/research.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/cli/research_environments.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/cli/research_image_releases.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/cli/research_projects.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/client.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/core/README.md +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/core/__init__.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/core/auth/__init__.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/core/auth/credentials.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/core/contracts/__init__.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/core/contracts/json_value.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/core/contracts/pagination.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/core/errors.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/core/http/__init__.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/core/http/async_transport.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/core/http/request.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/core/http/retry.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/core/http/streaming.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/core/http/transport.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/core/research/__init__.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/core/utils/__init__.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/core/utils/env.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/core/utils/log_filter.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/core/utils/paths.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/core/utils/urls.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/README.md +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/__init__.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/__main__.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/objective_tools.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/registry.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/request_models.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/server.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/__init__.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/approvals.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/artifacts.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/datasets.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/environments.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/exports.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/factories.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/factory_results.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/files.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/image_releases.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/integrations.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/logs.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/models.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/outputs.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/policy_schemas.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/progress.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/project_data.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/projects.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/prs.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/readiness.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/repos.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/research_intern.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/resources.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/runs.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/trained_models.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/usage.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/visuals.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/workspace_inputs.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/py.typed +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/README.md +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/__init__.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/pagination.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/__init__.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/_internal/__init__.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/_internal/crypto.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/_internal/env.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/_internal/urls.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/account.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/advanced.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/advanced_factories.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/advanced_swarms.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/artifacts.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/auth.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/client.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/_activity_wire.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/_environment_wire.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/_transcript_wire.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/_wire.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/activity.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/activity_items.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/actor_images.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/billing.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/canonical_usage.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/checkpoints.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/cloud_deployment_claims.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/cloud_deployments.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/common.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/dataset_revisions.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/deliveries.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/dev_environment_evidence.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/economics.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/environment_manifest.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/environments.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/evidence.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/factories.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/factory_evidence.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/factory_lenses.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/factory_operations.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/factory_role_receipts.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/failure.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/image_releases.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/limit_evidence.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/local_execution_profile.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/operator_evidence.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/project.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/project_data.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/project_runtime.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/project_workspace.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/project_workspace_evidence.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/projects.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/promotions.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/research_intern.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/run_authority.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/run_control.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/run_diagnostics.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/run_events.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/run_execution.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/run_launch.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/run_observability.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/run_state.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/run_timeline.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/runtime_image.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/runtime_intent.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/runtime_stream.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/runtime_stream_snapshot.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/scientific_integrity.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_actor_models.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_actor_policy_data.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_agent_harnesses.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_agent_kinds.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_agent_models.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_branching.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_credential_providers.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_environment_kinds.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_evidence_obligations.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_funding_sources.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_horizons.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_host_kinds.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_inference_providers.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_network_topology.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_providers.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_resource_kinds.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_roles.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_run_policy.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_runbooks.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_runnable_project.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_runtime_kinds.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_tool_providers.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_work_modes.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/status.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/tag.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/traces.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/transcript.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/types.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/usage.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/visuals.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/wire_models.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/wire_models_README.md +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/work_products.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/workspaces.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/economics.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/efforts.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/environments.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/errors.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/events.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/experiments.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/facade.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/factories.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/factory_storage.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/image_releases.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/knowledge.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/models.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/operations.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/project_data.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/project_deliveries.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/project_workspaces.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/projects.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/public.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/readouts.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/research_intern.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/secrets.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/README.md +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/__init__.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/_base.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/_client_helpers.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/_run_authority_mixin.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/approvals.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/billing.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/client.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/cloud_deployments.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/config.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/cost.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/datasets.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/dev_environments.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/environments.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/exports.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/factories.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/factory_evidence.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/files.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/github.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/image_releases.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/images.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/logs.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/models.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/outputs.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/progress.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/project.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/projects.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/prs.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/readiness.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/repositories.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/runs.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/secrets.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/setup.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/tag.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/trained_models.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/transport.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/usage.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/work_products.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/workspace_inputs.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/swarms.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/traces.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/transport/__init__.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/transport/http.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/transport/pagination.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/version.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/visuals.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/wiki.py +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai.egg-info/SOURCES.txt +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai.egg-info/dependency_links.txt +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai.egg-info/entry_points.txt +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai.egg-info/requires.txt +0 -0
- {synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai.egg-info/top_level.txt +0 -0
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/__init__.py
RENAMED
|
@@ -389,6 +389,8 @@ from synth_ai.sdk.research.contracts.swarms import (
|
|
|
389
389
|
SwarmPreflight,
|
|
390
390
|
SwarmSpec,
|
|
391
391
|
SwarmState,
|
|
392
|
+
SwarmTerminalOutcome,
|
|
393
|
+
SwarmTerminalOutcomeMissingError,
|
|
392
394
|
ToolProvider,
|
|
393
395
|
WorkerRolePalette,
|
|
394
396
|
WorkMode,
|
|
@@ -861,6 +863,8 @@ __all__ = [
|
|
|
861
863
|
"SwarmPreflight",
|
|
862
864
|
"SwarmSpec",
|
|
863
865
|
"SwarmState",
|
|
866
|
+
"SwarmTerminalOutcome",
|
|
867
|
+
"SwarmTerminalOutcomeMissingError",
|
|
864
868
|
"SwarmEnvironment",
|
|
865
869
|
"SwarmUsage",
|
|
866
870
|
"TaskId",
|
|
@@ -316,6 +316,20 @@ class SwarmState(StrEnum):
|
|
|
316
316
|
}
|
|
317
317
|
|
|
318
318
|
|
|
319
|
+
class SwarmTerminalOutcome(StrEnum):
|
|
320
|
+
"""Proof-backed terminal result vocabulary owned by the SMR backend."""
|
|
321
|
+
|
|
322
|
+
SUCCEEDED = "succeeded"
|
|
323
|
+
FAILED = "failed"
|
|
324
|
+
PARTIAL = "partial"
|
|
325
|
+
STOPPED = "stopped"
|
|
326
|
+
CANCELED = "canceled"
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
class SwarmTerminalOutcomeMissingError(ValueError):
|
|
330
|
+
"""A terminal swarm was returned without its durable terminal outcome."""
|
|
331
|
+
|
|
332
|
+
|
|
319
333
|
class BranchMode(StrEnum):
|
|
320
334
|
EXACT = "exact"
|
|
321
335
|
WITH_MESSAGE = "with_message"
|
|
@@ -1252,7 +1266,7 @@ class Swarm:
|
|
|
1252
1266
|
effort_id: EffortId | None = None
|
|
1253
1267
|
started_at: datetime | None = None
|
|
1254
1268
|
finished_at: datetime | None = None
|
|
1255
|
-
terminal_outcome:
|
|
1269
|
+
terminal_outcome: SwarmTerminalOutcome | None = None
|
|
1256
1270
|
work_completed: bool = False
|
|
1257
1271
|
|
|
1258
1272
|
@classmethod
|
|
@@ -1260,6 +1274,7 @@ class Swarm:
|
|
|
1260
1274
|
payload = object_value(value, operation_id="swarm")
|
|
1261
1275
|
work_mode = optional_text(payload, "work_mode")
|
|
1262
1276
|
effort_id = optional_text(payload, "effort_id")
|
|
1277
|
+
terminal_outcome = optional_text(payload, "terminal_outcome")
|
|
1263
1278
|
return cls(
|
|
1264
1279
|
swarm_id=SwarmId(required_text(payload, "run_id")),
|
|
1265
1280
|
project_id=ProjectId(required_text(payload, "project_id")),
|
|
@@ -1273,10 +1288,23 @@ class Swarm:
|
|
|
1273
1288
|
effort_id=EffortId(effort_id) if effort_id is not None else None,
|
|
1274
1289
|
started_at=_optional_datetime(payload, "started_at"),
|
|
1275
1290
|
finished_at=_optional_datetime(payload, "finished_at"),
|
|
1276
|
-
terminal_outcome=
|
|
1291
|
+
terminal_outcome=(
|
|
1292
|
+
SwarmTerminalOutcome(terminal_outcome) if terminal_outcome is not None else None
|
|
1293
|
+
),
|
|
1277
1294
|
work_completed=optional_bool(payload, "work_completed"),
|
|
1278
1295
|
)
|
|
1279
1296
|
|
|
1297
|
+
def require_terminal_outcome(self) -> SwarmTerminalOutcome:
|
|
1298
|
+
"""Return the backend-authored durable outcome or fail explicitly."""
|
|
1299
|
+
|
|
1300
|
+
if self.terminal_outcome is not None:
|
|
1301
|
+
return self.terminal_outcome
|
|
1302
|
+
raise SwarmTerminalOutcomeMissingError(
|
|
1303
|
+
"terminal_outcome_missing:"
|
|
1304
|
+
f"run_id={self.swarm_id}:public_state={self.state.value}:"
|
|
1305
|
+
f"is_terminal={str(self.state.is_terminal).lower()}"
|
|
1306
|
+
)
|
|
1307
|
+
|
|
1280
1308
|
|
|
1281
1309
|
@dataclass(frozen=True, slots=True)
|
|
1282
1310
|
class ResolvedSwarmConfiguration:
|
|
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
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/environments.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/factory_results.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/image_releases.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/integrations.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/policy_schemas.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/project_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/research_intern.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/trained_models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/mcp/research/tools/workspace_inputs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/_internal/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/advanced_factories.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/_activity_wire.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/activity.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/activity_items.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/actor_images.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/billing.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/canonical_usage.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/checkpoints.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/deliveries.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/economics.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/environments.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/evidence.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/factories.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/factory_lenses.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/failure.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/image_releases.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/limit_evidence.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/project.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/project_data.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/project_runtime.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/projects.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/promotions.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/research_intern.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/run_authority.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/run_control.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/run_diagnostics.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/run_events.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/run_execution.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/run_launch.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/run_state.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/run_timeline.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/runtime_image.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/runtime_intent.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/runtime_stream.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_agent_kinds.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_branching.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_horizons.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_host_kinds.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_providers.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_roles.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_run_policy.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_runbooks.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/smr_work_modes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/transcript.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/visuals.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/wire_models.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/work_products.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/contracts/workspaces.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
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/project_deliveries.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/project_workspaces.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.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/_client_helpers.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/approvals.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/cloud_deployments.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/dev_environments.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/environments.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/factories.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/factory_evidence.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/image_releases.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.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/readiness.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/repositories.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/trained_models.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/transport.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/work_products.py
RENAMED
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/session/workspace_inputs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/transport/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.18.2.dev600 → synth_ai-0.18.2.dev601}/synth_ai/sdk/research/transport/pagination.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
|