MCPcopy Create free account
hub / github.com/agent0ai/agent-zero / log_callback

Function log_callback

plugins/_memory/tools/behaviour_adjustment.py:29–30  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

27
28 # log query streamed by LLM
29 async def log_callback(content):
30 log_item.stream(ruleset=content)
31
32 msg = agent.read_prompt(
33 "behaviour.merge.msg.md", current_rules=current_rules, adjustments=adjustments

Callers

nothing calls this directly

Calls 1

streamMethod · 0.45

Tested by

no test coverage detected