JV
One voice-agent engine. Every call your team keeps meaning to make — as a pluggable playbook.
Judged on impact, idea, implementation, and demo — one build answers all four.
// Mock today, live CALL-E when the keys land — // every playbook above runs through this line unchanged. async function placeCall(playbook, contact) { return calle.calls.create({ to: contact.phone, objective: playbook.objective, script: playbook.questions, onResult: playbook.parseOutcome, // → structured JSON }); }