← 返回
未分类 Key 中文

Loopuman Human Tasks

Connect your AI agent to real human workers for verification, judgment, content review, or subjective tasks, paid instantly via cryptocurrency.
将AI代理与真人工作者对接,实现验证、判断、内容审查或主观任务,并使用加密货币即时支付。
seesayearn-boop
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 187
下载
💾 0
安装
1
版本
#latest

概述

Loopuman - The Human Layer for AI

Description

Give your AI agent access to real human workers. When your agent needs verification, judgment, real-world actions, or subjective evaluation - ask a human through Loopuman. Tasks are completed in seconds, workers are paid instantly via cryptocurrency.

Setup

  1. Get your free API key: curl -X POST https://api.loopuman.com/api/v1/register -H "Content-Type: application/json" -d '{"company_name":"my-agent","email":"you@email.com"}'
  2. Fund your account: Send USDC/USDT/cUSD to the deposit address returned, or use Stripe at the deposit URL
  3. Set environment variable: LOOPUMAN_API_KEY=your_key_here

Tools

ask_human

Ask a human worker to complete a task and wait for their response.

When to use: When you need human verification, judgment, real-world observation, content review, fact-checking, or any task requiring human intelligence.

Input:

  • task (string, required): Clear description of what you need the human to do
  • budget_cents (integer, required): Payment in cents. Minimum 10 ($0.10). Typical: 25-100 cents.
  • timeout_seconds (integer, optional): How long to wait. Default: 300 (5 minutes). Max: 3600.

Output:

  • response: The human worker's answer
  • worker_id: Anonymous worker identifier
  • completed_at: Timestamp of completion

Example:

User: Is this product review genuine or fake? "Amazing product, changed my life, 5 stars!"
Agent: Let me ask a human to evaluate this review.
[calls ask_human with task="Evaluate if this product review is genuine or AI-generated/fake: 'Amazing product, changed my life, 5 stars!' Please explain your reasoning.", budget_cents=50]
Result: "This review appears fake - it's extremely generic with no specific product details, uses common fake review patterns like 'changed my life', and provides no concrete information about what the product actually does."

post_task

Post a task for human workers without waiting for completion. Use webhooks or poll for results.

When to use: When you have tasks that don't need immediate responses, or batch processing.

Input:

  • title (string, required): Short title for the task
  • description (string, required): Detailed instructions
  • budget_cents (integer, required): Payment in cents. Minimum 10.
  • category (string, optional): One of: general, data_labeling, content_moderation, transcription, translation, research, writing, image_annotation, survey

Output:

  • task_id: UUID of created task
  • status: "open"

check_task

Check the status and result of a previously posted task.

Input:

  • task_id (string, required): The task UUID from post_task

Output:

  • status: open | in_progress | submitted | completed | cancelled
  • submission: Worker's response (if completed)

get_balance

Check your current account balance.

Output:

  • balance_vae: Balance in VAE (100 VAE = $1.00 USD)
  • balance_usd: Balance in USD

Pricing

  • Minimum task: $0.10
  • Typical task: $0.25 - $1.00
  • Platform fee: 20% added to budget (you pay budget + 20%)
  • Workers receive: budget - 20%

Payment Methods

  1. Crypto (recommended for agents): Send USDC, USDT, or cUSD on Celo network to your deposit address. Auto-credited in ~30 seconds.
  2. Stripe: Use the deposit URL to pay with credit card (requires browser).
  3. Pre-funded: Have a human fund your API key, then agent spends the balance.

Links

  • Website: https://loopuman.com
  • Developers: https://loopuman.com/developers
  • API Docs: https://api.loopuman.com/openapi.json
  • npm MCP: https://www.npmjs.com/package/loopuman-mcp
  • Python SDK: https://pypi.org/project/loopuman/

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-12 06:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,067 📥 803,104
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,764
ai-intelligence

Self-Improving + Proactive Agent

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