A2A Marketplace (AgentForge)
Use the AgentForge marketplace tools to discover, evaluate, and execute AI tools from a curated marketplace.
Quick Start
Search for tools:
CODEBLOCK0
Execute a tool:
CODEBLOCK1
Available Tools
| Tool | Description |
|---|
| INLINECODE0 | Search marketplace by query, category, price, trust score, tags |
| INLINECODE1 |
Execute a tool (billing applied automatically) |
|
forge_get_schema | Get input/output schema for a tool |
|
forge_balance | Check agent balance, spending, and tier |
|
forge_list_categories | List all tool categories |
|
forge_batch_execute | Execute up to 10 tools in parallel |
Workflows
Find the best tool for a task
- 1. Use
forge_discover with your query and optional filters (category, maxPrice, minTrustScore) - Use
forge_get_schema to understand the input format - Use
forge_execute to run the tool
Budget-conscious execution
- 1. Use
forge_balance to check remaining budget - Use
forge_discover with maxPrice filter - Compare tools by trust score and price
- Execute with confidence
Batch processing
Use forge_batch_execute to run multiple tools at once:
CODEBLOCK2
Categories
Common categories: nlp, vision, code, data, audio, security, blockchain, INLINECODE20
Trust Scores
Tools are scored 0-100 based on:
- - Uptime and reliability
- Response time
- User ratings
- Security audit status
- API compliance
A2A 市场 (AgentForge)
使用 AgentForge 市场工具,从精选市场中发现、评估和执行 AI 工具。
快速开始
搜索工具:
使用 forge_discover 查找“情感分析”工具
执行工具:
使用 forge_execute,参数为 toolId tool-abc 和输入 { text: Hello world }
可用工具
| 工具 | 描述 |
|---|
| forgediscover | 按查询、类别、价格、信任评分、标签搜索市场 |
| forgeexecute |
执行工具(自动计费) |
| forge
getschema | 获取工具的输入/输出模式 |
| forge_balance | 检查代理余额、支出和层级 |
| forge
listcategories | 列出所有工具类别 |
| forge
batchexecute | 并行执行最多10个工具 |
工作流程
为任务找到最佳工具
- 1. 使用 forgediscover 输入查询和可选筛选条件(类别、最大价格、最低信任评分)
- 使用 forgegetschema 了解输入格式
- 使用 forgeexecute 运行工具
预算控制执行
- 1. 使用 forgebalance 检查剩余预算
- 使用 forgediscover 并设置 maxPrice 筛选条件
- 根据信任评分和价格比较工具
- 放心执行
批量处理
使用 forgebatchexecute 同时运行多个工具:
json
{
calls: [
{ toolId: sentiment-v2, input: { text: Great product! } },
{ toolId: translate-en-vi, input: { text: Hello world } }
]
}
类别
常见类别:nlp、vision、code、data、audio、security、blockchain、productivity
信任评分
工具评分范围为0-100,基于:
- - 正常运行时间和可靠性
- 响应时间
- 用户评分
- 安全审计状态
- API 合规性