You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor tools integration and remove ToolsAdapter
- Deleted the ToolsAdapter class to streamline the tools integration process.
- Updated server and test files to directly utilize the new plugin system for tool registration and execution.
- Introduced a new YAML tools loader to handle dynamic tool implementations from YAML files.
- Adjusted tests to reflect changes in tool initialization and registration, ensuring compatibility with the new structure.
- Cleaned up obsolete entries in tools.yaml, marking deprecated tools as disabled.
0 commit comments