Commit History

fix(llm): move trust_remote_code to top-level pipeline param to avoid duplicate arg error
5d6aee7

GitHub Actions commited on

fix(llm): add trust_remote_code=True to HF Transformers backend
da3ca2c

GitHub Actions commited on

fix(ui): disable broken tabs + add @spaces.GPU + MiniCPM trust_remote_code note
fb17651

GitHub Actions commited on

fix(spaces): restore main HearthNet Space frontmatter (app_file: app.py)
76973b4

GitHub Actions commited on

fix(spaces): bind app to port 7860 and disable SSR to fix HF launch timeout
c2fa541

GitHub Actions commited on

Remove PDF from git tracking and add to gitignore
bbf7292

GitHub Actions commited on

Merge branch 'main' of https://huggingface.co/spaces/build-small-hackathon/HearthNet-Nemotron
238ea73

GitHub Actions commited on

build: Final build artifacts and documentation updates
737d710

GitHub Actions commited on

feat: P0/P1 β€” Image, OCR, Translation tabs + styled headers on all tabs
b132c6e

GitHub Actions commited on

fix: remove pdf binary from tracking, add to .gitignore
e190cf8

GitHub Actions commited on

feat: UI theme + voice fix + ENV.md + improvements roadmap
84e964e

GitHub Actions commited on

sec: remove API key from Gradio frontend value β€” SEC-1 critical fix
6be20f5

GitHub Actions commited on

sec: remove API key from Gradio frontend value β€” SEC-1 critical fix
57f29b0

GitHub Actions commited on

feat: wire STT/TTS/Nemotron/Federation/Florence2 β€” surface hidden services
f5ae807

GitHub Actions commited on

fix: graceful fallback when HEARTHNET_DATA_DIR is not writable
8753188

GitHub Actions commited on

Create data/hearthnet/test.md
1acffd8

Chris4K commited on

Create data/hearthnet/hearthnet-space/corpora/test.md
b41345f

Chris4K commited on

Create data/hearthnet/hearthnet-space/corpora/test.md
c4a827d

Chris4K commited on

fix: HF Space front matter β€” valid colorTo + short description under 60 chars
385d37f

GitHub Actions commited on

feat: P5/P6 model swap + modal fix + doc consolidation
495b06b

GitHub Actions commited on

feat(nemotron-space): companion Space branch for HearthNet-Nemotron
b1ec6c0

GitHub Actions commited on

feat: 15 targeted improvements β€” RAG persistence, bus failover, agent hardening, deps sync
146edc4

GitHub Actions commited on

merge: resolve README conflict - keep fixed video link (resolve/main + webm format)
b1f3bec

GitHub Actions commited on

fix(docs): repair broken video link and screenshot image paths for HF/GH deployment
ef27d38

GitHub Actions commited on

Update README.md
69c7457

Chris4K commited on

Update README.md
2ac55ae

Chris4K commited on

Update README.md
06fe27c

Chris4K commited on

Upload hf_hackathon_screenrecording_v1.webm
75c9f93

Chris4K commited on

Update README.md
a027ffc

Chris4K commited on

fix(node): replace 131 UTF-8 curly quotes with ASCII to fix SyntaxError
48ecfd2

GitHub Actions commited on

feat(rag): docs ingestion + UI/bus enhancements (P3 continuation)
f08047d

GitHub Actions commited on

feat(ui+docs): surface the agent β€” showcase reveal + Agent/sponsor badges
3d52fa4

GitHub Actions commited on

feat(openbmb): serve multiple MiniCPM models from one local endpoint
1d068f1

GitHub Actions commited on

feat(nemotron): refresh catalogue to Nemotron 3 Nano agentic family
ec28ff9

GitHub Actions commited on

feat(agent): wire real ReAct tool-calling loop into Ask tab (M21)
833bc64

GitHub Actions commited on

docs: comprehensive README refresh - emphasize llama.cpp, routing features, 390+ tests, transparency
b9c58f7

GitHub Actions commited on

test: add P2/P3 user story coverage (78 new tests)
3b4182f

GitHub Actions commited on

fix(bus): fail over to remote provider when local errors + stamp _routed_via
aea0c36

GitHub Actions commited on

fix(chat): wire ChatService with bus in app.py so cross-node sends deliver
fa5b4a9

GitHub Actions commited on

fix(relay): register hub node directly via /manifest, even when absent from roster
caa7fae

GitHub Actions commited on

fix(relay): route hub node via direct HTTP to fix cross-event-loop chat delivery
6cbb125

GitHub Actions commited on

fix: resolve cross-node chat [echo] bug
cbad453

GitHub Actions commited on

fix(chat): show relay peers in dropdown + clear cross-node instructions
650a29f

GitHub Actions commited on

docs: live screenshot of Ask tab working with local Ollama LLM
1f16cca

GitHub Actions commited on

fix: llm.chat IndexError (lazy Ollama warm + safe _resolve_backend fallback) + chat self-send returns direct
66a1a95

GitHub Actions commited on

docs: live screenshot of local node meshing with HF Space over the relay
c48a01e

GitHub Actions commited on

feat: relay hub serves in-process node directly so Space answers relay RPCs
a4fb1d3

GitHub Actions commited on

fix: self-join relay synchronously (App has no add_event_handler)
bc0c2ea

GitHub Actions commited on

fix: Space node auto-joins its own relay hub on startup so remote peers see it
ff86593

GitHub Actions commited on

fix: Python 3.10 compat β€” replace datetime.UTC with timezone.utc shim
481b78e

GitHub Actions commited on