2fa3668e8a
fix: use tagged handler-base v0.1.3, remove local replace directive
CI / Docker Build & Push (push) Has been cancelled
CI / Notify (push) Has been cancelled
CI / Lint (push) Failing after 57s
CI / Test (push) Failing after 1m34s
CI / Release (push) Has been cancelled
2026-02-20 09:00:45 -05:00
b48fbb424d
fix: resolve golangci-lint errcheck warnings
...
CI / Lint (push) Failing after 57s
CI / Test (push) Failing after 1m22s
CI / Release (push) Has been cancelled
CI / Docker Build & Push (push) Has been cancelled
CI / Notify (push) Has been cancelled
- Add error checks for unchecked return values (errcheck)
- Remove unused struct fields (unused)
- Fix gofmt formatting issues
2026-02-20 08:45:24 -05:00
c27d192705
Merge pull request 'feature/go-handler-refactor' ( #1 ) from feature/go-handler-refactor into main
...
CI / Lint (push) Failing after 57s
CI / Test (push) Failing after 1m24s
CI / Notify (push) Successful in 1s
CI / Release (push) Has been skipped
CI / Docker Build & Push (push) Has been skipped
Reviewed-on: #1
2026-02-20 12:33:32 +00:00
4175e2070c
feat: migrate to typed messages, drop base64
...
CI / Lint (pull_request) Failing after 58s
CI / Test (pull_request) Failing after 1m22s
CI / Notify (pull_request) Successful in 1s
CI / Release (pull_request) Has been skipped
CI / Docker Build & Push (pull_request) Has been skipped
- Switch OnMessage → OnTypedMessage with natsutil.Decode[messages.ChatRequest]
- Return *messages.ChatResponse / *messages.ChatStreamChunk (not map[string]any)
- Audio as raw []byte in msgpack (25% wire savings vs base64)
- Remove strVal/boolVal/intVal helpers
- Add .dockerignore, GOAMD64=v3 in Dockerfile
- Update tests for typed structs (9 tests pass)
2026-02-20 07:10:43 -05:00
609b44de83
feat: add e2e tests + benchmarks, fix config API
...
- e2e_test.go: full pipeline tests (LLM-only, RAG, TTS, timeout)
- main.go: fix config field->method references (EmbeddingsURL() etc.)
- Benchmarks: LLMOnly 136µs/op, RAGFlow 496µs/op
2026-02-20 06:45:21 -05:00
adcdb87b9a
feat: rewrite chat-handler in Go
...
Replace Python chat handler with Go for smaller container images.
Uses handler-base Go module for NATS, health, telemetry, and service clients.
- RAG pipeline: embed → Milvus → rerank → LLM
- Streaming response chunks
- Optional TTS synthesis
- Custom response_subject support for companions-frontend
2026-02-19 17:58:52 -05:00
a1cf87909d
fixing ruff suggestions and tests needed updating.
CI / Lint (push) Successful in 1m39s
CI / Test (push) Successful in 1m37s
CI / Release (push) Successful in 6s
CI / Notify (push) Successful in 1s
v0.0.5
2026-02-18 07:37:13 -05:00
24a4098c9a
fixing up chat-handler.
CI / Lint (push) Failing after 1m39s
CI / Test (push) Failing after 1m37s
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 1s
2026-02-18 07:29:41 -05:00
b34e8d2e1c
fix: replace astral-sh/setup-uv action with shell install
...
CI / Lint (push) Successful in 58s
CI / Test (push) Successful in 1m50s
CI / Release (push) Successful in 25s
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:53 -05:00
3a4a13f0de
chore: add Renovate config for automated dependency updates
...
CI / Notify (push) Successful in 1s
CI / Lint (push) Successful in 1m8s
CI / Test (push) Successful in 2m0s
CI / Release (push) Successful in 4s
Ref: ADR-0057
v0.0.3
2026-02-13 15:33:43 -05:00
3d71ecd8e0
chore: add pre-commit config with ruff hooks
CI / Lint (push) Successful in 2m30s
CI / Test (push) Successful in 2m27s
CI / Release (push) Successful in 1m12s
CI / Notify (push) Successful in 2s
v0.0.2
2026-02-02 09:10:33 -05:00
b8ba237946
fix: ruff formatting and allow-direct-references for handler-base dep
CI / Lint (push) Successful in 43s
CI / Test (push) Successful in 49s
CI / Release (push) Successful in 6s
CI / Notify (push) Successful in 1s
v0.0.1
2026-02-02 08:44:34 -05:00
09e8135f93
fix: upgrade setup-uv to v7 with explicit activate-environment: false
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 2s
CI / Lint (push) Failing after 20s
CI / Test (push) Failing after 26s
2026-02-02 08:26:10 -05:00
cd7e1d2155
fix: downgrade setup-uv to v4 for act_runner compatibility
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Release (push) Has been cancelled
CI / Notify (push) Has been cancelled
2026-02-02 08:25:23 -05:00
e261e2c1a8
fix: use --extra dev for optional dependencies
CI / Lint (push) Failing after 20s
CI / Test (push) Failing after 19s
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 1s
2026-02-02 08:14:59 -05:00
24c3208247
fix: add --all-groups to uv sync to install dev dependencies
CI / Lint (push) Failing after 19s
CI / Test (push) Failing after 19s
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 2s
2026-02-02 08:11:45 -05:00
6def622ffd
feat: add ntfy notifications and semantic versioning (ADR-0015)
CI / Lint (push) Failing after 17s
CI / Test (push) Failing after 18s
CI / Release (push) Has been skipped
CI / Notify (push) Successful in 2s
2026-02-02 08:00:30 -05:00
930740dd1c
ci: re-trigger pipeline
CI / Lint (push) Failing after 1s
CI / Test (push) Failing after 1s
2026-02-02 07:51:08 -05:00
bd021b4c53
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:11 -05:00
bed9fa4297
refactor: consolidate to handler-base, migrate to pyproject.toml, add tests
2026-02-02 07:11:02 -05:00
6ef42b3d2c
feat: Add chat handler with RAG pipeline
...
- chat_handler.py: Standalone NATS handler with RAG
- chat_handler_v2.py: Handler-base implementation
- Dockerfiles for both versions
Pipeline: Embeddings → Milvus → Rerank → LLM → (optional TTS)
2026-02-01 20:37:34 -05:00
cf859ead4e
Initial commit
2026-02-02 01:36:39 +00:00