Skip to content

Conversation

@Jasonxia007
Copy link
Contributor

🐛 Bug fix: users can not start new conversation when memory is still adding.
🐛 Bug fix: memory won't generate in agent debug mode.
✨ Memory add/update/search in different levels are now all async.
✨ Memory add/update success now displays a red dot in the upper right corner of memory button as an indicator.
♻️ Remove redundant parse of authorization.

20250904_170126.mp4

asyncio.create_task(_add_memory_background())
except Exception as schedule_err:
logger.error(
f"Failed to schedule background memory addition: {schedule_err}")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个方法流程有点长了,建议拆分几个子函数

agent_id,
top_k,
threshold,
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

函数传参较多,建议封装为对象。

…adding.

🐛 Bug fix: memory won't generate in agent debug mode
✨ Memory add/update/search in different levels are now all async
✨ Memory add/update success now displays a red dot in the upper right corner of memory button as an indicator
♻️ Remove redundant parse of authorization
@Jasonxia007 Jasonxia007 force-pushed the xyc/memory_enhancement branch from 26220f9 to 230f753 Compare September 5, 2025 09:27
@codecov
Copy link

codecov bot commented Sep 5, 2025

@Jasonxia007 Jasonxia007 force-pushed the xyc/memory_enhancement branch from d845268 to a991564 Compare September 8, 2025 03:18
@Jasonxia007 Jasonxia007 force-pushed the xyc/memory_enhancement branch from a991564 to 113b9d1 Compare September 8, 2025 03:38
@Phinease Phinease merged commit ae952d6 into develop Sep 8, 2025
8 checks passed
@Jasonxia007 Jasonxia007 deleted the xyc/memory_enhancement branch September 8, 2025 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Agent调试时不应该记录memory [Bug] 使用记忆问答,问答不能正常结束

6 participants