pullrequests Search Results · language:Dune language:Python language:JavaScript language:PHP is:unmerged language:JavaScript
Filter by
38.4M results
Summary
- add runtime dependencies used by shipped nemo_retriever code to the core project dependencies
- move duplicated extra-only entries out of optional extras now covered by core dependencies ...
Summary
Adds an OpenAIClient that matches OllamaClient s interface (chat, chat_stream, is_alive) plus a get_llm_client() factory
that picks one based on whether OPENAI_API_KEY is set. Six call-sites (4 ...
Summary
This adds stale-while-revalidate behavior to the shared cache helper and applies it to the data that powers the
homepage.
Instead of blocking a homepage request whenever a cached value expires, ...
Summary
- adds docs/contributing_planner.md as the minimum viable path for planner and adapter contributions
- links the guide from docs/README.md so external contributors and reviewers can find it ...
$(cat EOF
Summary
- Root cause: scoring.py emits scores as 0–100 integers; frontend s JobMatchCard multiplied by 100, producing values
like 5000%. FitScore (scorer.py) already emits 0.0–1.0 floats ...
Implements embed_text, weaviate_ready, and ingest_corpus for Module 8 Drill 8.\n\nLocal verification:\n- python3 -m
pytest tests/ -v
Updates composer configuration files.
This pull request changes the following file(s):
- Update composer.json
- Update composer.lock
composer
patch
picture source media= (prefers-color-scheme: dark) srcset= https://static.trunk.io/assets/merge_test_pr_banner_dark.svg
source media= (prefers-color-scheme: light) srcset= https://static.trunk.io/assets/merge_test_pr_banner_light.svg ...
Summary
- Reads RECEIVER_ID env var (default 0) at startup — same pattern as PROCESSOR_ID
- All MQTT topics now include {receiver_id}: SkyFollower/receiver/{id}/status and SkyFollower/receiver/{id}/statistics ...