85 lines
2.3 KiB
JSON
85 lines
2.3 KiB
JSON
{
|
|
"schema_version": "vision.package_candidate.v1",
|
|
"package_id": "visual-perception-package-candidate",
|
|
"workspace": "svrnty-vision",
|
|
"authority": "child-local",
|
|
"status": "candidate_only_not_seed_installed",
|
|
"canonical_sense": "VISION",
|
|
"package_role": "generic_visual_perception_and_production",
|
|
"current_route_adapters": [
|
|
{
|
|
"route": "POST /vlm/analyze",
|
|
"tool_id": "vision.image_analyze",
|
|
"capability": "vlm_image_analysis"
|
|
},
|
|
{
|
|
"route": "POST /flux/render",
|
|
"tool_id": "vision.image_generate",
|
|
"capability": "image_generation"
|
|
},
|
|
{
|
|
"route": "POST /palette/extract",
|
|
"tool_id": "vision.palette_extract",
|
|
"capability": "palette_extraction"
|
|
},
|
|
{
|
|
"route": "POST /rembg/cutout",
|
|
"tool_id": "vision.background_cutout",
|
|
"capability": "background_cutout"
|
|
}
|
|
],
|
|
"current_tool_candidates": [
|
|
"vision.image_analyze",
|
|
"vision.image_generate",
|
|
"vision.palette_extract",
|
|
"vision.background_cutout"
|
|
],
|
|
"planned_tool_candidates": [
|
|
"vision.ocr_read",
|
|
"vision.screenshot_observe",
|
|
"vision.browser_observe",
|
|
"vision.document_layout_read",
|
|
"vision.chart_read",
|
|
"vision.table_read",
|
|
"vision.diagram_read",
|
|
"vision.object_detect",
|
|
"vision.visual_ground",
|
|
"vision.segment",
|
|
"vision.video_read",
|
|
"vision.image_edit"
|
|
],
|
|
"owned_capability_classes": [
|
|
"pixel_media_perception",
|
|
"visual_evidence_production",
|
|
"image_generation",
|
|
"image_editing",
|
|
"screenshot_and_browser_visual_observation",
|
|
"layout_chart_table_diagram_visual_reading"
|
|
],
|
|
"forbidden_research_owned_capabilities": [
|
|
"web_search",
|
|
"fetch_page",
|
|
"extract_pdf",
|
|
"deep_research",
|
|
"research_synthesis",
|
|
"capsule_writing"
|
|
],
|
|
"research_handoff": {
|
|
"may_produce_visual_evidence_for_research": true,
|
|
"may_perform_research_synthesis": false,
|
|
"handoff_contract": "candidate-manifests/visual-evidence-contract.json"
|
|
},
|
|
"grant_policy": {
|
|
"wildcard_grant_allowed": false,
|
|
"package_default_grants_all_tools": false,
|
|
"tool_grants_are_granular": true
|
|
},
|
|
"non_authorization": {
|
|
"core_promotion": false,
|
|
"seed_installation": false,
|
|
"runtime_start": false,
|
|
"profile_exposure": false,
|
|
"provider_admission": false
|
|
}
|
|
}
|