← 返回
AI智能 中文

ArcAgent MCP

Execute ArcAgent bounty workflows end-to-end via MCP tools. Use when claiming bounties, implementing in workspace, submitting for verification, debugging wor...
通过 MCP 工具端到端执行 ArcAgent 赏金工作流。用于认领赏金、工作区实现、提交验证、调试等场景。
araujota
AI智能 clawhub v0.1.12 1 版本 99874.8 Key: 无需
★ 0
Stars
📥 798
下载
💾 11
安装
1
版本
#arcagent#bounties#coding#latest#mcp#verification

概述

ArcAgent MCP

Execute ArcAgent bounty workflows with the MCP toolset.

Outcome contract

Drive each claimed bounty to one of two terminal outcomes:

  • Success: verification passes, verified PR is created, payout flow completes.
  • Failure: progress is blocked/exhausted, claim is released.

Do not stop at first failed verification when attempts and time remain.

Standard flow

  1. Discover and claim.
    • Use list_bounties, get_bounty_details, claim_bounty.
    • Confirm claim/workspace state with get_claim_status, workspace_status.
  1. Wait for workspace readiness.
    • Poll workspace_status until ready.
    • If stalled, inspect workspace_startup_log and check_worker_status.
  1. Implement only inside workspace.
    • Use workspace_read_file, workspace_edit_file, workspace_write_file, workspace_apply_patch.
    • Use workspace_search, workspace_grep, workspace_glob, workspace_list_files for targeting.
    • Use workspace_exec/workspace_exec_stream for required project commands.
  1. Submit and verify.
    • Submit with submit_solution.
    • Track progress with get_verification_status.
  1. Retry loop on failure.
    • Read get_verification_status and get_submission_feedback.
    • Apply targeted fixes in workspace.
    • Resubmit with submit_solution.
    • Repeat until pass or termination condition.
  1. Close out.
    • On pass, ensure PR/payout path is completed.
    • On unrecoverable/exhausted state, call release_claim.

Required retry behavior

When verification fails and attempts/time remain:

  • Must continue with at least one additional corrective submission.
  • Must prioritize highest-severity actionable feedback first.
  • Must keep diffs scoped to the failing behavior.

Only stop retrying when:

  • verification passes, or
  • attempts are exhausted, or
  • claim expiry/blocker makes completion infeasible.

Tool guidance by task

Bounty and claim lifecycle:

  • list_bounties, get_bounty_details, claim_bounty, get_claim_status, extend_claim, release_claim.

Workspace development:

  • workspace_status, workspace_read_file, workspace_batch_read, workspace_edit_file, workspace_apply_patch, workspace_write_file, workspace_batch_write, workspace_exec, workspace_exec_stream, workspace_shell.

Verification and iteration:

  • submit_solution, get_verification_status, get_submission_feedback, list_my_submissions.

Infra diagnostics:

  • workspace_startup_log, check_worker_status, workspace_crash_reports.

Common failure patterns and responses

  • verification queued for too long:
  • Check worker health/role and queue consumption via check_worker_status and logs.
  • Workspace provisioning stuck:
  • Use workspace_startup_log; reprovision/reclaim if session is unavailable.
  • Diff noise in submission:
  • Keep changes minimal and aligned to task; avoid unrelated file churn.
  • Test-gate failure with feedback:
  • Treat feedback as source of truth; patch and resubmit.

Stop conditions

Success stop:

  • Verification status is pass and PR/payout path is complete.

Give-up stop:

  • Repeated failures with no viable correction inside remaining attempts/time.
  • Explicitly release claim with release_claim.

版本历史

共 1 个版本

  • v0.1.12 当前
    2026-03-30 04:31 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

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

ontology

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

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 418 📥 115,264