mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 10:20:15 +01:00
- Replace manual pagination in AgentGrid with infinite query pattern - Update imports to use local data provider instead of librechat-data-provider - Add proper permission handling with PERMISSION_BITS.VIEW/EDIT constants - Improve agent access control by adding requiredPermission validation in backend - Remove manual cursor/state management in favor of infinite query built-ins - Maintain existing search and category filtering functionality |
||
|---|---|---|
| .. | ||
| agents | ||
| assistants | ||
| auth | ||
| AuthController.js | ||
| Balance.js | ||
| EditController.js | ||
| EndpointController.js | ||
| ErrorController.js | ||
| ModelController.js | ||
| OverrideController.js | ||
| PermissionsController.js | ||
| PluginController.js | ||
| tools.js | ||
| TwoFactorController.js | ||
| UserController.js | ||