docs: update project introduction in README

This commit is contained in:
Annyfee
2025-12-04 09:49:04 +08:00
parent 2e608be133
commit 88ea4bf518
2 changed files with 1 additions and 7 deletions
@@ -76,8 +76,6 @@ workflow.add_edge("tools","agent")
# 编译时启用记忆
app = workflow.compile(checkpointer=MemorySaver())
@@ -102,7 +100,3 @@ if __name__ == '__main__':
print(f'AI{ai_msg.content}')