Command Palette

Search for a command to run...

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

Genpark Query Intent Router Skill

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

GenPark query intent classification and routing navigation agent skill.

GitHubEmbed

Описание

GenPark query intent classification and routing navigation agent skill.

README

This repository contains the GenPark Query Intent Router Skill — an agent configuration skill config (skill.json), a production-ready Python SDK client (intent_router.py), and executable verification tests. It is designed to evaluate incoming user queries, classify intent categories based on keyword weighting models, and dispatch payloads to matched target endpoints.


🚀 Capabilities

  • Intent Match Scoring: Computes confidence ratios for custom keyword matches.
  • Smart Endpoint Fallbacks: Automatically routes unstructured queries to general fallback paths if confidence metrics fall below safety thresholds.
  • Registry Dispatching: Integrates with complex API microservices architectures for multi-agent environments.

🛠️ Setup & Installation

  1. Install dependencies:
    pip install -r requirements.txt
    

💻 SDK Usage Reference

from intent_router import IntentRouterClient

client = IntentRouterClient()

route = client.route_query(
    user_query="Can you find a cheap phone?",
    registry=[
        {"intent": "search", "target_endpoint": "https://api.genpark.ai/search", "keywords": ["find", "buy", "cheap"]}
    ]
)

print(f"Matched Intent: {route['matched_intent']}")
print(f"Dispatch URL: {route['dispatch_url']}")

📜 License

This project is licensed under the MIT License.

from github.com/alphaparkinc/genpark-query-intent-router-skill

Установка Genpark Query Intent Router Skill

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

▸ github.com/alphaparkinc/genpark-query-intent-router-skill

FAQ

Genpark Query Intent Router Skill MCP бесплатный?

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

Нужен ли API-ключ для Genpark Query Intent Router Skill?

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

Genpark Query Intent Router Skill — hosted или self-hosted?

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

Как установить Genpark Query Intent Router Skill в Claude Desktop, Claude Code или Cursor?

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

Похожие MCP

Compare Genpark Query Intent Router Skill with

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

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

Автор?

Embed-бейдж для README

Похожее

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