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.
chainweaver - Skill - OpenSmartRoute
Skillv1.0.0
chainweaver
Also read the nearest path-scoped `AGENTS.md` for the subtree you are changing — the index is in [AGENTS.md § 11](/AGENTS.md#11-instruction-precedence-and-discovery).
Instruction file imported from dgenio/ChainWeaver (.github/instructions/chainweaver.instructions.md). Copyright stays with the author.
ChainWeaver package — design traps
Also read the nearest path-scoped AGENTS.md for the subtree you are
changing — the index is in
AGENTS.md § 11.
Do not "fix" these without a solution for the underlying constraint.
See architecture.md § Design traps
for full context.
StepRecord and ExecutionResult are Pydantic models. They carry
serializable error_type / error_message fields, not live Exception
instances. Do not add a live exception field back.
log_utils.py was renamed from logging.py to avoid stdlib shadowing. Do
not rename it back.
Weaver Stack: do not add agent-kernel or weaver-spec imports to executor.py.
KernelBackedExecutor goes in a separate class.
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/dgenio-chainweaver-chainweaver-instructions/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.
{
"ocm": "1",
"id": "dgenio-chainweaver-chainweaver-instructions",
"kind": "skill",
"name": "chainweaver",
"description": "Also read the nearest path-scoped `AGENTS.md` for the subtree you are changing — the index is in [AGENTS.md § 11](/AGENTS.md#11-instruction-precedence-and-discovery).",
"publisher": "dgenio",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Also read the nearest path-scoped `AGENTS.md` for the subtree you are changing — the index is in [AGENTS.md § 11](/AGENTS.md#11-instruction-precedence-and-discovery)."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/dgenio/ChainWeaver",
"path": ".github/instructions/chainweaver.instructions.md",
"ref": "08be8da9eff11875c78bf0c238f1098f251edffb",
"url": "https://github.com/dgenio/ChainWeaver/blob/08be8da9eff11875c78bf0c238f1098f251edffb/.github/instructions/chainweaver.instructions.md",
"key": "dgenio/ChainWeaver/.github/instructions/chainweaver.instructions.md"
},
"applies_to": "chainweaver/**"
},
"instructions": "# ChainWeaver package — design traps\n\nAlso read the nearest path-scoped `AGENTS.md` for the subtree you are\nchanging — the index is in\n[AGENTS.md § 11](/AGENTS.md#11-instruction-precedence-and-discovery).\n\nDo not \"fix\" these without a solution for the underlying constraint.\nSee [architecture.md § Design traps](/docs/agent-context/architecture.md#design-traps)\nfor full context.\n\n- `StepRecord` and `ExecutionResult` are Pydantic models. They carry\n serializable `error_type` / `error_message` fields, not live `Exception`\n instances. Do not add a live exception field back.\n- `log_utils.py` was r",
"cost": {
"context_tokens": 202
}
}
Fetch it by URL: GET /api/v1/registry/dgenio-chainweaver-chainweaver-instructions/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.