From a968b6fd443f0f8bd44d0c29135a20205bc481eb Mon Sep 17 00:00:00 2001 From: "jinli.yl" Date: Thu, 27 Nov 2025 19:49:09 +0800 Subject: [PATCH] docs(cookbook): add Jupytext metadata and improve quick start guide --- docs/cookbook/working/quick_start.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/cookbook/working/quick_start.md b/docs/cookbook/working/quick_start.md index a4bf6893..3005eff8 100644 --- a/docs/cookbook/working/quick_start.md +++ b/docs/cookbook/working/quick_start.md @@ -1,3 +1,17 @@ +--- +jupytext: + formats: md:myst + text_representation: + extension: .md + format_name: myst + format_version: 0.13 + jupytext_version: 1.11.5 +kernelspec: + display_name: Python 3 + language: python + name: python3 +--- + # Working Memory Demo This demo showcases how to use ReMe's working memory capabilities with a ReAct agent. The working memory system automatically manages context by compressing and summarizing conversation history, enabling efficient long-context processing. @@ -55,6 +69,7 @@ The HTTP service provides the flow execution endpoint for memory operations. Once both services are running, execute the demo: + ```bash cd cookbook/working_memory python work_memory_demo.py