- Switch OnMessage → OnTypedMessage with natsutil.Decode[messages.VoiceRequest] - Return *messages.VoiceResponse with raw []byte audio (no base64) - Use messages.DocumentSource for RAG sources - Remove strVal/boolVal helpers - Add .dockerignore, GOAMD64=v3 in Dockerfile - Update tests for typed structs (7 tests pass)
10 lines
83 B
Plaintext
10 lines
83 B
Plaintext
.git
|
|
.gitignore
|
|
*.md
|
|
LICENSE
|
|
renovate.json
|
|
*_test.go
|
|
e2e_test.go
|
|
__pycache__
|
|
.env*
|