README.md
pyproject.toml
src/turbo_agent_runtime/__init__.py
src/turbo_agent_runtime/base.py
src/turbo_agent_runtime/context.py
src/turbo_agent_runtime/control_wrapper.py
src/turbo_agent_runtime/factory.py
src/turbo_agent_runtime/invocation.py
src/turbo_agent_runtime/session_runtime.py
src/turbo_agent_runtime/settings.py
src/turbo_agent_runtime/turbo_runtime.py
src/turbo_agent_runtime.egg-info/PKG-INFO
src/turbo_agent_runtime.egg-info/SOURCES.txt
src/turbo_agent_runtime.egg-info/dependency_links.txt
src/turbo_agent_runtime.egg-info/requires.txt
src/turbo_agent_runtime.egg-info/top_level.txt
src/turbo_agent_runtime/control/__init__.py
src/turbo_agent_runtime/control/controller.py
src/turbo_agent_runtime/control/helpers.py
src/turbo_agent_runtime/control/registry.py
src/turbo_agent_runtime/control/resume_loader.py
src/turbo_agent_runtime/control/suspend.py
src/turbo_agent_runtime/entities/__init__.py
src/turbo_agent_runtime/entities/session_tool.py
src/turbo_agent_runtime/executors/agent.py
src/turbo_agent_runtime/executors/character.py
src/turbo_agent_runtime/executors/llm.py
src/turbo_agent_runtime/executors/builtin_tool/__init__.py
src/turbo_agent_runtime/executors/builtin_tool/executor.py
src/turbo_agent_runtime/executors/tool/__init__.py
src/turbo_agent_runtime/executors/tool/agent_tool.py
src/turbo_agent_runtime/executors/tool/api_tool.py
src/turbo_agent_runtime/executors/tool/base.py
src/turbo_agent_runtime/executors/tool/builtin_tool.py
src/turbo_agent_runtime/executors/tool/frontend_tool.py
src/turbo_agent_runtime/executors/tool/llm_tool.py
src/turbo_agent_runtime/executors/tool/mcp_auth.py
src/turbo_agent_runtime/executors/tool/mcp_tool.py
src/turbo_agent_runtime/executors/tool/session_tool.py
src/turbo_agent_runtime/pipeline/__init__.py
src/turbo_agent_runtime/pipeline/hooks.py
src/turbo_agent_runtime/pipeline/standard.py
src/turbo_agent_runtime/sessions/__init__.py
src/turbo_agent_runtime/sessions/builtin_to_session_tool.py
src/turbo_agent_runtime/sessions/in_memory_manager.py
src/turbo_agent_runtime/sessions/terminal_default.py
src/turbo_agent_runtime/sessions/type_tools_mixin.py
src/turbo_agent_runtime/utils/api_auth.py
src/turbo_agent_runtime/utils/attachment_pruner.py
src/turbo_agent_runtime/utils/executor_identity.py
src/turbo_agent_runtime/utils/file_materializer.py
src/turbo_agent_runtime/utils/message_converter.py
src/turbo_agent_runtime/utils/multimodal_lift.py
src/turbo_agent_runtime/utils/tool_convert.py
src/turbo_agent_runtime/utils/turbo_file_input_rewriter.py
src/turbo_agent_runtime/utils/turbo_file_materializer.py
src/turbo_agent_runtime/utils/turbofile_completion_rewriter.py
src/turbo_agent_runtime/utils/turbofile_event_helpers.py
src/turbo_agent_runtime/utils/user_facing_error.py
src/turbo_agent_runtime/utils/vision_capability.py
tests/test_agent_history_load_defense.py
tests/test_agent_reactrounds_output.py
tests/test_api_tool_auth.py
tests/test_api_tool_turbofile_hint.py
tests/test_attachment_pruner.py
tests/test_auto_screenshot_bound_config.py
tests/test_builtin_to_session_tool.py
tests/test_builtin_tool_path_validation.py
tests/test_builtin_tool_runtime_proxy.py
tests/test_builtin_tool_scope_hooks.py
tests/test_builtin_tool_sync_run_attachments.py
tests/test_character_boundary_passthrough.py
tests/test_control_flow_phase2.py
tests/test_control_flow_phase3.py
tests/test_control_flow_phase4.py
tests/test_executor_id_emission_propagation.py
tests/test_external_quickstart_demo_agent.py
tests/test_frontend_tool_boundary.py
tests/test_frontend_tool_turbofile_hint.py
tests/test_in_memory_session_manager.py
tests/test_in_memory_session_manager_release_lease.py
tests/test_in_memory_session_run_registry.py
tests/test_knowledge_resource_materialize_hook.py
tests/test_llm_failure_friendly_output.py
tests/test_llm_pre_materialize.py
tests/test_llm_retry_rollback.py
tests/test_message_converter_passthrough.py
tests/test_multimodal_lift.py
tests/test_nonstream_pipeline.py
tests/test_pipeline_auth_builtin_tools.py
tests/test_pipeline_store_builtin_tools_append.py
tests/test_pipeline_undefined_serialization.py
tests/test_preset_arg_discipline.py
tests/test_register_instance_runtime_path.py
tests/test_run_business_rewriter_integration.py
tests/test_session_tool_ctxvar_run_id.py
tests/test_session_tool_ref_context_inject.py
tests/test_session_tool_release_lease_hook.py
tests/test_session_tool_runtime.py
tests/test_session_tool_runtime_bound_method.py
tests/test_session_type_tools_mixin.py
tests/test_tool_error_event_flow.py
tests/test_turbo_file_input_rewriter.py
tests/test_turbo_file_materialize_hook.py
tests/test_turbofile_attached_emit.py
tests/test_turbofile_completion_rewriter.py
tests/test_unknown_tool_action_result_end.py
tests/test_vision_capability.py