Replies: 1 comment
-
|
I believe this is related: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After using the run command with the memory name, when checking memory stats it does not appear.
The flow I am using is quite simple:
I install Claude and Claude-flow globally via npm.
Then I launch the project
$claude-flow hive-mind spawn "Develop a to-do list application"
--agents 10
--strategy parallel
--memory-namespace todolist
--claude
Checking $claude-flow memory stats I get:
Memory Bank Statistics:
Total Entries: 0
Namespaces: 0
Size: 0.00 KB
Similarly $ claude-flow memory list
⚠️ No namespaces found
I only get a result if I explicitly create the namespace with a command like:
$ claude-flow memory store "project-context" "Full-stack app requirements"
✅ Stored successfully
📝 Key: project-context
📦 Namespace: default
💾 Size: 27 bytes
I am very interested in the memory issue, since many projects become large and consume all my session tokens and when they are close to finish I would like to be able to pause the development and continue it in my next session and I had understood that with the persistent memory it would be easier to resume the progress made.
I'm using Ubuntu 22.04 with VS Code Server.
Beta Was this translation helpful? Give feedback.
All reactions