AI runtimepackages/ai/cofounder-match
cofounder-match package
Skill-and-stage cofounder matching — answers a small intake, surfaces ranked candidates with shared interest and warm intros.
- Stability
- Stable
- Scope
- Global
- Boundary
- packages/ai/cofounder-match
cofounder-match
packages/ai/cofounder-matchAI runtime · tool registry · MCP boundary
Ready
Capability graph
ai/cofounder-matchcofounder-match
Tool policy
Stream UI
Output
Run ledger
- 1Inputpackages/ai/cofounder-match/request
- 2Planmessage reducer -> model turn
- 3Tool policytool schema · auth scope · rate limit
- 4Stream UIevents -> UI state machine
- 5Output@nebutra/agents response envelope
p50 latency
125 ms
events/sec
592/s
providers
6
eval score
80
Usagecofounder-match.ts
typescriptcofounder-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});