mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
2.1 KiB
2.1 KiB
description, kind
| description | kind |
|---|---|
| Package map for the durable image attachment capability family: what you can do with image attachments, and where your images are stored. | package-group |
attachment/ — durable attachment capability family
English | 中文
Summary
The attachment/ group provides durable image attachments: attach images to prompts and commands, and the harness saves them on your machine, shows them again in conversation history, and sends them to the model in later turns. The shipped dsh composition enables this with no setup. The capability and its storage are split across two packages, described below. Stored images survive restarts and are never deleted automatically, and only raster image formats are supported.
Table of Contents
Packages
These two packages provide durable image attachments; each README describes what you can do with its part.
| Package | Role | ctx key |
|---|---|---|
attachment/ |
Image attachments for prompts and commands that persist and come back in history | ctx.attachments |
attachment-local/ |
Stores your attached images on this machine below DSH_HOME |
registers on ctx.attachments |
Related documentation
Start with the subsystem reference for the service contract, then the capability-seam table and the configuration surface of the local backend.
- Attachment subsystem reference — service contract, payload types, and the
ctx.attachmentscordis surface. - Capability seams — the Service Definition / Service Provider / Consumer split this family follows.
- Generated configuration catalog — every accepted field of the local backend.
Dev Note
Working context for maintainers — click to expand
None.