LICENSE
NOTICE.md
README.md
pyproject.toml
src/synapse_channel/__init__.py
src/synapse_channel/a2a.py
src/synapse_channel/a2a_events.py
src/synapse_channel/a2a_http.py
src/synapse_channel/a2a_push.py
src/synapse_channel/a2a_server.py
src/synapse_channel/a2a_store.py
src/synapse_channel/a2a_validation.py
src/synapse_channel/ack.py
src/synapse_channel/adapters.py
src/synapse_channel/agent_tmux.py
src/synapse_channel/cli.py
src/synapse_channel/cli_a2a.py
src/synapse_channel/cli_a2a_card.py
src/synapse_channel/cli_a2a_parsers.py
src/synapse_channel/cli_a2a_serve.py
src/synapse_channel/cli_a2a_types.py
src/synapse_channel/cli_accounting.py
src/synapse_channel/cli_acl_shadow.py
src/synapse_channel/cli_adapters.py
src/synapse_channel/cli_adaptive_ttl.py
src/synapse_channel/cli_agent_tmux.py
src/synapse_channel/cli_approvals.py
src/synapse_channel/cli_arm.py
src/synapse_channel/cli_benchmark.py
src/synapse_channel/cli_causality.py
src/synapse_channel/cli_channels.py
src/synapse_channel/cli_codex_tmux.py
src/synapse_channel/cli_commands_overview.py
src/synapse_channel/cli_completions.py
src/synapse_channel/cli_cross_repo.py
src/synapse_channel/cli_dashboard.py
src/synapse_channel/cli_demo.py
src/synapse_channel/cli_directory.py
src/synapse_channel/cli_doctor.py
src/synapse_channel/cli_encrypt_key.py
src/synapse_channel/cli_event_query.py
src/synapse_channel/cli_federation.py
src/synapse_channel/cli_fleet_init.py
src/synapse_channel/cli_git.py
src/synapse_channel/cli_identity.py
src/synapse_channel/cli_locking.py
src/synapse_channel/cli_mcp.py
src/synapse_channel/cli_mcp_call.py
src/synapse_channel/cli_memory_projection.py
src/synapse_channel/cli_merkle.py
src/synapse_channel/cli_messaging.py
src/synapse_channel/cli_messaging_listen.py
src/synapse_channel/cli_messaging_parsers.py
src/synapse_channel/cli_messaging_send.py
src/synapse_channel/cli_messaging_types.py
src/synapse_channel/cli_messaging_wait.py
src/synapse_channel/cli_multihub.py
src/synapse_channel/cli_new.py
src/synapse_channel/cli_participants.py
src/synapse_channel/cli_participants_costs.py
src/synapse_channel/cli_participants_deliberate.py
src/synapse_channel/cli_policy_check.py
src/synapse_channel/cli_postmortem.py
src/synapse_channel/cli_processes.py
src/synapse_channel/cli_processes_hub.py
src/synapse_channel/cli_processes_parsers.py
src/synapse_channel/cli_processes_runtime.py
src/synapse_channel/cli_processes_supervisor.py
src/synapse_channel/cli_processes_team.py
src/synapse_channel/cli_processes_worker.py
src/synapse_channel/cli_queries.py
src/synapse_channel/cli_query_commands.py
src/synapse_channel/cli_query_parsers.py
src/synapse_channel/cli_query_rendering.py
src/synapse_channel/cli_query_transport.py
src/synapse_channel/cli_quickstart_coding.py
src/synapse_channel/cli_reliability.py
src/synapse_channel/cli_replay.py
src/synapse_channel/cli_resource_bidding.py
src/synapse_channel/cli_sandbox.py
src/synapse_channel/cli_semantic_routing.py
src/synapse_channel/cli_services.py
src/synapse_channel/cli_shell.py
src/synapse_channel/cli_status.py
src/synapse_channel/cli_streams.py
src/synapse_channel/cli_tasks.py
src/synapse_channel/cli_trust_graph.py
src/synapse_channel/cli_verify_release.py
src/synapse_channel/cli_workflow.py
src/synapse_channel/codex_tmux.py
src/synapse_channel/coding_fleet.py
src/synapse_channel/coding_fleet_template.py
src/synapse_channel/commit.py
src/synapse_channel/connect_failures.py
src/synapse_channel/dashboard.py
src/synapse_channel/dashboard_cockpit.py
src/synapse_channel/dashboard_fleet.py
src/synapse_channel/dashboard_risk.py
src/synapse_channel/dashboard_store_feeds.py
src/synapse_channel/dashboard_studio.py
src/synapse_channel/dashboard_studio_command.py
src/synapse_channel/dashboard_task_graph.py
src/synapse_channel/demo.py
src/synapse_channel/ergonomics.py
src/synapse_channel/locks.py
src/synapse_channel/ops_redeploy.py
src/synapse_channel/otel_export.py
src/synapse_channel/py.typed
src/synapse_channel/quickstart_coding.py
src/synapse_channel/reap.py
src/synapse_channel/relay.py
src/synapse_channel/service_setup.py
src/synapse_channel/shell_integration.py
src/synapse_channel/studio_snapshot.py
src/synapse_channel/surface_taxonomy.py
src/synapse_channel/update_check.py
src/synapse_channel/waiter_identity.py
src/synapse_channel/worker_session.py
src/synapse_channel.egg-info/PKG-INFO
src/synapse_channel.egg-info/SOURCES.txt
src/synapse_channel.egg-info/dependency_links.txt
src/synapse_channel.egg-info/entry_points.txt
src/synapse_channel.egg-info/requires.txt
src/synapse_channel.egg-info/top_level.txt
src/synapse_channel/benchmark/__init__.py
src/synapse_channel/benchmark/comparison.py
src/synapse_channel/benchmark/drift.py
src/synapse_channel/benchmark/probes.py
src/synapse_channel/benchmark/scorecard.py
src/synapse_channel/benchmark/trend.py
src/synapse_channel/client/__init__.py
src/synapse_channel/client/agent.py
src/synapse_channel/client/agent_dispatch.py
src/synapse_channel/client/agent_lifecycle.py
src/synapse_channel/client/agent_outbound.py
src/synapse_channel/client/agent_outbound_base.py
src/synapse_channel/client/agent_outbound_capability.py
src/synapse_channel/client/agent_outbound_ledger.py
src/synapse_channel/client/agent_outbound_memory.py
src/synapse_channel/client/agent_outbound_stream.py
src/synapse_channel/client/agent_outbound_tasks.py
src/synapse_channel/client/agent_outbound_types.py
src/synapse_channel/client/agent_queries.py
src/synapse_channel/client/chat_backends.py
src/synapse_channel/client/diagnostics.py
src/synapse_channel/client/launcher.py
src/synapse_channel/client/llm_worker.py
src/synapse_channel/client/routing.py
src/synapse_channel/client/supervisor.py
src/synapse_channel/core/__init__.py
src/synapse_channel/core/accounting.py
src/synapse_channel/core/acl.py
src/synapse_channel/core/acl_enforcement.py
src/synapse_channel/core/adaptive_ttl.py
src/synapse_channel/core/approvals.py
src/synapse_channel/core/archive_report.py
src/synapse_channel/core/at_rest.py
src/synapse_channel/core/auth.py
src/synapse_channel/core/capability.py
src/synapse_channel/core/capability_contracts.py
src/synapse_channel/core/capability_directory.py
src/synapse_channel/core/capability_observations.py
src/synapse_channel/core/causality.py
src/synapse_channel/core/causality_federation.py
src/synapse_channel/core/causality_health.py
src/synapse_channel/core/causality_otel.py
src/synapse_channel/core/channels.py
src/synapse_channel/core/compaction.py
src/synapse_channel/core/cross_repo_graph.py
src/synapse_channel/core/deadlock.py
src/synapse_channel/core/emit_gate.py
src/synapse_channel/core/event_query.py
src/synapse_channel/core/federation.py
src/synapse_channel/core/federation_fetch.py
src/synapse_channel/core/federation_store.py
src/synapse_channel/core/federation_wire.py
src/synapse_channel/core/finding.py
src/synapse_channel/core/finding_coercion.py
src/synapse_channel/core/finding_records.py
src/synapse_channel/core/finding_schema.py
src/synapse_channel/core/hub.py
src/synapse_channel/core/hub_broadcast.py
src/synapse_channel/core/hub_clients.py
src/synapse_channel/core/hub_config.py
src/synapse_channel/core/hub_exposure.py
src/synapse_channel/core/hub_federation_gate.py
src/synapse_channel/core/hub_http.py
src/synapse_channel/core/hub_ledger_guard.py
src/synapse_channel/core/hub_relay.py
src/synapse_channel/core/idempotency.py
src/synapse_channel/core/identity.py
src/synapse_channel/core/journal.py
src/synapse_channel/core/ledger.py
src/synapse_channel/core/lifecycle.py
src/synapse_channel/core/logging_setup.py
src/synapse_channel/core/mcp_outbound.py
src/synapse_channel/core/memory_projection.py
src/synapse_channel/core/merkle.py
src/synapse_channel/core/message_auth.py
src/synapse_channel/core/metrics.py
src/synapse_channel/core/multihub_claim_transport.py
src/synapse_channel/core/multihub_claim_wire.py
src/synapse_channel/core/multihub_federation.py
src/synapse_channel/core/multihub_fold.py
src/synapse_channel/core/multihub_follower.py
src/synapse_channel/core/multihub_merge.py
src/synapse_channel/core/multihub_serving.py
src/synapse_channel/core/multihub_transport.py
src/synapse_channel/core/multihub_watch.py
src/synapse_channel/core/multihub_wire.py
src/synapse_channel/core/namespace_ownership.py
src/synapse_channel/core/paranoid.py
src/synapse_channel/core/payload_crypto.py
src/synapse_channel/core/persistence.py
src/synapse_channel/core/policy_engine.py
src/synapse_channel/core/policy_rules.py
src/synapse_channel/core/postmortem.py
src/synapse_channel/core/protocol.py
src/synapse_channel/core/ratelimit.py
src/synapse_channel/core/receipt_signing.py
src/synapse_channel/core/receipts.py
src/synapse_channel/core/release_verification.py
src/synapse_channel/core/reliability.py
src/synapse_channel/core/replay.py
src/synapse_channel/core/repo_manifests.py
src/synapse_channel/core/reproduce.py
src/synapse_channel/core/resource_bidding.py
src/synapse_channel/core/sandbox_policy.py
src/synapse_channel/core/sandbox_receipt.py
src/synapse_channel/core/scoping.py
src/synapse_channel/core/semantic_routing.py
src/synapse_channel/core/stall.py
src/synapse_channel/core/state.py
src/synapse_channel/core/state_leases.py
src/synapse_channel/core/state_models.py
src/synapse_channel/core/state_resources.py
src/synapse_channel/core/state_scopes.py
src/synapse_channel/core/streaming.py
src/synapse_channel/core/tls.py
src/synapse_channel/core/trust_graph.py
src/synapse_channel/core/version_constraints.py
src/synapse_channel/core/version_resolution.py
src/synapse_channel/core/wasm_sandbox.py
src/synapse_channel/core/workflow.py
src/synapse_channel/core/workflow_driver.py
src/synapse_channel/core/workflow_run.py
src/synapse_channel/core/yield_advice.py
src/synapse_channel/core/handlers/__init__.py
src/synapse_channel/core/handlers/channels.py
src/synapse_channel/core/handlers/federation_offer.py
src/synapse_channel/core/handlers/leasing.py
src/synapse_channel/core/handlers/memory.py
src/synapse_channel/core/handlers/messaging.py
src/synapse_channel/core/handlers/multihub.py
src/synapse_channel/core/handlers/multihub_claim.py
src/synapse_channel/core/handlers/offerings.py
src/synapse_channel/core/handlers/planning.py
src/synapse_channel/core/handlers/snapshots.py
src/synapse_channel/dashboard_assets/cockpit.css
src/synapse_channel/dashboard_assets/cockpit.js
src/synapse_channel/dashboard_assets/studio.css
src/synapse_channel/git/__init__.py
src/synapse_channel/git/generated_dependency_claims.py
src/synapse_channel/git/gitclaim.py
src/synapse_channel/git/gitconflict.py
src/synapse_channel/git/githook.py
src/synapse_channel/git/gitinit.py
src/synapse_channel/git/semantic_claims.py
src/synapse_channel/git/test_ownership_map.py
src/synapse_channel/mcp/__init__.py
src/synapse_channel/mcp/bridge.py
src/synapse_channel/mcp/registration.py
src/synapse_channel/mcp/resource_views.py
src/synapse_channel/mcp/server.py
src/synapse_channel/mcp/stdio.py
src/synapse_channel/participants/__init__.py
src/synapse_channel/participants/api_ollama.py
src/synapse_channel/participants/auto_action.py
src/synapse_channel/participants/bus_relay.py
src/synapse_channel/participants/channel_select.py
src/synapse_channel/participants/codex_stream.py
src/synapse_channel/participants/continuity.py
src/synapse_channel/participants/convene.py
src/synapse_channel/participants/conversation.py
src/synapse_channel/participants/envelope.py
src/synapse_channel/participants/exchange.py
src/synapse_channel/participants/grok_stream.py
src/synapse_channel/participants/headless_claude.py
src/synapse_channel/participants/headless_codex.py
src/synapse_channel/participants/headless_grok.py
src/synapse_channel/participants/headless_kimi.py
src/synapse_channel/participants/headless_ollama.py
src/synapse_channel/participants/kimi_stream.py
src/synapse_channel/participants/mcp_participant.py
src/synapse_channel/participants/modes.py
src/synapse_channel/participants/ollama_api_output.py
src/synapse_channel/participants/ollama_output.py
src/synapse_channel/participants/orchestration.py
src/synapse_channel/participants/participant.py
src/synapse_channel/participants/peer_boundary.py
src/synapse_channel/participants/provider_route.py
src/synapse_channel/participants/pty_participant.py
src/synapse_channel/participants/session_advisor.py
src/synapse_channel/participants/session_metric_emit.py
src/synapse_channel/participants/session_metric_note.py
src/synapse_channel/participants/session_metric_report.py
src/synapse_channel/participants/session_telemetry.py
src/synapse_channel/participants/stream_json.py
src/synapse_channel/participants/turn_relay.py
src/synapse_channel/participants/turn_responder.py
src/synapse_channel/participants/usage_emit.py
tests/test_a2a.py
tests/test_a2a_concurrency.py
tests/test_a2a_events.py
tests/test_a2a_load_soak.py
tests/test_a2a_module_coverage_ratchet.py
tests/test_a2a_security.py
tests/test_a2a_server_correlation.py
tests/test_a2a_server_edges.py
tests/test_a2a_server_jsonrpc_validation.py
tests/test_a2a_server_lifecycle.py
tests/test_a2a_server_push.py
tests/test_a2a_server_routes.py
tests/test_a2a_store.py
tests/test_a2a_store_persistence.py
tests/test_a2a_validation.py
tests/test_a2a_validation_receipts_docs.py
tests/test_accounting.py
tests/test_ack.py
tests/test_acl.py
tests/test_acl_enforcement.py
tests/test_adapters.py
tests/test_adaptive_ttl.py
tests/test_agent_air_traffic_control_design_docs.py
tests/test_agent_outbound_stream.py
tests/test_agent_tmux.py
tests/test_agent_trust_graph_design_docs.py
tests/test_approvals.py
tests/test_archive_report.py
tests/test_at_rest.py
tests/test_at_rest_encryption_design_docs.py
tests/test_auth.py
tests/test_benchmark.py
tests/test_benchmark_comparison.py
tests/test_benchmark_drift.py
tests/test_benchmark_probes.py
tests/test_benchmark_scorecard.py
tests/test_benchmark_trend.py
tests/test_capability.py
tests/test_capability_contracts.py
tests/test_capability_directory.py
tests/test_capability_manifest.py
tests/test_capability_observations.py
tests/test_causality.py
tests/test_causality_federation.py
tests/test_causality_health.py
tests/test_causality_otel.py
tests/test_channels.py
tests/test_chat_backends.py
tests/test_check_version_sync.py
tests/test_cli.py
tests/test_cli_a2a.py
tests/test_cli_a2a_refactor_structure.py
tests/test_cli_accounting.py
tests/test_cli_adapters.py
tests/test_cli_adaptive_ttl.py
tests/test_cli_agent_tmux.py
tests/test_cli_approvals.py
tests/test_cli_benchmark.py
tests/test_cli_causality.py
tests/test_cli_channels.py
tests/test_cli_codex_tmux.py
tests/test_cli_commands_overview.py
tests/test_cli_completions.py
tests/test_cli_cross_repo.py
tests/test_cli_dashboard.py
tests/test_cli_directory.py
tests/test_cli_doctor.py
tests/test_cli_e2e_adapter.py
tests/test_cli_e2e_agent_tmux.py
tests/test_cli_e2e_analysis.py
tests/test_cli_e2e_approval.py
tests/test_cli_e2e_dashboard.py
tests/test_cli_e2e_experimental.py
tests/test_cli_e2e_governance.py
tests/test_cli_e2e_hub_selection.py
tests/test_cli_e2e_integration.py
tests/test_cli_e2e_journey.py
tests/test_cli_e2e_mcp.py
tests/test_cli_e2e_quickstart_code.py
tests/test_cli_e2e_release.py
tests/test_cli_e2e_supervisor.py
tests/test_cli_e2e_team.py
tests/test_cli_e2e_worker.py
tests/test_cli_e2e_worker_session.py
tests/test_cli_encrypt_key.py
tests/test_cli_event_query.py
tests/test_cli_federation.py
tests/test_cli_fleet_init.py
tests/test_cli_git.py
tests/test_cli_identity_acl.py
tests/test_cli_locking_lock.py
tests/test_cli_locking_release.py
tests/test_cli_mcp.py
tests/test_cli_mcp_call.py
tests/test_cli_memory_projection.py
tests/test_cli_merkle.py
tests/test_cli_messaging_arm.py
tests/test_cli_messaging_listen.py
tests/test_cli_messaging_parser.py
tests/test_cli_messaging_refactor_structure.py
tests/test_cli_messaging_send.py
tests/test_cli_messaging_wait.py
tests/test_cli_multihub.py
tests/test_cli_participants.py
tests/test_cli_participants_costs.py
tests/test_cli_participants_deliberate.py
tests/test_cli_policy_check.py
tests/test_cli_postmortem.py
tests/test_cli_processes_dispatch.py
tests/test_cli_processes_hub.py
tests/test_cli_processes_parser.py
tests/test_cli_processes_refactor_structure.py
tests/test_cli_processes_team_supervisor.py
tests/test_cli_processes_worker.py
tests/test_cli_queries_board.py
tests/test_cli_queries_health.py
tests/test_cli_queries_manifest.py
tests/test_cli_queries_parser.py
tests/test_cli_queries_refactor_structure.py
tests/test_cli_queries_state.py
tests/test_cli_queries_who.py
tests/test_cli_registration_units.py
tests/test_cli_reliability.py
tests/test_cli_replay.py
tests/test_cli_resource_bidding.py
tests/test_cli_sandbox.py
tests/test_cli_semantic_routing.py
tests/test_cli_status.py
tests/test_cli_streams_compact.py
tests/test_cli_streams_ingest.py
tests/test_cli_streams_relay.py
tests/test_cli_tasks.py
tests/test_cli_trust_graph.py
tests/test_cli_verify_release.py
tests/test_cli_workflow.py
tests/test_client_ledger_envelopes.py
tests/test_client_lifecycle.py
tests/test_client_outbound_refactor_structure.py
tests/test_client_per_message_auth.py
tests/test_client_refactor_structure.py
tests/test_client_registration.py
tests/test_client_runtime.py
tests/test_client_send_envelopes.py
tests/test_client_task_envelopes.py
tests/test_codex_tmux.py
tests/test_coding_fleet_benchmark.py
tests/test_coding_fleet_template.py
tests/test_commercial_claim_hygiene.py
tests/test_commit.py
tests/test_compaction.py
tests/test_connect_failures.py
tests/test_container_compose.py
tests/test_cross_agent_adapter_kits_design_docs.py
tests/test_cross_repo_graph.py
tests/test_dashboard_cockpit.py
tests/test_dashboard_fleet.py
tests/test_dashboard_risk.py
tests/test_dashboard_store_feeds.py
tests/test_dashboard_studio.py
tests/test_dashboard_studio_command.py
tests/test_dashboard_task_graph.py
tests/test_deadlock.py
tests/test_dependency_tooling_audit.py
tests/test_dev_dependency_drift.py
tests/test_diagnostics.py
tests/test_differential_privacy_blackboard_design_docs.py
tests/test_e2ee_channels_design_docs.py
tests/test_e2ee_channels_runtime.py
tests/test_emit_gate.py
tests/test_ergonomics.py
tests/test_event_query.py
tests/test_event_query_scaling.py
tests/test_examples.py
tests/test_federated_trust_model_design_docs.py
tests/test_federation.py
tests/test_federation_fetch.py
tests/test_federation_store.py
tests/test_federation_wire.py
tests/test_finding.py
tests/test_finding_refactor_structure.py
tests/test_first_60_second_experience.py
tests/test_fuzz_protocol_decode.py
tests/test_generated_dependency_claims.py
tests/test_gitclaim_resolution.py
tests/test_gitclaim_runner.py
tests/test_gitclaim_runtime.py
tests/test_gitclaim_semantic_ux.py
tests/test_gitconflict.py
tests/test_githook_changed_files.py
tests/test_githook_install.py
tests/test_githook_paths.py
tests/test_githook_release.py
tests/test_gitinit.py
tests/test_go_client_docs.py
tests/test_hub_acl_enforcement.py
tests/test_hub_board.py
tests/test_hub_broadcast.py
tests/test_hub_channels.py
tests/test_hub_claim_forwarding.py
tests/test_hub_claim_ownership.py
tests/test_hub_claims.py
tests/test_hub_clients.py
tests/test_hub_config.py
tests/test_hub_core_chat.py
tests/test_hub_core_claims.py
tests/test_hub_core_config.py
tests/test_hub_core_lifecycle.py
tests/test_hub_core_registration.py
tests/test_hub_core_resources.py
tests/test_hub_core_snapshots.py
tests/test_hub_federation_frame_path.py
tests/test_hub_federation_gate.py
tests/test_hub_federation_offer.py
tests/test_hub_ledger_guard.py
tests/test_hub_multihub_claim.py
tests/test_hub_multihub_serving.py
tests/test_hub_per_message_auth.py
tests/test_hub_persistence.py
tests/test_hub_relay.py
tests/test_hub_relay_handoff.py
tests/test_hub_runtime_http.py
tests/test_hub_security.py
tests/test_hub_tls.py
tests/test_idempotency.py
tests/test_identity.py
tests/test_identity_acl_design_docs.py
tests/test_import_merge_risk.py
tests/test_integration.py
tests/test_integration_demo_matrix_docs.py
tests/test_interop_positioning_docs.py
tests/test_journal.py
tests/test_launcher.py
tests/test_ledger.py
tests/test_lifecycle.py
tests/test_llm_worker.py
tests/test_locks.py
tests/test_logging_setup.py
tests/test_managed_github_app_design_docs.py
tests/test_mcp_outbound.py
tests/test_mcp_refactor_structure.py
tests/test_mcp_resource_templates.py
tests/test_mcp_server_bridge.py
tests/test_mcp_server_build.py
tests/test_mcp_server_mutations.py
tests/test_mcp_server_queries.py
tests/test_mcp_server_stdio.py
tests/test_mcp_surface_audit.py
tests/test_memory.py
tests/test_memory_projection.py
tests/test_merkle.py
tests/test_message_auth.py
tests/test_metrics.py
tests/test_multi_hub_sync_design_docs.py
tests/test_multihub_claim_transport.py
tests/test_multihub_claim_wire.py
tests/test_multihub_federation.py
tests/test_multihub_fold.py
tests/test_multihub_follower.py
tests/test_multihub_merge.py
tests/test_multihub_serving.py
tests/test_multihub_transport.py
tests/test_multihub_watch.py
tests/test_multihub_wire.py
tests/test_namespace_ownership.py
tests/test_ops_redeploy.py
tests/test_otel_export.py
tests/test_paranoid_mode_design_docs.py
tests/test_paranoid_mode_runtime.py
tests/test_paranoid_policy.py
tests/test_participant_api_ollama.py
tests/test_participant_api_ollama_smoke.py
tests/test_participant_auto_action.py
tests/test_participant_bus_relay.py
tests/test_participant_channel_select.py
tests/test_participant_codex_smoke.py
tests/test_participant_codex_stream.py
tests/test_participant_continuity.py
tests/test_participant_convene.py
tests/test_participant_conversation.py
tests/test_participant_envelope.py
tests/test_participant_exchange.py
tests/test_participant_grok_smoke.py
tests/test_participant_grok_stream.py
tests/test_participant_headless_claude.py
tests/test_participant_headless_codex.py
tests/test_participant_headless_grok.py
tests/test_participant_headless_kimi.py
tests/test_participant_headless_ollama.py
tests/test_participant_headless_smoke.py
tests/test_participant_kimi_smoke.py
tests/test_participant_kimi_stream.py
tests/test_participant_mcp.py
tests/test_participant_mixed_smoke.py
tests/test_participant_modes.py
tests/test_participant_ollama_api_output.py
tests/test_participant_ollama_output.py
tests/test_participant_ollama_smoke.py
tests/test_participant_orchestration.py
tests/test_participant_peer_boundary.py
tests/test_participant_provider_route.py
tests/test_participant_pty.py
tests/test_participant_session_advisor.py
tests/test_participant_session_metric_emit.py
tests/test_participant_session_metric_note.py
tests/test_participant_session_metric_report.py
tests/test_participant_session_telemetry.py
tests/test_participant_stream_json.py
tests/test_participant_turn_relay.py
tests/test_participant_turn_responder.py
tests/test_participant_usage_emit.py
tests/test_payload_crypto.py
tests/test_per_message_authentication_design_docs.py
tests/test_persistence.py
tests/test_policy_check_action.py
tests/test_policy_engine.py
tests/test_policy_engine_design_docs.py
tests/test_postmortem.py
tests/test_private_channel_runtime.py
tests/test_private_channels_design_docs.py
tests/test_protocol.py
tests/test_public_api.py
tests/test_pypi_downloads.py
tests/test_quickstart_coding.py
tests/test_ratelimit.py
tests/test_reap.py
tests/test_receipt_signing.py
tests/test_relay_codec.py
tests/test_relay_jsonl.py
tests/test_relay_normalize.py
tests/test_relay_offsets.py
tests/test_relay_trim.py
tests/test_release_claim_hygiene.py
tests/test_release_receipts.py
tests/test_release_verification.py
tests/test_release_verification_hardening.py
tests/test_reliability.py
tests/test_replay.py
tests/test_repo_manifests.py
tests/test_reproduce.py
tests/test_resource_bidding.py
tests/test_routing.py
tests/test_sandbox_policy.py
tests/test_sandboxed_tools_and_marketplace_design_docs.py
tests/test_scoping.py
tests/test_security_docs_accuracy.py
tests/test_semantic_claims.py
tests/test_semantic_routing.py
tests/test_service_setup.py
tests/test_shell_integration.py
tests/test_signed_capability_cards_design_docs.py
tests/test_signed_events_mtls_design_docs.py
tests/test_stall_detection.py
tests/test_state_claims.py
tests/test_state_indexing_refactor.py
tests/test_state_lifecycle_handoff.py
tests/test_state_models.py
tests/test_state_properties.py
tests/test_state_quotas_leases.py
tests/test_state_resources_snapshot.py
tests/test_state_scope_epoch.py
tests/test_streaming.py
tests/test_streaming_docs.py
tests/test_studio_docs.py
tests/test_studio_snapshot.py
tests/test_supervisor.py
tests/test_surface_taxonomy.py
tests/test_sustained_write_benchmark.py
tests/test_test_ownership_map.py
tests/test_trial_path_docs.py
tests/test_trust_graph.py
tests/test_update_check.py
tests/test_version_constraints.py
tests/test_version_resolution.py
tests/test_waiter_identity.py
tests/test_wasm_sandbox_config.py
tests/test_wasm_sandbox_exec.py
tests/test_wasm_sandbox_getting_started_docs.py
tests/test_worker_session.py
tests/test_workflow.py
tests/test_workflow_driver.py
tests/test_workflow_run.py
tests/test_workflows_docs.py
tests/test_yield_advice.py