yao/agent/memory
Max 632c0f5674 Refactor Context Management to Use Memory Instead of Space
- Replaced all instances of `ctx.Space` with `ctx.Memory.Context` in the context management code, ensuring a more structured approach to handling temporary request-scoped data.
- Updated related test cases to reflect the changes in context memory usage, enhancing the reliability and clarity of tests.
- Removed the deprecated `Space` references and adjusted comments and documentation to align with the new memory management strategy.
2025-12-22 11:19:00 +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 Refactor Context Management to Use Memory Instead of Space 2025-12-22 11:19:00 +08:00
namespace.go Refactor Context Management to Use Memory Instead of Space 2025-12-22 11:19:00 +08:00
types.go Refactor Context Management to Use Memory Instead of Space 2025-12-22 11:19:00 +08:00