Answers from the documentation - opens a ticket when you need a person
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.
Answers come from the docs; check anything important there.
Imported from Kunkgg/missing_file_result_board (.kilocode/rules/AGENTS.md). Install upstream with npx skills add Kunkgg/missing_file_result_board --skill rules. Copyright stays with the author.
AGENTS.md
这是一个用于快速实现我们工程内部的缺失文件检查结果看板 api 后端的代码库
Goal: keep the system simple, maintainable, and pragmatic — avoid over-engineering.
Dev environment tips
使用 uv add 添加依赖(不要直接修改 pyproject.toml)
使用 uv run python 运行 Python 代码
Django 管理命令统一通过:
uv run python manage.py <command>
使用 djangorestframework 构建 API
使用 django-filters 实现过滤功能
python 版本: 3.14
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/kunkgg-missing-file-result-board-rules/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.