Skip to content
All features
AI runtimepackages/ai/outreach-engine

outreach-engine package

Cold-outreach orchestrator — list dedupe, persona-aware drafting, send via SES/Resend, reply detection. Routes hot replies back into @nebutra/agents.

Open docs
Stability
Stable
Scope
Global
Boundary
packages/ai/outreach-engine

outreach-engine

packages/ai/outreach-engine

AI runtime · tool registry · MCP boundary

Ready

Capability graph

ai/outreach-engine
outreach-engine
Tool policy
Stream UI
Output

Run ledger

  1. 1
    Input
    packages/ai/outreach-engine/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
98 ms
events/sec
601/s
providers
7
eval score
89
Usageoutreach-engine.ts
typescript
outreach-engine.ts
1import { outreachEngine } from "@nebutra/outreach-engine";
2
3const result = await outreachEngine.run({
4  tenantId: org.id,
5  // outreach-engine is part of the AI runtime — composable with other AI primitives.
6  input: payload,
7});