Getting started
Getting started
Getting started
go get github.com/gojargo/jargo
go run ./examples/echo # then open http://localhost:8080The echo bot needs no API keys and no native libraries. If you hear yourself back, the audio path works.
- Installation
: the cgo-free default build, the two
optional runtime libraries, and the
libsoxr/libopusbuild tags. - Quickstart : run the example bots, locally or with Docker.
- Your first bot : the full STT → LLM → TTS pipeline, built up line by line.
Then read Architecture for the model behind what you just wired.