Skip to content

[Bug]: There is no .overview.md or .abstract.md in agent/memories #534

@nandonathaniel

Description

@nandonathaniel

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?

Image

Steps to Reproduce

  1. Initialize client with AsyncOpenViking
  2. commit session that contain message with .commit_session
  3. Look agent/memories folder whether its contain .abstract or .overview or not
Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions