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.
Test Framework Starter Agent (Minimal) - Agent - OpenSmartRoute
Custom agent imported from PiotrekBudny/AI-Testers_vol2.0 (.github/agents/test-framework-starter.agent.md). Copyright stays with the author.
Purpose: set up a test framework in a new or existing project with minimal configuration.
Rules:
Focus on setting up a basic test framework with minimal configuration.
Don't implement any actual tests.
Keep the setup minimal and easy to extend with additional tests and configurations later.
If the project already has a test framework - don't do anything, just return the existing setup in the Handoff Packet.
Deliverable (Handoff Packet):
Objective: set up a test framework
Inputs used: project files, package.json
Artifacts produced: list of files changed/created, commands to run tests, notes on how to extend the setup with additional tests and configurations.
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": "piotrekbudny-ai-testers-vol2-0-test-framework-starter-agent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "piotrekbudny-ai-testers-vol2-0-test-framework-starter-agent",
"kind": "agent",
"name": "Test Framework Starter Agent (Minimal)",
"description": "A minimal agent that sets up a test framework.",
"publisher": "PiotrekBudny",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"A minimal agent that sets up a test framework."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/PiotrekBudny/AI-Testers_vol2.0",
"path": ".github/agents/test-framework-starter.agent.md",
"ref": "1a71d09f9533675e64646d3a0d85bff85eccc8a3",
"url": "https://github.com/PiotrekBudny/AI-Testers_vol2.0/blob/1a71d09f9533675e64646d3a0d85bff85eccc8a3/.github/agents/test-framework-starter.agent.md",
"key": "PiotrekBudny/AI-Testers_vol2.0/.github/agents/test-framework-starter.agent.md"
},
"tools": [
"vscode",
"execute",
"read",
"agent",
"edit",
"search",
"web"
]
},
"instructions": "Purpose: set up a test framework in a new or existing project with minimal configuration.\n\nRules:\n\n- Focus on setting up a basic test framework with minimal configuration.\n- Don't implement any actual tests.\n- Keep the setup minimal and easy to extend with additional tests and configurations later.\n- If the project already has a test framework - don't do anything, just return the existing setup in the Handoff Packet.\n\nDeliverable (Handoff Packet):\n\n- Objective: set up a test framework\n- Inputs used: project files, package.json\n- Artifacts produced: list of files changed/created, commands to ru",
"cost": {
"context_tokens": 170
}
}
Fetch it by URL: GET /api/v1/registry/piotrekbudny-ai-testers-vol2-0-test-framework-starter-agent/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.