Implement logging strategy (#444)

* Logging strategy and convert all prints() to logging invocations
This commit is contained in:
cybermaggedon 2025-07-30 23:18:38 +01:00 committed by GitHub
parent 3e0651222b
commit dd70aade11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
117 changed files with 1216 additions and 667 deletions

View file

@ -517,7 +517,7 @@ class McpServer:
async for response in gen:
print(response)
logging.debug(f"Agent response: {response}")
if "thought" in response:
await ctx.session.send_log_message(