You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When memory-lancedb-pro plugin is enabled, sending long messages (~2000+ characters) causes the agent to hang with no response. Gateway process remains alive but stops logging.
Steps to Reproduce
Enable memory-lancedb-pro plugin
Send a long message (2000+ characters)
Agent hangs - no response
Logs
2026-03-17T09:57:21 [feishu] received message (long text)
2026-03-17T09:57:22 [plugins] memory-lancedb-pro: injecting 3 memories into context
<-- logs stop here -->
Disabled smartExtraction - set smartExtraction: false ❌ Still hangs
Disabled MLP completely - works fine ✅
Conclusion
The issue is not in smartExtraction. Something in MLP's processing of long messages (possibly embedding or recall phase) causes the hang. Need author to investigate further.
Environment
Problem
When memory-lancedb-pro plugin is enabled, sending long messages (~2000+ characters) causes the agent to hang with no response. Gateway process remains alive but stops logging.
Steps to Reproduce
Logs
Attempted Solutions
Conclusion
The issue is not in smartExtraction. Something in MLP's processing of long messages (possibly embedding or recall phase) causes the hang. Need author to investigate further.
Environment: OpenClaw gateway, MiniMax M2.5, memory-lancedb-pro v1.1.0-beta.9