HearthNet-Nemotron / hearthnet

Commit History

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

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
57f29b0

GitHub Actions commited on

feat: wire STT/TTS/Nemotron/Federation/Florence2 — surface hidden services
f5ae807

GitHub Actions commited on

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

GitHub Actions 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(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

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

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

GitHub Actions commited on

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

GitHub Actions commited on

fix: Python 3.10 compat — replace datetime.UTC with timezone.utc shim
481b78e

GitHub Actions commited on

Add all-to-all internet mesh over relay hub (P1-P3) + user-story screenshot proof
8f53c4c

GitHub Actions commited on

Quality improvements: Unicode chars, Token class, imports, type hints, formatting
3f78ea8

GitHub Actions commited on

feat: real node-to-node HTTP peering (local <-> HF Space)
8231854

GitHub Actions commited on

fix: popup shows webagent (not Gradio); ticker speed 80s
161daaa

GitHub Actions commited on

fix: webagent at /webagent/ via lifespan mount; ticker shows real HN+BBC news
694ac0a

GitHub Actions commited on

feat: easter egg CSS injected via js_on_load (no gr.Blocks css= deprecation)
6b2d40b

GitHub Actions commited on

fix: complete easter egg rewrite using Gradio 6 js= API
5347513

GitHub Actions commited on

Fix: Additional ruff auto-fixes (30 issues fixed)
a798c8e

GitHub Actions commited on

Fix: Additional ruff issues - RUF006, RUF002/RUF003, and Unicode
8b8f140

GitHub Actions commited on

fix: CSS via gr.Blocks(css=) + serve webagent as static files
f620ad7

GitHub Actions commited on

feat: easter egg enhancements - ticker at top + agent modal on 'a' key
30c2a3b

GitHub Actions commited on

fix: re-apply Python 3.10 UTC fixes across all 10 files
a190f73

GitHub Actions commited on

test: add comprehensive easter egg tests
cbff2cf

GitHub Actions commited on

fix: easter-egg script now properly injected via Gradio head parameter
a8b67a8

GitHub Actions commited on

Fix: Ruff linting issues - SIM/E402/F401 violations
f6ead22

GitHub Actions commited on

fix: re-apply Python 3.10 UTC compatibility (was reverted by formatter)
6affa2f

GitHub Actions commited on

fix: easter-egg ticker now properly works in Gradio app
d6ca3a2

GitHub Actions commited on

feat: add easter-egg news ticker to Gradio UI
1d8d1bf

GitHub Actions commited on

fix: Python 3.10 compatibility - replace UTC import with timezone.utc
5a5fcde

GitHub Actions commited on

feat: WebLLM browser agent with PeerJS mesh, HybridRAG, news signals, and easter-egg ticker
78cc96f

GitHub Actions commited on

fix(tests,identity): order-independent event loop + Windows key permissions
6a14ec5

GitHub Actions commited on

feat: activate real services, fix gossip, wire sponsor backends + EventLog
27be63b

GitHub Actions commited on

fix(llm): single multi-model llm.chat so sponsor backends are reachable
90a59b3

GitHub Actions commited on

chore: remove temp patch scripts
e9b3000

GitHub Actions commited on

feat: federated RAG + comprehensive security fixes
6c38d43

GitHub Actions commited on

chore: new tests, security audit, coverage enhancements, requirements update
21c2afa

GitHub Actions commited on

Build: Add Android APK, PWA, and deployment guide
38bd54a

GitHub Actions commited on

feat: Nemotron Space, Modal backend, sponsor prize targeting, improvements doc
31d4f9b

GitHub Actions commited on

fix: NameError node_id in settings.py f-string; add tab build regression tests
c66e56a

GitHub Actions commited on

fix: asyncio.get_running_loop() across backends; expand mesh/capability/model UI docs
8ee8138

GitHub Actions commited on