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.
Imported from vectal-labs/director (tests/AGENTS.md). Install upstream with npx skills add vectal-labs/director --skill tests. Copyright stays with the author.
Tests
From the repo root: python3 -m unittest discover -s tests -p 'test_*.py'.
CLI fixtures mirror the real layout: scripts in director/, teaching in root profile/ and operational data in root state/; legacy fixtures use private/ only to verify migration. Copy scripts from the repo, never personal files.
Use fake bb and cmux binaries. Never message real agents or change real app state during tests.
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 - a plan picks it for its slot
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}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
vectal-labs-director-tests.ocm.jsonjson
{
"ocm": "1",
"id": "vectal-labs-director-tests",
"kind": "skill",
"name": "tests",
"description": "Tests",
"publisher": "vectal-labs",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Tests"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/vectal-labs/director",
"path": "tests/AGENTS.md",
"ref": "96f3f1e45c6ab55ff09a35716d3237705e736f00",
"url": "https://github.com/vectal-labs/director/blob/96f3f1e45c6ab55ff09a35716d3237705e736f00/tests/AGENTS.md",
"key": "vectal-labs/director/tests/AGENTS.md"
}
},
"instructions": "# Tests\n\n- From the repo root: `python3 -m unittest discover -s tests -p 'test_*.py'`.\n- CLI fixtures mirror the real layout: scripts in `director/`, teaching in root `profile/` and operational data in root `state/`; legacy fixtures use `private/` only to verify migration. Copy scripts from the repo, never personal files.\n- Use fake `bb` and `cmux` binaries. Never message real agents or change real app state during tests.",
"cost": {
"context_tokens": 106
}
}
Fetch it by URL: GET /api/v1/registry/vectal-labs-director-tests/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.