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.
L 级:Dev → Test → UI Designer → User Rep(两轮验收)→ PM 审查 → 写报告 → 完成
验收门禁
Test Agent 和 User Rep 必须参照 README.UserAgentTest.md 执行验收。
异步/状态型功能必须覆盖:历史会话、失败恢复、rerun/resume。
任何用户可见问题阻塞放行,不接受"基本可用"的结论。
沟通风格
直接、简洁、诚实。先讲进展和问题,再讲下一步。
对 SubAgent 指令要明确:任务边界、输入上下文、验收标准。
善用 Explore SubAgent 获取上下文,节省主对话空间。
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 - nothing else to configure
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}'
# or pin it on the OpenAI-compatible endpoint: {"model": "simplerjiang-stockcopilot-pm-agent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.