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-13 14:47:56 +08:00
2025-12-02 20:28:01 +08:00
2026-03-16 18:00:09 +08:00
2026-02-04 18:06:29 +08:00
2025-12-29 14:51:23 +08:00
2025-12-02 20:28:01 +08:00
2026-01-23 10:50:24 +08:00
2026-03-05 11:17:56 +08:00
2025-12-19 11:31:09 +08:00
2026-03-31 19:16:13 +08:00
2026-03-20 15:14:50 +08:00
2026-03-30 18:27:44 +08:00
2026-03-30 16:44:43 +08:00
2026-02-05 14:31:04 +08:00
2026-03-13 16:46:03 +08:00
2026-03-11 10:45:07 +08:00
2026-03-05 09:55:54 +08:00
2026-03-27 19:13:51 +08:00
2025-12-15 14:09:43 +08:00
2025-12-02 20:28:01 +08:00
2026-03-31 19:16:13 +08:00
2025-12-29 14:51:23 +08:00
2026-02-25 11:29:42 +08:00
2026-03-04 12:34:24 +08:00
2026-01-28 16:07:53 +08:00
2026-01-26 11:53:34 +08:00
2025-12-02 20:28:01 +08:00
2026-03-25 17:54:27 +08:00
2026-03-25 18:06:01 +08:00
2026-03-05 09:55:54 +08:00
2026-03-26 11:50:36 +08:00
2026-03-04 12:34:24 +08:00
2026-01-05 12:18:31 +08:00
2025-12-02 20:28:01 +08:00
2026-03-05 11:17:56 +08:00
2025-12-02 20:28:01 +08:00
2026-03-05 09:55:54 +08:00
2026-03-05 09:55:54 +08:00
2026-02-25 10:27:16 +08:00
2026-02-25 10:27:16 +08:00
2026-03-31 14:08:45 +08:00
2026-04-01 15:06:26 +08:00
2026-01-26 11:53:34 +08:00
2026-03-25 18:49:20 +08:00
2026-04-01 11:15:33 +08:00
2026-02-03 16:03:08 +08:00
2026-01-26 11:53:34 +08:00
2026-01-26 11:53:34 +08:00
2026-03-30 13:45:17 +08:00
2026-03-20 21:05:22 +08:00
2026-03-31 14:08:45 +08:00
2026-02-09 17:28:42 +08:00
2026-03-03 16:48:34 +08:00
2026-03-31 22:13:12 +08:00
2025-12-15 14:09:43 +08:00
2026-03-30 13:39:49 +08:00
2025-12-02 20:28:01 +08:00
2026-01-07 17:48:17 +08:00
2026-03-19 12:31:41 +08:00
2026-03-05 09:55:54 +08:00
2026-03-31 19:16:13 +08:00
2026-02-09 21:23:24 +08:00
2025-12-24 20:35:04 +08:00
2026-03-24 13:54:15 +08:00
2026-03-05 09:55:54 +08:00
2025-12-15 14:09:43 +08:00
2025-12-02 20:28:01 +08:00
2026-03-30 13:39:49 +08:00
2026-03-05 11:17:56 +08:00
2025-12-15 14:09:43 +08:00
2025-12-02 20:28:01 +08:00
2026-03-27 14:36:19 +08:00
2026-03-16 18:00:09 +08:00
2025-12-02 20:28:01 +08:00
2026-03-30 15:51:30 +08:00
2026-03-25 17:28:16 +08:00
2026-03-25 13:24:17 +08:00
2026-03-27 11:56:22 +08:00
2026-03-20 21:05:23 +08:00