Clarify that Paperclip must be deployed on an RWX PVC

This commit is contained in:
2026-04-11 23:18:16 -04:00
parent 9dbb5f337e
commit 4c310d020d
+1 -1
View File
@@ -44,7 +44,7 @@ See the agent configuration documentation for all available fields:
## Requirements
- Kubernetes cluster with RBAC permissions to create Jobs, list Pods, and read Pod logs
- Shared RWX PVC mounted at `/paperclip` for session resume and workspace access
- **Paperclip must be deployed on a RWX PVC** mounted at `/paperclip` — this shared volume is required for session resume and workspace access
- `@paperclipai/adapter-utils` >= 0.3.0
## License