|
|
8ef0c93e47
|
feat: migrate to typed messages, drop base64
CI / Lint (pull_request) Failing after 1m22s
CI / Test (pull_request) Failing after 1m21s
CI / Release (pull_request) Has been skipped
CI / Notify (pull_request) Successful in 1s
- 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)
|
2026-02-20 07:10:51 -05:00 |
|
|
|
f41198d8f2
|
feat: add e2e tests + benchmarks, fix config API
- e2e_test.go: full voice pipeline (STT->Embed->Rerank->LLM->TTS)
- main.go: fix config field->method references
- Benchmarks: full pipeline 481µs/op
|
2026-02-20 06:45:21 -05:00 |
|
|
|
2e66cac1e9
|
feat: rewrite voice-assistant in Go
Replace Python voice assistant with Go for smaller container images.
Uses handler-base Go module for NATS, health, telemetry, and all service clients.
- Full pipeline: STT → embed → Milvus → rerank → LLM → TTS
- Base64 audio encode/decode
- Dockerfile: multi-stage golang:1.25-alpine → scratch
- CI: Gitea Actions with lint/test/release/docker/notify
|
2026-02-19 18:00:58 -05:00 |
|
|
|
e028d078d8
|
fix: replace astral-sh/setup-uv action with shell install
CI / Lint (push) Successful in 1m33s
CI / Test (push) Successful in 1m36s
CI / Release (push) Successful in 5s
CI / Notify (push) Successful in 1s
The JS-based GitHub Action doesn't work on Gitea's act runner.
Use curl installer + GITHUB_PATH instead.
v0.0.4
|
2026-02-13 19:40:54 -05:00 |
|
|
|
8fb683d63e
|
chore: add Renovate config for automated dependency updates
CI / Lint (push) Successful in 1m35s
CI / Test (push) Successful in 1m37s
CI / Notify (push) Successful in 1s
CI / Release (push) Successful in 5s
Ref: ADR-0057
v0.0.3
|
2026-02-13 15:33:49 -05:00 |
|
|
|
4048870392
|
chore: add pre-commit config with ruff hooks
CI / Lint (push) Successful in 2m30s
CI / Test (push) Successful in 2m59s
CI / Release (push) Successful in 56s
CI / Notify (push) Successful in 2s
- Add .pre-commit-config.yaml for local development
- Update .gitignore to allow .pre-commit-config.yaml
v0.0.2
|
2026-02-02 09:10:27 -05:00 |
|
|
|
0462412353
|
fix: ruff formatting, allow-direct-references, and noqa for Kubeflow pipeline vars
CI / Lint (push) Successful in 51s
CI / Test (push) Successful in 55s
CI / Release (push) Successful in 7s
CI / Notify (push) Successful in 2s
v0.0.1
|
2026-02-02 08:44:14 -05:00 |
|
|
|
58465b77d8
|
fix: upgrade setup-uv to v7 with explicit activate-environment: false
CI / Test (push) Failing after 22s
CI / Release (push) Has been skipped
CI / Lint (push) Failing after 28s
CI / Notify (push) Successful in 1s
|
2026-02-02 08:26:09 -05:00 |
|
|
|
9841fd3819
|
fix: downgrade setup-uv to v4 for act_runner compatibility
CI / Release (push) Has been cancelled
CI / Notify (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
|
2026-02-02 08:25:23 -05:00 |
|
|
|
d5767a31da
|
fix: use --extra dev for optional dependencies
CI / Lint (push) Failing after 30s
CI / Test (push) Failing after 19s
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 1s
|
2026-02-02 08:14:58 -05:00 |
|
|
|
61002a8f4b
|
fix: add --all-groups to uv sync to install dev dependencies
CI / Lint (push) Failing after 12s
CI / Test (push) Failing after 23s
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 2s
|
2026-02-02 08:11:13 -05:00 |
|
|
|
c9ba9e22bb
|
feat: add ntfy notifications and semantic versioning (ADR-0015)
CI / Lint (push) Failing after 24s
CI / Test (push) Failing after 19s
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 2s
|
2026-02-02 08:00:29 -05:00 |
|
|
|
a7863566d3
|
ci: re-trigger pipeline
CI / Lint (push) Failing after 1s
CI / Test (push) Failing after 1s
|
2026-02-02 07:51:07 -05:00 |
|
|
|
dd4aea53e6
|
ci: add Gitea Actions workflow, add uv.lock
CI / Lint (push) Failing after 1s
CI / Test (push) Failing after 1s
|
2026-02-02 07:16:04 -05:00 |
|
|
|
77d6822a63
|
refactor: consolidate to handler-base, migrate to pyproject.toml, add tests
|
2026-02-02 07:10:54 -05:00 |
|
|
|
f0b626a5e7
|
feat: Add voice assistant handler and Kubeflow pipeline
- voice_assistant.py: Standalone NATS handler with full RAG pipeline
- voice_assistant_v2.py: Handler-base implementation
- pipelines/voice_pipeline.py: KFP SDK pipeline definitions
- Dockerfiles for both standalone and handler-base versions
Pipeline: STT → Embeddings → Milvus → Rerank → LLM → TTS
|
2026-02-01 20:32:37 -05:00 |
|
|
|
08a17ebd8e
|
Initial commit
|
2026-02-01 20:05:19 +00:00 |
|