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
Click to show internal directories.
Click to hide internal directories.