From de53ac0e16604fc21746873c7dcd2bf3fbb4b126 Mon Sep 17 00:00:00 2001 From: "jinli.yl" Date: Thu, 27 Nov 2025 19:36:56 +0800 Subject: [PATCH] docs(work_memory): add working memory documentation files --- docs/_toc.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/_toc.yml b/docs/_toc.yml index f37200e0..3f354aa7 100644 --- a/docs/_toc.yml +++ b/docs/_toc.yml @@ -27,6 +27,12 @@ parts: - file: tool_memory/tool_summary_ops - file: tool_memory/tool_bench + - caption: Working Memory + chapters: + - file: work_memory/message_offload + - file: work_memory/message_offload_ops + - file: work_memory/message_reload_ops + - caption: Extensions maxdepth: 1 chapters: @@ -39,8 +45,9 @@ parts: - file: cookbook/frozenlake/quickstart - file: cookbook/bfcl/quickstart - file: cookbook/appworld/quickstart + - file: cookbook/working/quick_start - caption: Others maxdepth: 1 chapters: - - file: contribution \ No newline at end of file + - file: contribution