You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uv run agent-memory task-worker --concurrency 5 --redelivery-timeout 60
26
22
```
27
23
28
-
**NOTE:** The name passed with `--docket` is effectively the name of a task queue where
29
-
the worker will look for work. This name should match the docket name your API server
30
-
is using, configured with the `docket_name` setting via environment variable
31
-
or directly in `agent_memory_server.config.Settings`.
32
-
33
24
## Memory Compaction
34
25
35
26
The memory compaction functionality optimizes storage by merging duplicate and semantically similar memories. This improves retrieval quality and reduces storage costs.
@@ -40,7 +31,7 @@ Memory compaction is available as a task function in `agent_memory_server.long_t
40
31
by running the `agent-memory schedule-task` command:
0 commit comments