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.
Instruction file imported from KashibuchiKyamin/my-tools (.github/instructions/general.instructions.md). Copyright stays with the author.
General Instructions
基本
変更は最小限・目的達成に必要な範囲で行う。
既存構成・命名・スタイルを尊重する。
仕様不明点は仮実装せず、要件に戻って確認する。
Git運用
原則として main へ直接コミットしない。
作業はブランチで行い、PRで統合する。
品質
変更に伴うドキュメント更新を忘れない。
重大な副作用がある変更は明示する。
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.