Files
MemoryBear/api/app/core
Ke Sun e8ae46b286 feat(memory-api): add end user management and enhance memory API endpoints
- Add end_user_controller with unauthenticated endpoint for creating end users
- Implement get_or_create_end_user logic to handle duplicate end users by other_id
- Register end_user_controller router in main controller initialization
- Add list_memory_configs endpoint to retrieve all workspace memory configurations
- Update MemoryWriteRequest and MemoryReadRequest to make config_id required field
- Refactor memory API endpoints to parse request body directly instead of using Body parameter
- Add CreateEndUserRequest and CreateEndUserResponse schemas for end user creation
- Add ListConfigsResponse schema for configs listing endpoint
- Remove unused config_id and llm_model_id parameters from Neo4j write operation
- Update .gitignore to exclude redbear-mem-metrics and pitch-deck directories
2026-03-20 21:04:41 +08:00
..
2026-03-05 09:55:54 +08:00
2026-03-19 12:31:41 +08:00
2025-12-15 14:09:43 +08:00
2026-03-11 10:45:07 +08:00
2025-12-15 14:09:43 +08:00
2025-12-15 14:09:43 +08:00
2026-02-10 10:40:38 +08:00