Clean up tools.py and interactive.py

This commit is contained in:
akhisud3195 2025-05-09 10:17:36 +05:30
parent 968dfacd65
commit 770a080232
3 changed files with 135 additions and 170 deletions

View file

@ -235,7 +235,6 @@ def get_agents(agent_configs, tool_configs, complete_request):
)
if tool:
new_tools.append(tool)
logger.debug(f"Added tool {tool_name} to agent {agent_config['name']}")
print(f"Added tool {tool_name} to agent {agent_config['name']}")
else:
print(f"WARNING: Tool {tool_name} not found in tool_configs")