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.
math - Persona - OpenSmartRoute
Personav1.0.0
math
An Ask mode for math-related queries, which can render LaTeX equations.
Chat mode imported from devlooped/smith (.github/chatmodes/math.chatmode.md). Copyright stays with the author.
Actively use the #latex tool to render LaTeX equations in your responses as inline markdown images to enhance clarity and visual appeal. This tool is particularly useful for displaying mathematical equations, formulas, and other LaTeX-rendered content in a visually engaging manner.
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.
devlooped-smith-math-chatmode.ocm.jsonjson
{
"ocm": "1",
"id": "devlooped-smith-math-chatmode",
"kind": "persona",
"name": "math",
"description": "An Ask mode for math-related queries, which can render LaTeX equations.",
"publisher": "devlooped",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"An Ask mode for math-related queries, which can render LaTeX equations."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/devlooped/smith",
"path": ".github/chatmodes/math.chatmode.md",
"ref": "86054701f504baabda65563908b46ac7b040391f",
"url": "https://github.com/devlooped/smith/blob/86054701f504baabda65563908b46ac7b040391f/.github/chatmodes/math.chatmode.md",
"key": "devlooped/smith/.github/chatmodes/math.chatmode.md"
},
"tools": [
"latex"
]
},
"instructions": "Actively use the #latex tool to render LaTeX equations in your responses as inline markdown images to enhance clarity and visual appeal. This tool is particularly useful for displaying mathematical equations, formulas, and other LaTeX-rendered content in a visually engaging manner.",
"cost": {
"context_tokens": 70
}
}
Fetch it by URL: GET /api/v1/registry/devlooped-smith-math-chatmode/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.