yao/agent/memory
Max 6ce6b65567 Enhance Memory Namespace Isolation Tests and Functionality
- Expanded the memory isolation tests to cover user, team, chat, context, and key operations, ensuring comprehensive validation of namespace behavior.
- Implemented pattern-based key retrieval and length calculation in the Namespace struct for improved efficiency and flexibility.
- Added assertions to verify that operations on one namespace do not affect others, reinforcing the integrity of memory isolation across different contexts.
2025-12-22 14:54:42 +08:00
..
interfaces.go Refactor Context Management to Use Memory Instead of Space 2025-12-22 11:19:00 +08:00
manager.go Refactor Context Management to Use Memory Instead of Space 2025-12-22 11:19:00 +08:00
memory.go Refactor Context Management to Use Memory Instead of Space 2025-12-22 11:19:00 +08:00
memory_test.go Enhance Memory Namespace Isolation Tests and Functionality 2025-12-22 14:54:42 +08:00
namespace.go Enhance Memory Namespace Isolation Tests and Functionality 2025-12-22 14:54:42 +08:00
types.go Refactor Context Management to Use Memory Instead of Space 2025-12-22 11:19:00 +08:00