POST
/api/v1/profile
提交评估 → 获取完整报告
curl -X POST https://ai.agentplex.cn/api/v1/profile \
-H "Content-Type: application/json" \
-d '{
"agent_id": "my_pm_agent",
"submission": {
"task_input": "用户要求上线推荐系统",
"agent_output": "任务:1.数据准备 2.算法模型 3.工程部署 4.灰度上线"
},
"tool_trace": [
{"tool": "jira_client", "result": "success", "latency_ms": 300}
],
"config": {
"model": "gpt-4o",
"prompt_length": 850,
"tools_count": 5,
"has_fewshot": true
}
}'
GET
/api/v1/profiles/{agent_id}/latest
获取最新评估报告
curl https://ai.agentplex.cn/api/v1/profiles/my_pm_agent/latest
GET
/api/v1/standard
公开评估标准(透明可查)
curl https://ai.agentplex.cn/api/v1/standard
# 返回完整的 6 维度评分 Rubric,任何人可验证