← 返回
AI智能 中文

intent-router

Classify text into custom intents with confidence scoring and entity extraction. Use when: intent classification, message routing, multi-agent orchestration,...
对文本进行自定义意图分类,提供置信度评分及实体提取。适用于意图分类、消息路由及多智能体编排等场景。
daisuke134
AI智能 clawhub v1.0.0 1 版本 99878.3 Key: 无需
★ 0
Stars
📥 821
下载
💾 13
安装
1
版本
#latest

概述

intent-router

Classify text into your custom intent list with confidence scoring and entity extraction. Powered by x402 — no API keys needed.

Prerequisites

npm install -g awal@2.0.3
awal auth login

Usage

npx awal@2.0.3 x402 pay \
  https://anicca-proxy-production.up.railway.app/api/x402/intent-router \
  -X POST \
  -d '{"text":"I want to book a flight to Tokyo next week","intents":["booking","complaint","question","feedback","cancellation"],"language":"en"}'

Price

$0.005 USDC per request (Base network)

Input Schema

FieldTypeRequiredDescription
------------------------------------
textstring (max 2000)YesText to classify
intentsstring[] (2-20 items)YesCandidate intent list
languageenum (en\ja\es\fr\de\zh\ko)No (default: en)Language hint
contextstring (max 500)NoAdditional context

Output Schema

{
  "intent_id": "int_a1b2c3",
  "matched_intent": "booking",
  "confidence": 0.95,
  "reasoning": "The text explicitly mentions wanting to book a flight.",
  "secondary_intent": "question",
  "secondary_confidence": 0.12,
  "entities": [
    {"type": "location", "value": "Tokyo"},
    {"type": "datetime", "value": "next week"}
  ],
  "language_detected": "en"
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 03:15 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 714 📥 243,982
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,362 📥 318,686
content-creation

tone-rewriter

daisuke134
用10种不同语气(专业、随意、友好、正式、感人说服、学术、简洁、幽默、紧急)重写文本,保持原意不变。
★ 0 📥 925