mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-28 19:05:31 +02:00
Clean up tools.py and interactive.py
This commit is contained in:
parent
968dfacd65
commit
770a080232
3 changed files with 135 additions and 170 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue