Commit History

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

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

GitHub Actions commited on

Merge remote-tracking branch 'origin/main'
fc809c9

GitHub Actions commited on

Quality improvements: Unicode chars, Token class, imports, type hints, formatting
100a223

GitHub Actions commited on

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

GitHub Actions commited on

docs: add local-node<->HF-Space connection proof (screenshots + make_proof.py)
c88a878

GitHub Actions commited on

fix: HF bus /bus/v1/call uses Body(...) not Request (422 on Space FastAPI)
428efdf

GitHub Actions commited on

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

GitHub Actions commited on

fix: disable Gradio SSR mode so Python FastAPI handles /webagent/ requests
0572318

GitHub Actions commited on

fix: patch App.create_app at class level to inject webagent mount
b8dcc7e

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

fix: serve webagent via GRADIO_ALLOWED_PATHS env var (works on HF Space)
c70fa57

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

test: add Python 3.10 compatibility check
d5d0b5e

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

docs: real semantic RAG, wired sponsor backends, multi-model contract note
74c4a03

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

fix: test_m06 RouteRequest API + events import; test_specialized_nodes regex
f1f7203

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

fix: torch==2.11.0 for ZeroGPU compatibility (supported: 2.8-2.11)
723376c

GitHub Actions commited on

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

GitHub Actions commited on

Update README.md
7a597fd

Chris4K commited on