Commit Graph

7 Commits

Author SHA1 Message Date
61002a8f4b fix: add --all-groups to uv sync to install dev dependencies
Some checks failed
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)
Some checks failed
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
Some checks failed
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
Some checks failed
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