[Agent记忆工具]:完成长期记忆和工具路由闭环,包含安全确认和审计脱敏

This commit is contained in:
mkbk
2026-06-19 12:37:05 +08:00
parent 79b3e89b79
commit 81c949a7ec
8 changed files with 223 additions and 16 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ class AgentMemoryTests(unittest.TestCase):
self.assertIn("delete", plan.supported_commands)
self.assertIn("disable", plan.supported_commands)
self.assertIn("export", plan.supported_commands)
self.assertFalse(plan.default_enabled)
self.assertTrue(plan.default_enabled)
if __name__ == "__main__":