Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Genpark Conversational Product Advisor Skill

БесплатноНе проверен

Conversational product shopping assistant skill designed to guide users from product exploration to purchase.

GitHubEmbed

Описание

Conversational product shopping assistant skill designed to guide users from product exploration to purchase.

README

GenPark AI Agent Skill -- # Conversational Product Advisor Skill

This repository contains the Conversational Product Advisor Skill — an agentic shopping assistant interface configuration (skill.json), developer SDK client (product_advisor.py), and validation script for running conversational product searches and technical compatibility checks.


🚀 Capabilities

  • Compatibility Check Engine: Verifies technical constraints (e.g. computer component socket matches, size configurations) before items are added to a cart.
  • Diagnose User Preferences: Converses with customers to narrow down specifications, sizes, and colors when user inputs are too vague.
  • Budget Safeguards: Computes cart values dynamically against user limits and offers cheaper alternative configurations when limits are breached.

🛠️ Setup & Installation

  1. Install dependencies:

    pip install -r requirements.txt
    
  2. Configuration: Set your API environment variables if executing requests against the live production server (otherwise, client executes in mock mode):

    • PowerShell:
      $env:ADVISOR_API_KEY="your_api_key"
      
    • bash:
      export ADVISOR_API_KEY="your_api_key"
      

💻 SDK Usage Reference

from product_advisor import ProductAdvisorClient

# Initialize Client (mock mode by default)
client = ProductAdvisorClient()

# Check compatibility between cart items and a candidate item
compat = client.check_compatibility(
    cart_items=[{"name": "i9 CPU", "specs": {"socket": "LGA1700"}}],
    new_item={"name": "AMD Motherboard", "specs": {"socket": "AM5"}}
)
print(f"Is Compatible: {compat['is_compatible']}")
print(f"Warnings: {compat['warnings']}")

# Process shopping chat message
response = client.get_advisor_response(
    dialog_history=[{"sender": "user", "text": "I need a motherboard."}],
    cart=[{"name": "i9 CPU"}],
    preferences={"max_budget": 1000.00}
)
print(response["advisor_response"])
print(response["cart_updates"])

📜 License

This project is licensed under the MIT License.

from github.com/alphaparkinc/genpark-conversational-product-advisor-skill

Установка Genpark Conversational Product Advisor Skill

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/alphaparkinc/genpark-conversational-product-advisor-skill

FAQ

Genpark Conversational Product Advisor Skill MCP бесплатный?

Да, Genpark Conversational Product Advisor Skill MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Genpark Conversational Product Advisor Skill?

Нет, Genpark Conversational Product Advisor Skill работает без API-ключей и переменных окружения.

Genpark Conversational Product Advisor Skill — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Genpark Conversational Product Advisor Skill в Claude Desktop, Claude Code или Cursor?

Открой Genpark Conversational Product Advisor Skill на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Genpark Conversational Product Advisor Skill with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai