LICENSE
MANIFEST.in
README.md
pyproject.toml
src/requirements.txt
src/rtxclaw.egg-info/PKG-INFO
src/rtxclaw.egg-info/SOURCES.txt
src/rtxclaw.egg-info/dependency_links.txt
src/rtxclaw.egg-info/entry_points.txt
src/rtxclaw.egg-info/requires.txt
src/rtxclaw.egg-info/top_level.txt
src/rtxclaw_acp/__init__.py
src/rtxclaw_acp/client/__init__.py
src/rtxclaw_acp/client/client.py
src/rtxclaw_acp/client/handlers.py
src/rtxclaw_acp/client/http_spawn.py
src/rtxclaw_acp/client/spawn.py
src/rtxclaw_acp/client/ws_spawn.py
src/rtxclaw_acp/protocol/__init__.py
src/rtxclaw_acp/protocol/http.py
src/rtxclaw_acp/protocol/jsonrpc.py
src/rtxclaw_acp/protocol/schema.py
src/rtxclaw_acp/protocol/transport.py
src/rtxclaw_acp/protocol/ws.py
src/rtxclaw_acp/server/__init__.py
src/rtxclaw_acp/server/backend.py
src/rtxclaw_acp/server/http_server.py
src/rtxclaw_acp/server/server.py
src/rtxclaw_acp/server/spawn.py
src/rtxclaw_acp/server/ws_server.py
src/rtxclaw_agent/__init__.py
src/rtxclaw_agent/__main__.py
src/rtxclaw_agent/acp_bridge.py
src/rtxclaw_agent/acp_stdio_main.py
src/rtxclaw_agent/agent_cli.py
src/rtxclaw_agent/cli.py
src/rtxclaw_agent/config.py
src/rtxclaw_agent/control_endpoint.py
src/rtxclaw_agent/doctor.py
src/rtxclaw_agent/gateway.py
src/rtxclaw_agent/gateway_cli.py
src/rtxclaw_agent/gitea_issues.py
src/rtxclaw_agent/heartbeat.py
src/rtxclaw_agent/kanban_cli.py
src/rtxclaw_agent/kanban_worker.py
src/rtxclaw_agent/migrate_layout.py
src/rtxclaw_agent/openai_endpoint.py
src/rtxclaw_agent/py.typed
src/rtxclaw_agent/remote_backend.py
src/rtxclaw_agent/runtime.py
src/rtxclaw_agent/self_improver_cli.py
src/rtxclaw_agent/self_improver_fix.py
src/rtxclaw_agent/self_improver_incident.py
src/rtxclaw_agent/self_improver_install.py
src/rtxclaw_agent/self_improver_ledger.py
src/rtxclaw_agent/self_improver_meta.py
src/rtxclaw_agent/self_improver_replay.py
src/rtxclaw_agent/self_improver_session.py
src/rtxclaw_agent/self_improver_status.py
src/rtxclaw_agent/self_improver_supervisor.py
src/rtxclaw_agent/self_improver_triage.py
src/rtxclaw_agent/session_live.py
src/rtxclaw_agent/web_cli.py
src/rtxclaw_agent/worker.py
src/rtxclaw_core/__init__.py
src/rtxclaw_core/agent.py
src/rtxclaw_core/agent_profiles.py
src/rtxclaw_core/backpressure.py
src/rtxclaw_core/command_runtime.py
src/rtxclaw_core/commands.py
src/rtxclaw_core/config.py
src/rtxclaw_core/context.py
src/rtxclaw_core/context_report.py
src/rtxclaw_core/cwdutil.py
src/rtxclaw_core/delegation_patterns.py
src/rtxclaw_core/delivery.py
src/rtxclaw_core/errors.py
src/rtxclaw_core/event_bus.py
src/rtxclaw_core/file_commands.py
src/rtxclaw_core/goal_registry.py
src/rtxclaw_core/goal_service.py
src/rtxclaw_core/goal_supervisor.py
src/rtxclaw_core/hooks.py
src/rtxclaw_core/injection_guard.py
src/rtxclaw_core/json_repair.py
src/rtxclaw_core/jsonlog.py
src/rtxclaw_core/kanban_db.py
src/rtxclaw_core/kanban_recovery.py
src/rtxclaw_core/kanban_scheduler.py
src/rtxclaw_core/layout.py
src/rtxclaw_core/local_gpu.py
src/rtxclaw_core/metrics_format.py
src/rtxclaw_core/models.py
src/rtxclaw_core/orchestrator.py
src/rtxclaw_core/plan_steps.py
src/rtxclaw_core/plugins.py
src/rtxclaw_core/provider_presets.py
src/rtxclaw_core/providers.py
src/rtxclaw_core/provision_worker.py
src/rtxclaw_core/restart.py
src/rtxclaw_core/sandbox_broker.py
src/rtxclaw_core/secrets_scrubber.py
src/rtxclaw_core/services.py
src/rtxclaw_core/session.py
src/rtxclaw_core/session_index.py
src/rtxclaw_core/session_reader.py
src/rtxclaw_core/session_title.py
src/rtxclaw_core/session_writer.py
src/rtxclaw_core/skill_index.py
src/rtxclaw_core/skills.py
src/rtxclaw_core/splitter.py
src/rtxclaw_core/sqlite_facts.py
src/rtxclaw_core/subagent_policy.py
src/rtxclaw_core/system_prompt.py
src/rtxclaw_core/teacher_supervisor.py
src/rtxclaw_core/tool_runner.py
src/rtxclaw_core/turn_runtime.py
src/rtxclaw_core/agents/__init__.py
src/rtxclaw_core/agents/acp_engine.py
src/rtxclaw_core/agents/acp_translation.py
src/rtxclaw_core/agents/agent.py
src/rtxclaw_core/agents/antigravity_engine.py
src/rtxclaw_core/agents/async_delegate_runner.py
src/rtxclaw_core/agents/async_jobs.py
src/rtxclaw_core/agents/claude_engine.py
src/rtxclaw_core/agents/codex_engine.py
src/rtxclaw_core/agents/cursor_acp_engine.py
src/rtxclaw_core/agents/default_scaffolds.py
src/rtxclaw_core/agents/delegate_shims.py
src/rtxclaw_core/agents/engine.py
src/rtxclaw_core/agents/engine_pidfile.py
src/rtxclaw_core/agents/external_cli.py
src/rtxclaw_core/agents/factory.py
src/rtxclaw_core/agents/gateway_shim.py
src/rtxclaw_core/agents/local_llm.py
src/rtxclaw_core/agents/model_discovery.py
src/rtxclaw_core/agents/opencode_acp_engine.py
src/rtxclaw_core/agents/permissions_integration.py
src/rtxclaw_core/agents/session_log.py
src/rtxclaw_core/builtin_commands/__init__.py
src/rtxclaw_core/builtin_commands/goal.md
src/rtxclaw_core/builtin_skills/__init__.py
src/rtxclaw_core/builtin_skills/config-setup/SKILL.md
src/rtxclaw_core/builtin_skills/delegate-strategy/SKILL.md
src/rtxclaw_core/builtin_skills/delegation-patterns/SKILL.md
src/rtxclaw_core/builtin_skills/nodriver-browser/SKILL.md
src/rtxclaw_core/builtin_skills/nodriver-browser/bootstrap.sh
src/rtxclaw_core/builtin_skills/nodriver-browser/browser
src/rtxclaw_core/builtin_skills/nodriver-browser/scripts/browser.py
src/rtxclaw_core/builtin_skills/nodriver-browser/scripts/requirements.txt
src/rtxclaw_core/builtin_skills/sglang-install/SKILL.md
src/rtxclaw_core/builtin_skills/telegram-render-verify/SKILL.md
src/rtxclaw_core/builtin_skills/telegram-render-verify/drive.py
src/rtxclaw_core/builtin_skills/telegram-render-verify/spawn_test_bot.sh
src/rtxclaw_core/builtin_skills/vast-ai-rent/SKILL.md
src/rtxclaw_core/builtin_skills/vllm-install/SKILL.md
src/rtxclaw_core/coder_gate/__init__.py
src/rtxclaw_core/coder_gate/artifact_store.py
src/rtxclaw_core/coder_gate/blast_radius.py
src/rtxclaw_core/coder_gate/coder_review.py
src/rtxclaw_core/coder_gate/evidence.py
src/rtxclaw_core/coder_gate/gate.py
src/rtxclaw_core/coder_gate/models.py
src/rtxclaw_core/coder_gate/policy.py
src/rtxclaw_core/coder_gate/requirement_challenge.py
src/rtxclaw_core/coder_gate/requirement_retriever.py
src/rtxclaw_core/coder_gate/retry.py
src/rtxclaw_core/coder_gate/set_goal.py
src/rtxclaw_core/coder_gate/tdd_guard.py
src/rtxclaw_core/coder_gate/types.py
src/rtxclaw_core/profile_agents/build/AGENTS.md
src/rtxclaw_core/profile_agents/compaction/AGENTS.md
src/rtxclaw_core/profile_agents/explore/AGENTS.md
src/rtxclaw_core/profile_agents/general/AGENTS.md
src/rtxclaw_core/profile_agents/main/AGENTS.md
src/rtxclaw_core/profile_agents/plan/AGENTS.md
src/rtxclaw_core/profile_agents/summary/AGENTS.md
src/rtxclaw_core/profile_agents/title/AGENTS.md
src/rtxclaw_core/tools/__init__.py
src/rtxclaw_core/tools/_log.py
src/rtxclaw_core/tools/harness_task_mirror.py
src/rtxclaw_core/tools/monitor.py
src/rtxclaw_core/tools/permissions.py
src/rtxclaw_core/tools/prompt.py
src/rtxclaw_core/tools/registry.py
src/rtxclaw_core/tools/runners.py
src/rtxclaw_core/tools/safety.py
src/rtxclaw_mcp/__init__.py
src/rtxclaw_mcp/mcp_client.py
src/rtxclaw_mcp/youtube_mcp_server.py
src/rtxclaw_memory/__init__.py
src/rtxclaw_memory/memory_embed.py
src/rtxclaw_memory/memory_index.py
src/rtxclaw_memory/memory_manager.py
src/rtxclaw_memory/memory_primitives.py
src/rtxclaw_memory/memory_provider.py
src/rtxclaw_memory/memory_rerank.py
src/rtxclaw_memory/memory_synth.py
src/rtxclaw_memory/memory_tools.py
src/rtxclaw_memory/memory_write.py
src/rtxclaw_realtime/__init__.py
src/rtxclaw_realtime/__main__.py
src/rtxclaw_realtime/audio.py
src/rtxclaw_realtime/cascade.py
src/rtxclaw_realtime/config.py
src/rtxclaw_realtime/endword.py
src/rtxclaw_realtime/gateway_client.py
src/rtxclaw_realtime/server.py
src/rtxclaw_realtime/session.py
src/rtxclaw_realtime/vad.py
src/rtxclaw_realtime/wake.py
src/rtxclaw_telegram/__init__.py
src/rtxclaw_telegram/bot.py
src/rtxclaw_telegram/cli.py
src/rtxclaw_telegram/config.py
src/rtxclaw_telegram/py.typed
src/rtxclaw_telegram/serve_stt.py
src/rtxclaw_tui/__init__.py
src/rtxclaw_tui/__main__.py
src/rtxclaw_tui/agent_client.py
src/rtxclaw_tui/app.py
src/rtxclaw_tui/commands.py
src/rtxclaw_tui/input_hardening.py
src/rtxclaw_tui/kanban_panel.py
src/rtxclaw_tui/monitor_view.py
src/rtxclaw_tui/py.typed
tests/test_00_prereqs.py
tests/test_01_bootstrap.py
tests/test_02_workspace.py
tests/test_03_agent_scaffold.py
tests/test_04_daemon_lifecycle.py
tests/test_05_tui_smoke.py
tests/test_06_oneshot.py
tests/test_07_memory.py
tests/test_08_telegram.py
tests/test_102_kanban_db.py
tests/test_103_kanban_scheduler.py
tests/test_104_kanban_worker.py
tests/test_105_kanban_cli.py
tests/test_106_kanban_tools.py
tests/test_107_kanban_panel.py
tests/test_108_delegate_render.py
tests/test_109_tasks_panel_layout.py
tests/test_10_telegram_commands.py
tests/test_110_harness_tasks_footer.py
tests/test_111_task_deps.py
tests/test_11_tui_commands.py
tests/test_120_command_runtime.py
tests/test_120_injection_guard.py
tests/test_121_command_transport_parity.py
tests/test_122_command_surface.py
tests/test_124_model_ctx_tracking_sync.py
tests/test_125_oneshot_model_banner.py
tests/test_126_teacher_indicators.py
tests/test_127_web_session_bridge.py
tests/test_128_session_live_stream.py
tests/test_128_tui_agent_monitor.py
tests/test_129_tui_render_queued_turns.py
tests/test_129_tui_slash_delegate_order.py
tests/test_12_reasoning_loop_detection.py
tests/test_130_context_marker_cache_stability.py
tests/test_131_events_stream.py
tests/test_132_submit_cancel.py
tests/test_133_subagent_spawned.py
tests/test_134_delivery_consumer.py
tests/test_134_turn_lifecycle_close_on_cancel.py
tests/test_134_turn_lifecycle_close_on_engine_raise.py
tests/test_135_backpressure.py
tests/test_136_sandbox_broker.py
tests/test_137_exec_lease.py
tests/test_138_tui_cancel_routing.py
tests/test_139_remote_backend.py
tests/test_13_auto_compaction.py
tests/test_140_async_jobs.py
tests/test_140_telegram_canonical_render.py
tests/test_141_orchestrator_split.py
tests/test_141_subagent_result_event.py
tests/test_142_async_delegate_runner.py
tests/test_142_cross_interface_parity.py
tests/test_143_delegate_schema.py
tests/test_143_membrane_no_delete_on_close.py
tests/test_144_background_submit.py
tests/test_144_delegate_cli_path_resolve.py
tests/test_144_turn_idx_collapse_regression.py
tests/test_145_delegation_cancel.py
tests/test_145_monitor_age_and_promptless_purge.py
tests/test_146_cancel_permission_floor.py
tests/test_148_background_e2e.py
tests/test_14_memory_search_api.py
tests/test_150_tools_allowlist_strict.py
tests/test_151_jarvis_tools_filtered.py
tests/test_152_delegate_claude_stale_resume_restart.py
tests/test_152_jarvis_scaffold.py
tests/test_153_realtime_gateway_client.py
tests/test_153_subagent_model_override.py
tests/test_154_engine_model_discovery.py
tests/test_154_realtime_agent_config.py
tests/test_155_realtime_agent_turn.py
tests/test_155_tui_tool_result_title_markup.py
tests/test_156_ensure_session.py
tests/test_157_pause_gated_results.py
tests/test_157_turn_token_budget.py
tests/test_158_run_turn_setup_failure_net.py
tests/test_158_wake_word.py
tests/test_159_llm_compaction_split.py
tests/test_159_wake_and_duplex.py
tests/test_15_skills.py
tests/test_160_llm_compaction_real_qwen.py
tests/test_160_realtime_tts_fallback.py
tests/test_161_realtime_partial_transcription.py
tests/test_162_end_word.py
tests/test_163_end_word_session.py
tests/test_164_client_wake.py
tests/test_165_goal_md_root.py
tests/test_165_monitor_refresh_latency.py
tests/test_166_opencode_profile_scaffold.py
tests/test_166_tui_follow_toggle.py
tests/test_167_agent_home_tidy.py
tests/test_168_codex_review_regressions.py
tests/test_16_acp_routes.py
tests/test_17_small_models.py
tests/test_18_acp_spec_compliance.py
tests/test_19_mcp_client.py
tests/test_20_delegate_turn_record.py
tests/test_21_hooks.py
tests/test_22_local_llm_tool_dispatch.py
tests/test_22_plugin_command.py
tests/test_24_commands_parser.py
tests/test_24_secrets_scrubber.py
tests/test_25_context_loader.py
tests/test_26_telegram_helpers.py
tests/test_27_system_prompt.py
tests/test_27b_openclaw_prompt_sections.py
tests/test_28_plan_steps.py
tests/test_29_builtin_commands.py
tests/test_30_tool_search.py
tests/test_31_read_file_slicing.py
tests/test_32_nudge_continuation.py
tests/test_33_reasoning_roundtrip.py
tests/test_34_event_logging.py
tests/test_35_set_mode_gate.py
tests/test_36_inject_current_todos.py
tests/test_37_telegram_image_block.py
tests/test_38_restart_gateway_aware.py
tests/test_39_image_prompt_capability.py
tests/test_40_parallel_tools.py
tests/test_41_tui_parallel_tool_render_order.py
tests/test_42_telegram_env_bootstrap.py
tests/test_42_tui_streaming_tool_split.py
tests/test_43_telegram_audio_transcode.py
tests/test_43_tui_shells_session_isolation.py
tests/test_44_todo_replace_merge.py
tests/test_45_layered_loop_detection.py
tests/test_46_model_sampling_request.py
tests/test_47_delegate_claude_retry.py
tests/test_50_openai_endpoint.py
tests/test_51_cli_engine_concurrent_sids.py
tests/test_51_openai_endpoint_trim.py
tests/test_52_cli_engine_prompt_drift_resumes.py
tests/test_52_openai_endpoint_thinking_stream.py
tests/test_53_cli_engine_spawn_cwd_lock.py
tests/test_53_per_agent_secrets.py
tests/test_53_ratio_loop_false_positive.py
tests/test_54_image_model_capability.py
tests/test_54_secrets_followup.py
tests/test_55_cli_engine_image_attach.py
tests/test_55_tool_args_loop_recovery.py
tests/test_56_permission_outbound_routing.py
tests/test_57_update_tool_diff_widget.py
tests/test_58_pip_install_wizard.py
tests/test_59_provider_presets.py
tests/test_59_set_config_option_model.py
tests/test_60_batch_agent_fanout.py
tests/test_60_local_gpu_moat.py
tests/test_60_loop_detector_wiring.py
tests/test_61_agent_client_get_session_freshness.py
tests/test_61_external_agents.py
tests/test_62_acp_permission_modal_cancel.py
tests/test_62_wizard_local_model_prompt.py
tests/test_63_agent_reload_models.py
tests/test_63_forbidden_commands.py
tests/test_64_model_alias_uniqueness.py
tests/test_64_plan_mode_readonly_pipelines.py
tests/test_64_tui_shells_no_flicker_and_footer.py
tests/test_65_ask_user_question_widget.py
tests/test_65_gateway_kill_protection.py
tests/test_65_system_message_collapse.py
tests/test_66_tool_args_loop_coverage.py
tests/test_66_user_question_widget.py
tests/test_67_reasoning_domain_term_loop.py
tests/test_68_ambiguous_chrome_sustain.py
tests/test_68_tui_per_round_metrics.py
tests/test_70_cross_round_semantic_loop.py
tests/test_70_session_jsonl.py
tests/test_71_delegate_context_and_tools_off.py
tests/test_72_cli_graceful_abort.py
tests/test_73_steer_routing.py
tests/test_75_telegram_m4a_moov_transcode.py
tests/test_76_telegram_voice_echo_ordering.py
tests/test_78_delegate_first_token_timeout.py
tests/test_79_delegate_preamble_context.py
tests/test_80_delegate_session_link.py
tests/test_81_session_log_attribution.py
tests/test_83_telegram_local_size_guard.py
tests/test_84_telegram_audio_segmentation.py
tests/test_85_telegram_long_transcript_output.py
tests/test_86_subagent_session_per_call.py
tests/test_87_gateway_port_preflight.py
tests/test_88_heartbeat_synth_backoff.py
tests/test_89_acp_ndjson_framing.py
tests/test_89_tui_input_decoder_tolerant.py
tests/test_90_acp_engine.py
tests/test_91_session_list_ordering.py
tests/test_92_first_run_wizard_routing.py
tests/test_93_acp_cancel_nonblocking.py
tests/test_94_global_config_autobackup.py
tests/test_95_user_systemd_units.py
tests/test_96_telegram_install_service.py
tests/test_abort_durable_kill_bridge_20260616.py
tests/test_acp_mcp_session.py
tests/test_acp_session_list_scope.py
tests/test_acp_steering.py
tests/test_agents_skeleton.py
tests/test_bash_shell_tools.py
tests/test_batch_agent_parent_attribution.py
tests/test_claude_idle_timeout_below_watchdog_20260606.py
tests/test_codex_p2_disabled_tools.py
tests/test_codex_p2_leaked_cleaned_content.py
tests/test_dead_cwd_subagent_spawn.py
tests/test_delegate_no_resume_footer_20260607.py
tests/test_engine_pidfile_durable_kill_20260616.py
tests/test_event_bus_coalesce.py
tests/test_followup_queue_acp.py
tests/test_followup_queue_agent.py
tests/test_followup_queue_backend.py
tests/test_followup_queue_drain.py
tests/test_followup_queue_endpoint.py
tests/test_gateway_mcp_warm_20260604.py
tests/test_goal_blocked_sentinel_scope.py
tests/test_goal_outer_loop.py
tests/test_goal_registry.py
tests/test_goal_service.py
tests/test_goal_stop_without_teacher.py
tests/test_harness_task_mirror.py
tests/test_jsonl_log_writer.py
tests/test_layout.py
tests/test_logs_unified.py
tests/test_mcp_tools_core_20260604.py
tests/test_memory_manager_subscriber.py
tests/test_metrics_format.py
tests/test_migrate_layout.py
tests/test_monitor_session_activity.py
tests/test_opencode_agent_profiles.py
tests/test_orchestrator.py
tests/test_realtime_unit.py
tests/test_restart_non_systemd_cmd.py
tests/test_run_glob_bounded.py
tests/test_self_improver_agent_20260603.py
tests/test_self_improver_auto_deploy_20260604.py
tests/test_self_improver_branch_leak_20260605.py
tests/test_self_improver_coldscan_20260604.py
tests/test_self_improver_current_fix_20260607.py
tests/test_self_improver_delegate_messages_20260604.py
tests/test_self_improver_diff_budget_20260619.py
tests/test_self_improver_drain_20260606.py
tests/test_self_improver_e2e.py
tests/test_self_improver_feature_20260529.py
tests/test_self_improver_fix_outcome_log_20260604.py
tests/test_self_improver_fixer_path_20260604.py
tests/test_self_improver_fixer_rounds_20260604.py
tests/test_self_improver_hooks_template.py
tests/test_self_improver_incident_queue_20260618.py
tests/test_self_improver_installer.py
tests/test_self_improver_ledger_20260529.py
tests/test_self_improver_merge.py
tests/test_self_improver_needs_human_20260604.py
tests/test_self_improver_needshuman_gate_20260604.py
tests/test_self_improver_per_agent_stall_20260604.py
tests/test_self_improver_pertest_section_20260604.py
tests/test_self_improver_prepush_20260529.py
tests/test_self_improver_prompt.py
tests/test_self_improver_recurrence_20260604.py
tests/test_self_improver_reject_retry_20260619.py
tests/test_self_improver_restart_order_20260604.py
tests/test_self_improver_resume_terminal_20260607.py
tests/test_self_improver_scan.py
tests/test_self_improver_session_error_hook.py
tests/test_self_improver_staletest_repair_20260604.py
tests/test_self_improver_stall_carveout_20260604.py
tests/test_self_improver_status_20260607.py
tests/test_self_improver_sweep_ignore_20260604.py
tests/test_self_improver_sweep_initial_20260604.py
tests/test_self_improver_test_runner.py
tests/test_self_improver_testsweep_20260604.py
tests/test_self_improver_unified.py
tests/test_self_improver_wrapper.py
tests/test_selfimprover_fix_156e926a.py
tests/test_selfimprover_fix_50554a23.py
tests/test_selfimprover_fix_59c2d44a.py
tests/test_selfimprover_fix_60cb390e.py
tests/test_selfimprover_fix_74d38262.py
tests/test_selfimprover_fix_8244be81.py
tests/test_selfimprover_fix_9a6ea294.py
tests/test_selfimprover_fix_a9fb1cae.py
tests/test_selfimprover_fix_beebf3a4.py
tests/test_selfimprover_fix_cb7e635e.py
tests/test_selfimprover_fix_d67668c6.py
tests/test_selfimprover_fix_dfde41d2.py
tests/test_selfimprover_fix_eb82a6ec.py
tests/test_session_cross_agent_scope.py
tests/test_session_index_parent_rebuild.py
tests/test_session_index_subscriber.py
tests/test_session_state_machine.py
tests/test_session_title.py
tests/test_session_title_refinements.py
tests/test_session_writer_live_round_ended.py
tests/test_sqlite_facts_subscriber.py
tests/test_stream_truncation_recovery.py
tests/test_subagent_cancel_cascade_20260607.py
tests/test_subagent_no_persist_parent.py
tests/test_subagent_parent_attribution.py
tests/test_subagent_policy.py
tests/test_subagent_status_reconcile.py
tests/test_tb07_services_fallback_20260604.py
tests/test_teacher_native.py
tests/test_teacher_review.py
tests/test_teacher_supervisor.py
tests/test_telegram_agent_error_detect_20260604.py
tests/test_telegram_block_order_20260619.py
tests/test_telegram_command_parity.py
tests/test_telegram_edit_429_rollover_20260619.py
tests/test_telegram_handler_safe.py
tests/test_telegram_metrics_footer.py
tests/test_telegram_queue_command_20260622.py
tests/test_telegram_queue_status_20260607.py
tests/test_telegram_rolling_no_crop.py
tests/test_telegram_send_429_pacing_20260616.py
tests/test_telegram_split_boundary.py
tests/test_telegram_throttle_incident_20260604.py
tests/test_telegram_tool_cluster_20260618.py
tests/test_telegram_tts_unified_config_20260604.py
tests/test_telegram_voice_download_20260604.py
tests/test_title_cmd_and_orch_counts_20260607.py
tests/test_tui_header_title.py
tests/test_tui_resume_last_session.py
tests/test_unified_sessions_layout.py
tests/test_web_abort_orphaned_session_finalize_20260616.py
tests/test_zz_cleanup.py
web/venv/lib/python3.12/site-packages/_pytest/py.typed
web/venv/lib/python3.12/site-packages/blinker/py.typed
web/venv/lib/python3.12/site-packages/certifi/py.typed
web/venv/lib/python3.12/site-packages/charset_normalizer/py.typed
web/venv/lib/python3.12/site-packages/click/py.typed
web/venv/lib/python3.12/site-packages/flask/py.typed
web/venv/lib/python3.12/site-packages/idna/py.typed
web/venv/lib/python3.12/site-packages/iniconfig/py.typed
web/venv/lib/python3.12/site-packages/itsdangerous/py.typed
web/venv/lib/python3.12/site-packages/jinja2/py.typed
web/venv/lib/python3.12/site-packages/markupsafe/py.typed
web/venv/lib/python3.12/site-packages/packaging/py.typed
web/venv/lib/python3.12/site-packages/pip/py.typed
web/venv/lib/python3.12/site-packages/pluggy/py.typed
web/venv/lib/python3.12/site-packages/pytest/py.typed
web/venv/lib/python3.12/site-packages/requests/py.typed
web/venv/lib/python3.12/site-packages/urllib3/py.typed
web/venv/lib/python3.12/site-packages/werkzeug/py.typed