mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
docs(cookbook): add Jupytext metadata and improve quick start guide
This commit is contained in:
parent
de53ac0e16
commit
a968b6fd44
1 changed files with 15 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue