Commit History

fix: Add robust error handling for all visualization builders
eb2af28
Running

Claude commited on

fix: Add critic evaluation to synthesis engine call
7831904

Claude commited on

feat: Use actual trained agents from ForgeEngine + SynthesisEngine for real multi-perspective reasoning
b2dcb24

Claude commited on

feat: Showcase Codette's actual algorithmic reasoning — pure Python perspective generation + RC+xi synthesis
08dabe0

Claude commited on

fix: Remove gr.Request() from inputs — Gradio auto-injects via function signature
f9dac3c

Claude commited on

feat: Implement OAuth-based auth flow with gr.LoginButton and request context
cb5a2a4

Claude commited on

fix: Graceful fallback for perspective calls when auth token unavailable
47586ab

Claude commited on

feat: Replace manual token input with native Gradio LoginButton for OAuth
57273c3

Claude commited on

feat: Enable HuggingFace OAuth with inference-api scope
b8d2b33

Claude commited on

fix: Add graceful fallback synthesis when LLM API fails (401/403)
a2ded15

Claude commited on

feat: Add HuggingFace token login panel to Gradio interface
1c21844

Claude commited on

fix: Gracefully handle invalid HF tokens without crashing startup
ce7f3f9

Claude commited on

Merge remote changes and resolve HF_TOKEN authentication conflict
896b58a

Claude commited on

fix: Use huggingface_hub.login() for global token authentication
6f62008

Claude commited on

Update app.py
a182330
verified

Raiff1982 commited on

fix: Replace deprecated Plotly titlefont with title.font
ed093e9

Claude commited on

fix: Handle spiderweb nodes as dictionary with state array instead of list
32e4804

Claude commited on

fix: Access memory.memories directly instead of memory.store method
3c66aeb

Claude commited on

fix: Access ResonanceState.psi_r attribute directly instead of using .get()
6ce84bb

Claude commited on

Merge branch 'main' of https://huggingface.co/spaces/Raiff1982/Codette-Demo
9cc0c55

Claude commited on

fix: Remove Gradio v6 incompatible parameters (type='messages' from Chatbot, move theme/css to launch)
eaed479

Claude commited on

Update README.md
25979d0
verified

Raiff1982 commited on

fix: Remove invalid label parameter from gr.HTML visualization components
6844a41

Claude commited on

fix: Correct return tuple size for empty message case (15 values, not 12)
c91a029

Claude commited on

fix: Convert Plotly figures to HTML strings to avoid gr.Plot schema introspection bug in Gradio 5.x
3ccbd9b

Claude commited on

fix: Remove Gradio version pin to let HF Spaces inject 5.12.0 with OAuth
9883c00

Claude commited on

fix: Downgrade Gradio to 4.44.1 for HF Spaces compatibility with gr.Plot
66d3589

Claude commited on

docs: Add final deployment report and testing checklist
840e847

Claude commited on

docs: Add comprehensive visualization guide and code review
a23b9aa

Claude commited on

feat: v2.0 - Add production Plotly visualizations for all 10 subsystems
2f9b1b2

Claude commited on

Resolve merge conflict: keep production Codette Space README
e5c958e

Claude commited on

initial commit
daadeaf
verified

Raiff1982 commited on

Initial Codette cognitive architecture demo Space
7c3f0ce

Claude commited on