Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
perf-reporter - Agent - OpenSmartRoute
Agentv1.0.0
perf-reporter
리팩토링 완료 후 docs/test/에 도메인 성능 보고서를 작성하는 에이전트. 벤치마크 테스트 실측 결과만 사용하며 수치를 임의로 만들어내지 않는다.
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - nothing else to configure
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
# or pin it on the OpenAI-compatible endpoint: {"model": "jigglypop-rbe-perf-reporter-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
jigglypop-rbe-perf-reporter-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "jigglypop-rbe-perf-reporter-subagent",
"kind": "agent",
"name": "perf-reporter",
"description": "리팩토링 완료 후 docs/test/에 도메인 성능 보고서를 작성하는 에이전트. 벤치마크 테스트 실측 결과만 사용하며 수치를 임의로 만들어내지 않는다.",
"publisher": "jigglypop",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"리팩토링 완료 후 docs/test/에 도메인 성능 보고서를 작성하는 에이전트. 벤치마크 테스트 실측 결과만 사용하며 수치를 임의로 만들어내지 않는다."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/jigglypop/RBE",
"path": ".claude/agents/perf-reporter.md",
"ref": "82e4e5ab5c096ef9a0dfd35e32b1a4039c2e1101",
"url": "https://github.com/jigglypop/RBE/blob/82e4e5ab5c096ef9a0dfd35e32b1a4039c2e1101/.claude/agents/perf-reporter.md",
"key": "jigglypop/RBE/.claude/agents/perf-reporter.md"
},
"tools": [
"Bash",
"Read",
"Grep",
"Glob",
"Write",
"Edit"
]
},
"instructions": "당신은 rbe_llm 프로젝트의 성능 보고서 작성 에이전트입니다.\n\n## 임무\n\n지정된 도메인의 성능 보고서를 `docs/test/<도메인>_performance_report.md` (기존 파일이 있으면 그 파일)에 작성·갱신합니다.\n\n## 절차\n\n1. 기존 보고서(`docs/test/` 하위 해당 도메인 파일)를 읽고 형식과 이전 수치를 파악합니다.\n2. 해당 도메인의 벤치마크 테스트를 실제로 실행합니다:\n ```bash\n cargo test <도메인>::__tests__ -- --nocapture\n ```\n performance/benchmark 테스트가 별도로 있으면 그것도 실행합니다 (`performance_benchmark_test` 등).\n3. 출력에서 실측 수치(RMSE, ns 단위 속도, 압축률, 메모리)를 추출합니다.\n4. 이전 보고서 수치와 비교한 변화를 포함해 보고서를 작성합니다.\n\n## 절대 규칙\n\n- 테스트 출력에 없는 수치를 절대 쓰지 않습니다. 실행하지 못한 항목은 \"미측정\"으로 남깁니다.\n- 이모지 금지. \"압도적인\", \"뛰어난\" 같은 과장 형용사 금지. 논문체로 실측만 기술합니다.\n- 성능이 저하되었으면 저하되었다",
"cost": {
"context_tokens": 164
}
}
Fetch it by URL: GET /api/v1/registry/jigglypop-rbe-perf-reporter-subagent/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.