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/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/executors/agent.py
src/turbo_agent_runtime/executors/character.py
src/turbo_agent_runtime/executors/llm.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_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/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/patch.py
src/turbo_agent_runtime/utils/tool_convert.py
tests/test_builtin_tool_runtime_proxy.py
tests/test_builtin_tool_scope_hooks.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_frontend_tool_boundary.py
tests/test_message_converter_passthrough.py
tests/test_tool_error_event_flow.py