Custom agent imported from uday160386/domain-specific-sll (
.github/agents/testcases.agent.md). Copyright stays with the author.
create bdd test cases for given swagger spec
Create bdd test cases for given swagger spec
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsCustom agent imported from uday160386/domain-specific-sll (
.github/agents/testcases.agent.md). Copyright stays with the author.
create bdd test cases for given swagger spec
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": "uday160386-domain-specific-sll-testcases-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": "uday160386-domain-specific-sll-testcases-agent",
"kind": "agent",
"name": "bdd_test_cases",
"description": "Create bdd test cases for given swagger spec",
"publisher": "uday160386",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Create bdd test cases for given swagger spec"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/uday160386/domain-specific-sll",
"path": ".github/agents/testcases.agent.md",
"ref": "5b0703dc22843726bb972acfd749ae405957b3d0",
"url": "https://github.com/uday160386/domain-specific-sll/blob/5b0703dc22843726bb972acfd749ae405957b3d0/.github/agents/testcases.agent.md",
"key": "uday160386/domain-specific-sll/.github/agents/testcases.agent.md"
}
},
"instructions": "<!-- Tip: Use /create-agent in chat to generate content with agent assistance -->\n\ncreate bdd test cases for given swagger spec",
"cost": {
"context_tokens": 31
}
}Fetch it by URL: GET /api/v1/registry/uday160386-domain-specific-sll-testcases-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.