Expand description
Adapter layer connecting Codex-style ToolHandler to vtcode’s Tool trait.
This module bridges the new handler architecture with the existing tool system, enabling gradual migration while maintaining backward compatibility.
Structs§
- Default
Tool Session - Default session implementation for adapters.
- Handler
ToTool Adapter - Adapter that wraps a ToolHandler to implement the Tool trait.
- Tool
ToHandler Adapter - Adapter that wraps a Tool to implement ToolHandler trait.
Functions§
- create_
cwd_ session - Factory function to create a session for the current directory.