-
Notifications
You must be signed in to change notification settings - Fork 23
Description
json file -
screenshot 1
screenshot 2
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 attelegram.pyline:525.
CRASH in Terminal : Upload Error: No module named 'memory'
Find file error: Message to edit not found
import memoryshould be fromzyron.core import memory
Current workflow of file finder logic
- 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