-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[Bug]: There is no .overview.md or .abstract.md in agent/memories #534
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
When using embedded mode, I noticed that when OpenViking creates agent/memories, the directory does not contain .overview.md or .abstract.md. Is this the intended behavior or a bug? Because of this, during global search (.find()), my memories are not detected as possible starting points.
I also found this commit:
37b5d0d#diff-3c83d853429d4b52d8a35a6998074b1b63d0fdb08c6c86141044ee401d5d8757
In openviking/service/core, it seems that initialize_agent_directories is not being called (even though the method is defined at the bottom of the code). Is this expected behavior or not?
Steps to Reproduce
- Initialize client with AsyncOpenViking
- commit session that contain message with .commit_session
- Look agent/memories folder whether its contain .abstract or .overview or not
Expected Behavior
They have .abstract.md and (or) .overview.md in the /memories
Actual Behavior
They doesnt have .abstract.md and (or) .overview.md in the /memories
Minimal Reproducible Example
Error Logs
OpenViking Version
0.2.3
Python Version
3.13.11
Operating System
Linux
Model Backend
OpenAI
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done