feat(file-manager): Configure two reserved root paths for protected directories
Summary
This MR configures the reserved root paths in FileManagerConstants to protect sensitive directories from unauthorized uploads.
Changes
- Updated
RESERVED_ROOT_PATHSto include two protected directories
Reserved Paths
| # | Path | Purpose | Dedicated Controller |
|---|---|---|---|
| 1 | agent-space/knowledge-base-documents/all-agent-families/ |
General KB files | AgentKnowledgeBaseController |
| 2 | agent-space/n8n-workflow-templates/ |
N8N workflow templates | AgentWorkflowTemplateController |