Marketplace
Agents (plugin_type=agent)
동일 catalog API에 plugin_type=agent 필터를 건 뷰. Plugin 보다 더 작은, 단일 작업 단위 패키지를 모아 보여줍니다. 별도 REST 리소스/모델이 아니라 같은 Plugin row + plugin_type discriminator.
데이터 모델
Marketplace DB 에는 Plugin 모델 단 하나만 존재 (server/src/lvis_marketplace/models.py:31). plugin_type 컬럼이 plugin / agent / mcp / skill 을 구분. Agents 페이지의 카드는 GET /api/v1/catalog?plugin_type=agent 응답을 그대로 렌더.
설치 deeplink 형태가 다름
agent / mcp / skill 은 type prefix 를 포함한 deeplink:
lvis://install/<type>/<slug>. 예: lvis://install/agent/weekly-retro. 호스트가 type에 따라 추가 manifest 검증 + 다른 sandbox 설정 적용.