Skip to content
全部能力
AI 运行时packages/ai/cofounder-match

cofounder-match 能力包

按技能 + 阶段匹配 cofounder — 短表单后输出排序候选,标注共同兴趣与可信引荐路径。

打开文档
稳定性
稳定
作用域
全局
边界
packages/ai/cofounder-match

cofounder-match

packages/ai/cofounder-match

AI 运行时 · 工具注册表 · MCP 边界

就绪

能力图谱

ai/cofounder-match
cofounder-match
工具策略
流式 UI
输出

执行账本

  1. 1
    输入
    packages/ai/cofounder-match/request
  2. 2
    规划
    message reducer -> model turn
  3. 3
    工具策略
    tool schema · auth scope · rate limit
  4. 4
    流式 UI
    events -> UI state machine
  5. 5
    输出
    @nebutra/agents response envelope
p50 延迟
125 毫秒
事件/秒
592/秒
提供方
6
评测分
80
使用方式cofounder-match.ts
typescript
cofounder-match.ts
1import { cofounderMatch } from "@nebutra/cofounder-match";
2
3const result = await cofounderMatch.run({
4  tenantId: org.id,
5  // cofounder-match is part of the AI runtime — composable with other AI primitives.
6  input: payload,
7});