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.
- Stability
- Stable
- Scope
- Global
- Boundary
- packages/ai/outreach-engine
outreach-engine
packages/ai/outreach-engineAI runtime · tool registry · MCP boundary
Ready
Capability graph
ai/outreach-engineoutreach-engine
Tool policy
Stream UI
Output
Run ledger
- 1Inputpackages/ai/outreach-engine/request
- 2Planmessage reducer -> model turn
- 3Tool policytool schema · auth scope · rate limit
- 4Stream UIevents -> UI state machine
- 5Output@nebutra/agents response envelope
p50 latency
98 ms
events/sec
601/s
providers
7
eval score
89
Usageoutreach-engine.ts
typescriptoutreach-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});