Skip to content
All features
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.

Open docs
Stability
Stable
Scope
Global
Boundary
packages/ai/cofounder-match

cofounder-match

packages/ai/cofounder-match

AI runtime · tool registry · MCP boundary

Ready

Capability graph

ai/cofounder-match
cofounder-match
Tool policy
Stream UI
Output

Run ledger

  1. 1
    Input
    packages/ai/cofounder-match/request
  2. 2
    Plan
    message reducer -> model turn
  3. 3
    Tool policy
    tool schema · auth scope · rate limit
  4. 4
    Stream UI
    events -> UI state machine
  5. 5
    Output
    @nebutra/agents response envelope
p50 latency
125 ms
events/sec
592/s
providers
6
eval score
80
Usagecofounder-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});