HearthNet / hearthnet

Commit History

fix: pin MODEL_REVISION to stop trust_remote_code re-exec pickle error
1280ae6

GitHub Actions Claude Sonnet 4.6 commited on

fix: patch DynamicCache.seen_tokens for MiniCPM3-4B compatibility
c11a7a4

GitHub Actions Claude Sonnet 4.6 commited on

fix: RAG seeding timeout + robust agent mode with always-on corpus search
8bcf660

GitHub Actions Claude Sonnet 4.6 commited on

fix: strip token_type_ids from generate kwargs for MiniCPM5-1B
cf80ac9

GitHub Actions Claude Sonnet 4.6 commited on

chore: runtime updates and fixes
688a2dc

GitHub Actions commited on

fix: resolve transformers import error and Nemotron API 404 noise
bce23ea

GitHub Actions commited on

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

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