webclaw/crates
Jacob Magar 5217b99601 feat(noxa-68r.8): daemon binary + README
- noxa-rag-daemon: --config, --log-level, --version args (clap)
- Startup sequence: config load -> watch_dir create-if-missing -> embed probe
  -> vector store -> tokenizer -> Pipeline::new() -> signal handlers -> run()
- Embed dims probed dynamically (dummy embed call, no hardcode)
- tokenizer.json loaded from local_path (Rust tokenizers crate has no from_pretrained)
  - Clear error message with huggingface-cli download command
  - Accepts directory or direct file path
- Tracing to stderr (stdout may be piped)
- World-readable config warning on unix
- 10s force-exit timeout after CancellationToken cancel
- SIGTERM + Ctrl-C via tokio signal handlers
- README.md: CRITICAL TEI --pooling last-token warning, full config reference,
  quickstart, architecture diagram
- LEARNED: tokenizers Rust crate has no from_pretrained — local_path is required
2026-04-12 07:23:33 -04:00
..
noxa-cli feat(llm): add Gemini CLI provider as primary; set qwen3.5:9b as default Ollama model 2026-04-12 00:52:53 -04:00
noxa-core feat(llm): add Gemini CLI provider as primary; set qwen3.5:9b as default Ollama model 2026-04-12 00:52:53 -04:00
noxa-fetch feat(llm): add Gemini CLI provider as primary; set qwen3.5:9b as default Ollama model 2026-04-12 00:52:53 -04:00
noxa-llm feat(llm): add Gemini CLI provider as primary; set qwen3.5:9b as default Ollama model 2026-04-12 00:52:53 -04:00
noxa-mcp feat(llm): add Gemini CLI provider as primary; set qwen3.5:9b as default Ollama model 2026-04-12 00:52:53 -04:00
noxa-pdf chore: rebrand webclaw to noxa 2026-04-11 00:10:38 -04:00
noxa-rag feat(noxa-68r.8): daemon binary + README 2026-04-12 07:23:33 -04:00