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.
Imported from 843773493/vscode-graph-agent-opencode (tools/AGENTS.md). Install upstream with npx skills add 843773493/vscode-graph-agent-opencode --skill tools. Copyright stays with the author.
工具目录说明
目录作用
存放仓库运行时依赖的本地工具和可执行文件。
当前计划放置本地 bun 运行时,供仓库内的 JS/TS 进程优先使用,避免依赖全局 bun。
可以修改
可新增本地工具文件、启动包装脚本、校验脚本。
可更新与本地工具调用相关的配置文件。
不要修改
不要删除未确认用途的工具文件。
不要把大体积二进制随意挪到其他目录。
不要改动与本目录无关的业务代码,除非是为了接入本地工具。
约定
优先使用相对仓库根目录的明确路径调用本地工具。
Windows 下的可执行文件优先放在此目录根下或明确子目录中。
若工具版本升级,必须同步更新调用路径和说明。
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/843773493-vscode-graph-agent-opencode-tools/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.