<img width="344" height="187" alt="Image" src="https://github.com/user-attachments/assets/03bcf772-cdcb-4501-a403-abcd2608e288" /> **干什么用**: 比如我希望有个plane模式,那直接定义一个只有 read,find,ls,create的工具集,切换到这个工具集 讨论完了我希望ai干活,就切换为"ALL"的工具集 (相当于加了工具过滤器,ALL为不过滤,调用set_active_tools) 简单可靠,兼容性强,易维护,易扩展.
干什么用:
比如我希望有个plane模式,那直接定义一个只有 read,find,ls,create的工具集,切换到这个工具集
讨论完了我希望ai干活,就切换为"ALL"的工具集
(相当于加了工具过滤器,ALL为不过滤,调用set_active_tools)
简单可靠,兼容性强,易维护,易扩展.