Codette-Demo / app.py

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

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

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

Claude 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

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

Claude commited on

Initial Codette cognitive architecture demo Space
7c3f0ce

Claude commited on