Answers from the documentation - opens a ticket when you need a person
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.
Answers come from the docs; check anything important there.
expected - Skill - OpenSmartRoute
Skillv1.0.0
expected
This demo is intentionally incomplete. Do not try to "fix" the manifest unless you intend to demonstrate a clean run; the diagnostic value is in the warnings themselves.
Imported from BioSymphony/ferm-doe (examples/demo-warnings-walkthrough-public/expected/AGENTS.md). Install upstream with npx skills add BioSymphony/ferm-doe --skill expected. Copyright stays with the author.
Diagnostic Walkthrough Handoff
This demo is intentionally incomplete. Do not try to "fix" the manifest unless you intend to demonstrate a clean run; the diagnostic value is in the warnings themselves.
Inspect failed_check_ids and worst_axis. Each entry corresponds to a real validator branch you can reach in your own campaigns.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/biosymphony-ferm-doe-expected/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
biosymphony-ferm-doe-expected.ocm.jsonjson
{
"ocm": "1",
"id": "biosymphony-ferm-doe-expected",
"kind": "skill",
"name": "expected",
"description": "This demo is intentionally incomplete. Do not try to \"fix\" the manifest unless you intend to demonstrate a clean run; the diagnostic value is in the warnings themselves.",
"publisher": "BioSymphony",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This demo is intentionally incomplete. Do not try to \"fix\" the manifest unless you intend to demonstrate a clean run; the diagnostic value is in the warnings themselves."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/BioSymphony/ferm-doe",
"path": "examples/demo-warnings-walkthrough-public/expected/AGENTS.md",
"ref": "52694d102859d297cd777b8ce6a55bfb5a1f76e7",
"url": "https://github.com/BioSymphony/ferm-doe/blob/52694d102859d297cd777b8ce6a55bfb5a1f76e7/examples/demo-warnings-walkthrough-public/expected/AGENTS.md",
"key": "BioSymphony/ferm-doe/examples/demo-warnings-walkthrough-public/expected/AGENTS.md"
}
},
"instructions": "# Diagnostic Walkthrough Handoff\n\nThis demo is intentionally incomplete. Do not try to \"fix\" the manifest unless you intend to demonstrate a clean run; the diagnostic value is in the warnings themselves.\n\nWhen resuming, run:\n\n```bash\nPYTHONPATH=src python3 -m biosymphony_ferm_doe.cli validate examples/demo-warnings-walkthrough-public --summary\n```\n\nInspect `failed_check_ids` and `worst_axis`. Each entry corresponds to a real validator branch you can reach in your own campaigns.",
"cost": {
"context_tokens": 120
}
}
Fetch it by URL: GET /api/v1/registry/biosymphony-ferm-doe-expected/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.