Files
MemoryBear/api/app/schemas
Ke Sun 7ce29019f7 feat(memory): Add memory config API controller and end user info endpoints
- Create new memory_config_api_controller.py for dedicated memory configuration management
- Add /end_user/info GET endpoint to retrieve end user information (aliases, metadata)
- Add /end_user/info/update POST endpoint to update end user details
- Move /memory/configs endpoint from memory_api_controller to memory_config_api_controller
- Extract _get_current_user helper function to build user context from API key auth
- Support optional app_id parameter in end user creation with UUID validation
- Update service controller imports with alphabetical ordering and multi-line formatting
- Register memory_config_api_controller router in service module initialization
- Refactor memory_api_controller imports for consistency and clarity
2026-04-01 15:06:26 +08:00
..
2026-03-05 17:08:09 +08:00
2026-03-27 16:27:09 +08:00
2026-01-26 11:53:34 +08:00
2026-03-11 10:45:07 +08:00
2026-02-10 10:40:38 +08:00
2025-12-24 20:35:04 +08:00
2026-03-11 10:45:07 +08:00
2026-02-26 14:47:57 +08:00
2026-03-16 18:00:09 +08:00
2026-03-27 14:48:25 +08:00