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.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/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/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_message_converter_passthrough.py