feat: vision classification pipeline — condition scoring, listing quality, fraud signals #21
Labels
No labels
accessibility
backlog
browser-pool
bug
cloud
enhancement
feature
infra
paid-tier
performance
ux
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/snipe#21
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Snipe currently runs basic vision tasks (photo analysis, serial number check). A proper classification pipeline using
cf-core'sLLMRouter+CFOrchClientwould enable:Status
cf-vision is live (2026-04-06) —
cf-docuvisionmanaged HTTP service (Dolphin-v2) is running. Phase 1 is unblocked. Depends on #15 (cf-orch agent wiring) being completed first so VRAM allocation flows through the coordinator.Architecture
Build on top of
circuitforge_core.documents(Dolphin-v2 ingestion via cf-vision) +circuitforge_core.llm.router.LLMRouterfor structured output. The existingapp/tasks/runner.py+tasks/scheduler.pyshim is the right integration point.Relationship to trust score
The existing eBay trust score is seller-reputation-based. This adds a listing-quality layer. Both feed into a combined confidence score shown to the user before they bid.
Phases
Related
circuitforge_core.documents— Dolphin-v2 ingestion (cf-vision backend)circuitforge_core.llm.router— structured outputcircuitforge_core.resources.CFOrchClient— VRAM allocation for vision tasksapp/tasks/runner.py