mirror of
https://github.com/hoshikawa2/agent-ai-mcp-server.git
synced 2026-03-03 16:19:35 +00:00
adjustments
This commit is contained in:
@@ -133,7 +133,8 @@ async def main():
|
||||
print(f"🛠️ Executing tool: {tool.name}")
|
||||
|
||||
# Store new messages
|
||||
memory_state.messages.extend(new_messages)
|
||||
# memory_state.messages.extend(new_messages)
|
||||
memory_state.messages = []
|
||||
|
||||
print("Assist:", new_messages[-1].content)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user