mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
Implement logging strategy (#444)
* Logging strategy and convert all prints() to logging invocations
This commit is contained in:
parent
3e0651222b
commit
dd70aade11
117 changed files with 1216 additions and 667 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue