yao/store
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
..
store.go Refactor Context Management to Use Memory Instead of Space 2025-12-22 11:19:00 +08:00
store_test.go Refactor Context Management to Use Memory Instead of Space 2025-12-22 11:19:00 +08:00