Add web multimodal image attachments
This commit is contained in:
10
packages/attachment/README.md
Normal file
10
packages/attachment/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# attachment/ - durable attachment capability family
|
||||
|
||||
The durable binary attachment seam and its local filesystem implementation. Both are product packages.
|
||||
|
||||
| Package | Role | ctx key |
|
||||
|---|---|---|
|
||||
| `attachment/` | Immutable attachment references, image limits, and storage service | `ctx.attachments` |
|
||||
| `attachment-local/` | Content-addressed private storage below `DSH_HOME` | (registers on `ctx.attachments`) |
|
||||
|
||||
Unsent browser drafts are intentionally outside this capability. Bytes enter durable storage only when a user prompt is submitted or when a provider adapter commits structured model output.
|
||||
Reference in New Issue
Block a user