We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e44c85 + 72a6978 commit d272558Copy full SHA for d272558
1 file changed
src/askui/agent_base.py
@@ -110,11 +110,6 @@ def __init__(
110
if agent_os is not None:
111
self.act_tool_collection.add_agent_os(agent_os)
112
113
- # Add provider-based tools to the act loop
114
- if self._agent_os is not None:
115
- self.act_tool_collection.append_tool(self._get_tool)
116
- self.act_tool_collection.append_tool(self._locate_tool)
117
-
118
# Settings stored at agent level (mutable)
119
self.act_settings = ActSettings()
120
self.get_settings = GetSettings()
0 commit comments