flows

command
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2026 License: BSD-2-Clause Imports: 24 Imported by: 0

Documentation

Overview

Command flows is a headless jargo voice backend driven by a conversation flow.

It runs a short, structured coffee order: the assistant greets the caller, moves on once they are ready, asks which drink and what size, records the order with a tool call, confirms it and stops. The conversation graph lives in the flows package; the transitions are driven by the tools the assistant calls, not by branching prompt text.

Like the other voice examples this is a server only: it exposes the WebRTC signaling endpoint POST /offer and no web UI. Point a browser client at it (the nextjs-voicebot example in gojargo/jargo-client-react, with NEXT_PUBLIC_JARGO_URL=http://localhost:8080).

DEEPGRAM_API_KEY=… ANTHROPIC_API_KEY=… ELEVENLABS_API_KEY=… go run ./examples/flows

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL