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
when running agentstack tools add <name>, we install the tool packages, insert the tool file and pass it to each agent.
the challenge is when a user wants to remove a tool, they arent sure where all the places to remove the tool are. we should have a command agentstack tools remove <name> that dynamically removes all usage of the tool and uninstalls the packages.
The text was updated successfully, but these errors were encountered:
auto-remove tool implementation
when running
agentstack tools add <name>
, we install the tool packages, insert the tool file and pass it to each agent.the challenge is when a user wants to remove a tool, they arent sure where all the places to remove the tool are. we should have a command
agentstack tools remove <name>
that dynamically removes all usage of the tool and uninstalls the packages.The text was updated successfully, but these errors were encountered: