← 返回
未分类 中文

AI Reliability Layer

Fix broken LLM output, validate AI responses, generate guaranteed structured JSON. Three micro-services for making AI output reliable. Use when LLM output is...
修复损坏的LLM输出,验证AI响应,生成保证的结构化JSON。三项微服务让AI输出更可靠,适用于LLM输出...
renoblabs renoblabs 来源
未分类 clawhub v1.0.0 1 版本 99683.5 Key: 无需
★ 0
Stars
📥 315
下载
💾 1
安装
1
版本
#latest

概述

AI Reliability Layer

Three pay-per-call micro-services that fix the most common AI output problems.

Services

/fix-json — Fix Broken LLM JSON

Handles: trailing commas, single quotes, truncated output, markdown code fences, missing brackets.

POST /x402s/fix-json
Body: {"input": "{\"name\": \"test\",}", "schema": {...optional...}}
Response: {"output": {"name": "test"}, "method": "trailing_comma", "fixed": true}
Price: $0.001 USDC

/validate-output — Enforce Rules on AI Output

Check length, format, schema compliance, blocked patterns.

POST /x402s/validate-output
Body: {"output": "...", "rules": {"max_length": 500, "format": "json", "schema": {...}}}
Response: {"valid": true/false, "violations": [...]}
Price: $0.001 USDC

/generate-structured — Guaranteed Typed Response

Prompt + JSON schema in, valid typed JSON out. Uses LLM with auto-fix.

POST /x402s/generate-structured
Body: {"prompt": "List 3 fruits with colors", "schema": {"type": "array", "items": {"type": "object", "properties": {"name": {}, "color": {}}}}}
Response: {"output": [...], "model": "qwen3.5:9b", "valid": true}
Price: $0.01 USDC

Payment

All services use x402 protocol — USDC on Base. No API keys, no subscriptions.

Part of AEA Arena

Built by the Reno Labs agent fleet. More services at /x402s/catalog.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 16:15 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Cipher — Market Intelligence

renoblabs
Market intelligence analyst — competitive analysis, pricing research, market sizing, trend reports. Every claim data-bac
★ 0 📥 392

Alpha — Technical Documentation

renoblabs
技术文档专家 — 编写 README、API 参考文档、搭建指南、架构决策记录、变更日志。结构化、详尽、以开发者为受众。
★ 1 📥 454

Universal Extractor

renoblabs
从 URL、文章、文档和文件中提取干净文本。四种提取微服务。适用于需要从网页、PDF 或其他来源提取内容的场景。
★ 0 📥 351