mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-30 03:00:41 -04:00
Add database schema for persistent user workspace storage: - UserWorkspace: one-per-user workspace container - UserWorkspaceFile: file metadata with virtual paths, checksums, and source tracking - WorkspaceFileSource enum: UPLOAD, EXECUTION, COPILOT, IMPORT - CRUD operations in data/workspace.py Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>