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