mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-17 18:21:46 -05:00
- Introduced `FolderAlreadyExistsError` to handle cases where a folder with the same name already exists, improving error management in folder operations. - Updated the REST API to include this new exception in the error handling mechanism, providing clearer responses for folder-related requests. - Refactored import statements for better organization and clarity in the codebase. - Enhanced the `list_library_agents` and `list_favorite_library_agents` functions by simplifying the error handling logic and improving readability.