Files
MemoryBear/api/app/services
Ke Sun bf1dfd97f0 feat(memory-api): implement memory read/write API service endpoints
- Add MemoryAPIService with read_memory and write_memory methods for managing user memories
- Create memory_api_schema.py with request/response schemas for read and write operations
- Implement write_memory_api_service endpoint for storing memory content with configurable storage backends
- Implement read_memory_api_service endpoint for querying memories with context-aware responses
- Add memory-specific error codes (MEMORY_WRITE_FAILED, MEMORY_READ_FAILED, MEMORY_CONFIG_NOT_FOUND) to error_codes.py
2025-12-26 11:43:51 +08:00
..
2025-12-15 14:09:43 +08:00
2025-12-25 10:07:01 +08:00
2025-12-26 10:24:36 +08:00
2025-12-15 14:09:43 +08:00
2025-12-24 20:35:04 +08:00
2025-12-24 20:35:04 +08:00
2025-12-15 14:09:43 +08:00
2025-12-15 14:09:43 +08:00
2025-12-23 16:54:29 +08:00
2025-12-25 14:59:40 +08:00