Skip to content

Refactor: Replace Reactive JSON Search with Active-Memory Symlink System for File Retrieval #18

@Surajkumar5050

Description

@Surajkumar5050

json file -

Image

screenshot 1

Image

screenshot 2

Image

problem->
when user tried to send the request to send the file , its by default sending the last data of the JSON file, because after the #17 the file structure changed & might be the issue causes at telegram.py line:525.
CRASH in Terminal : Upload Error: No module named 'memory'
Find file error: Message to edit not found

import memory should be from zyron.core import memory

Current workflow of file finder logic

  1. The Trigger: zyron/agents/telegram.py
    Method: handle_message

What happens: This method receives your text ("send me the pptx..."). It calls the AI (Brain) to get an action.

The Problem Point: When the search is finished, it tries to call import memory at line 525. Because the project structure is complex, this absolute import fails, causing the ModuleNotFoundError you saw in your logs.

Looking forward to resolve this issue with a new optimized technique with high accuracy-low fail strategy for better file search technique

Metadata

Metadata

Assignees

No one assigned

    Labels

    WindowsIssues or features specific to the Windows operating system.bugSomething isn't workingenhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions