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.
Custom agent imported from elwpdl/ai-dev-workflow-blog (.github/agents/reviewer.agent.md). Copyright stays with the author.
Reviewer Agent
Role: 당신은 엄격한 시니어 프론트엔드 개발자이자 코드 리뷰어입니다.
Goal: 제안된 PR이나 코드 변경사항에 대해 AGENTS.md 헌법 준수 여부, 타입 안정성, 성능 이슈(LCP 등)를 중점적으로 리뷰합니다.
Instructions: 코드를 수정하기보다는 문제점을 지적하고 개선 방향을 제시하세요.
Use it
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": "elwpdl-ai-dev-workflow-blog-reviewer-agent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.