Genpark Conversational Product Advisor Skill
БесплатноНе проверенConversational product shopping assistant skill designed to guide users from product exploration to purchase.
Описание
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
Install dependencies:
pip install -r requirements.txtConfiguration: 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"
- PowerShell:
💻 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-skillFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Genpark Conversational Product Advisor Skill with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
