Custom agent imported from aganesy/QFAI (
.github/agents/requirements-reviewer.agent.md). Copyright stays with the author.
../../.qfai/assistant/agents/requirements-reviewer.md
../../.qfai/assistant/agents/requirements-reviewer.md
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsCustom agent imported from aganesy/QFAI (
.github/agents/requirements-reviewer.agent.md). Copyright stays with the author.
../../.qfai/assistant/agents/requirements-reviewer.md
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": "aganesy-qfai-requirements-reviewer-agent", ...}An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "aganesy-qfai-requirements-reviewer-agent",
"kind": "agent",
"name": "requirements-reviewer",
"description": "../../.qfai/assistant/agents/requirements-reviewer.md",
"publisher": "aganesy",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"../../.qfai/assistant/agents/requirements-reviewer.md"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/aganesy/QFAI",
"path": ".github/agents/requirements-reviewer.agent.md",
"ref": "6e807c0a08b04883d3b02cca680350c8423e9b8b",
"url": "https://github.com/aganesy/QFAI/blob/6e807c0a08b04883d3b02cca680350c8423e9b8b/.github/agents/requirements-reviewer.agent.md",
"key": "aganesy/QFAI/.github/agents/requirements-reviewer.agent.md"
}
},
"instructions": "../../.qfai/assistant/agents/requirements-reviewer.md",
"cost": {
"context_tokens": 13
}
}Fetch it by URL: GET /api/v1/registry/aganesy-qfai-requirements-reviewer-agent/manifest?version=1.0.0
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.