security agent cleanup

This commit is contained in:
Roger Oriol
2026-07-26 21:07:47 +02:00
parent 0bb3b1c601
commit 7ff6bf858d
21 changed files with 206 additions and 195 deletions

View File

@@ -78,7 +78,7 @@ def agent_loop(client):
messages.append(message)
if message.tool_calls:
# The LLM wants to use one or more tools run them, then loop
# The LLM wants to use one or more tools, run them, then loop
handle_tool_calls(message.tool_calls, messages)
else:
# No tool calls: we have the final answer