专为 AI Agent 设计
把招聘平台工作流变成稳定、可编排、可验证的命令行协议。
能力发现
`boss schema` 是能力真源:命令、参数、角色、平台可用性一次返回,宿主不需要硬编码命令表。
$ boss schema --format native
{
"ok": true,
"supported_platforms": ["zhipin", "zhilian"],
"commands": ["search", "detail", "greet", "hr"]
}
核心差异化
{
"ok": true,
"schema_version": "1.0",
"command": "search",
"data": [
{
"title": "Golang 高级工程师",
"salary": "25-50K",
"welfare_match": {
"双休": "tag",
"五险一金": "tag"
}
}
],
"pagination": { "has_more": true },
"hints": { "next_actions": ["boss detail <sid>"] }
}
CLI 不变量
开源项目质量
github.com/can4hou6joeng4/boss-agent-cli