Files
deepseek-harness/packages/vision/README.md
Pine f5f114dfb8 docs(vision): package READMEs, Model Experience, and the capability Agent Note
Document the four image-recognition packages and the vision group, register
the vision domain in the package index, add the capability decision as an
Agent Note, declare the invariants peer dep, and drop the unused agents
injection from the consumer.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-14 11:15:59 +08:00

1.1 KiB

vision/

Image-recognition capability family over the DeepSeek Harness: a Service Definition seam, a user-configurable HTTP vision provider, and the model-facing recognition consumer (tool + skill + deterministic image-task injection). The opt-in bundle composes them for a profile.

Package Role
image-recognition/ Service Definition: ctx.imageRecognition provider registry + selection + ImageRecognitionError
image-recognition-http/ Provider: user-configured OpenAI-compatible chat-completions vision endpoint
tool-image-recognition/ Consumer: recognize_image tool, image-recognition skill, deterministic image-task injection
../bundle/image-recognition Opt-in bundle mounting the seam, provider, and consumer

A capability seam keeps Service Definition / Provider / Consumer roles separate (capability seams); the opt-in bundle is how a deployment turns image recognition on per profile.