functions
Installation
SKILL.md
Zavu Functions
Zavu Functions = serverless TypeScript on Zavu Cloud + a declarative framework for AI agents.
import { defineAgent, defineTool } from "@zavu/functions"
defineAgent({
senderId: process.env.SENDER_ID!,
name: "Bella",
provider: "zavu",
model: "openai/gpt-4o-mini",
prompt: "You are Bella, host at the restaurant. Be brief.",
})