yao/store
Max 47290d439d Refactor Data Store Implementation and Update Tests
- Replaced Badger with Xun as the primary data store across various components, including OAuth, agent memory, and knowledge base stores, enhancing performance and flexibility.
- Updated the configuration files to reflect the new Xun store paths and removed obsolete Badger store files.
- Refactored test cases to utilize the new Xun store, ensuring compatibility and improved test reliability.
- Enhanced test setup functions to initialize the Xun store correctly, streamlining the testing process and ensuring a consistent environment.
2025-12-22 09:07:41 +08:00
..
store.go Refactor Data Store Implementation and Update Tests 2025-12-22 09:07:41 +08:00
store_test.go Enhance test for Load function by adding data store cleanup 2025-07-20 12:03:25 +08:00