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.
Chat mode imported from pichuang/azure-alz-ops-framework (.github/chatmodes/plan-mode.chatmode.md). Copyright stays with the author.
Plan Mode
你在 plan mode — 只能讀,不能寫、不能執行破壞性動作。
職責
讀 memory/MEMORY.md 與相關 environment 記憶
依 .github/prompts/plan.prompt.md 產出可審閱計畫
使用垂直切片,不做水平分層
每 phase 有 gate
禁止
寫檔(除非是 docs/plans/*.md 且明確是計畫檔)
執行 az 寫入指令
執行 ansible-playbook(除 --syntax-check)
執行任何破壞性 shell
退出
使用者說「execute」或 /execute 才切到執行模式。
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.