fix: Add robust error handling for all visualization builders eb2af28 Running Claude commited on 1 day ago
feat: Use actual trained agents from ForgeEngine + SynthesisEngine for real multi-perspective reasoning b2dcb24 Claude commited on 1 day ago
feat: Showcase Codette's actual algorithmic reasoning — pure Python perspective generation + RC+xi synthesis 08dabe0 Claude commited on 1 day ago
fix: Remove gr.Request() from inputs — Gradio auto-injects via function signature f9dac3c Claude commited on 1 day ago
feat: Implement OAuth-based auth flow with gr.LoginButton and request context cb5a2a4 Claude commited on 1 day ago
fix: Graceful fallback for perspective calls when auth token unavailable 47586ab Claude commited on 1 day ago
feat: Replace manual token input with native Gradio LoginButton for OAuth 57273c3 Claude commited on 1 day ago
fix: Add graceful fallback synthesis when LLM API fails (401/403) a2ded15 Claude commited on 1 day ago
fix: Gracefully handle invalid HF tokens without crashing startup ce7f3f9 Claude commited on 1 day ago
Merge remote changes and resolve HF_TOKEN authentication conflict 896b58a Claude commited on 1 day ago
fix: Use huggingface_hub.login() for global token authentication 6f62008 Claude commited on 1 day ago
fix: Handle spiderweb nodes as dictionary with state array instead of list 32e4804 Claude commited on 1 day ago
fix: Access memory.memories directly instead of memory.store method 3c66aeb Claude commited on 1 day ago
fix: Access ResonanceState.psi_r attribute directly instead of using .get() 6ce84bb Claude commited on 1 day ago
Merge branch 'main' of https://huggingface.co/spaces/Raiff1982/Codette-Demo 9cc0c55 Claude commited on 1 day ago
fix: Remove Gradio v6 incompatible parameters (type='messages' from Chatbot, move theme/css to launch) eaed479 Claude commited on 1 day ago
fix: Remove invalid label parameter from gr.HTML visualization components 6844a41 Claude commited on 1 day ago
fix: Correct return tuple size for empty message case (15 values, not 12) c91a029 Claude commited on 1 day ago
fix: Convert Plotly figures to HTML strings to avoid gr.Plot schema introspection bug in Gradio 5.x 3ccbd9b Claude commited on 1 day ago
fix: Remove Gradio version pin to let HF Spaces inject 5.12.0 with OAuth 9883c00 Claude commited on 1 day ago
fix: Downgrade Gradio to 4.44.1 for HF Spaces compatibility with gr.Plot 66d3589 Claude commited on 1 day ago
feat: v2.0 - Add production Plotly visualizations for all 10 subsystems 2f9b1b2 Claude commited on 1 day ago