Commit History

fix: add missing audio button return value in analysis early exits
9ec4319
Running

BrianIsaac commited on

fix: remove unused pandas-ta dependency causing Python version conflict
6c10ae1

BrianIsaac commited on

fix: add loading indicator for audio generation buttons
7763303

BrianIsaac commited on

docs: add demo video and LinkedIn post links to README
52179de

BrianIsaac commited on

fix: add RunnableConfig to workflow.ainvoke and astream_events calls
3645e99

BrianIsaac commited on

fix: pass config through tool_node wrapper to ToolNode.ainvoke
54a86b4

BrianIsaac commited on

docs: update README to pin
273e57a

BrianIsaac commited on

fix: resolve LangGraph config error and Gradio output mismatch
f72d25e

BrianIsaac commited on

docs: document ASGI error limitation, remove ineffective filter
c69799e

BrianIsaac commited on

fix: add filter to suppress ASGI middleware assertion errors
5391050

BrianIsaac commited on

fix: explicitly disable StarletteIntegration via disabled_integrations
fa49fd4

BrianIsaac commited on

fix: remove StarletteIntegration to prevent ASGI middleware conflicts
9acce5b

BrianIsaac commited on

docs: update project title
43b89e9

BrianIsaac commited on

docs: update README with logging config and Python 3.10+ support
0d7c8f9

BrianIsaac commited on

feat: add centralised logging control via environment variables
5b481a8

BrianIsaac commited on

fix: disable Sentry middleware spans to prevent ASGI conflicts
413ebc2

BrianIsaac commited on

fix: import ensemble predictor at startup for ZeroGPU detection
f3bd749

BrianIsaac commited on

fix: add @spaces.GPU decorator for HF Spaces ZeroGPU compatibility
a6f24fe

BrianIsaac commited on

fix: update requires-python to >=3.10 for HF Spaces compatibility
412d80a

BrianIsaac commited on

fix: use dataclass instead of NamedTuple for Python 3.10 compatibility
c325265

BrianIsaac commited on

refactor: replace pandas-ta with manual implementations for HF Spaces
317cf2a

BrianIsaac commited on

fix: remove pandas-ta from HF requirements (Python 3.10 incompatible)
133b929

BrianIsaac commited on

feat: add CUDA-compatible PyTorch for GPU acceleration
2835e98

BrianIsaac commited on

fix: remove comments from packages.txt for HF Spaces xargs
651689b

BrianIsaac commited on

docs: add consumer and enterprise value propositions
1b17575

BrianIsaac commited on

docs: move hackathon submission section before motivation
0d5bbc8

BrianIsaac commited on

docs: expand solution section with MCP server details and features
18f7ca5

BrianIsaac commited on

feat: migrate to Gradio SDK deployment for HF Spaces
4eba8ec

BrianIsaac commited on

fix: resolve MCP tool exposure and persona agent signature issues
bc45c22

BrianIsaac commited on

feat: enable native Gradio MCP server with fastmcp 2.9.1
cea2220

BrianIsaac commited on

fix: configure HuggingFace Spaces to use Docker build
8ed36e2

BrianIsaac commited on

docs: update line break
9bdbbc6

BrianIsaac commited on

docs: remove gitignored directories from project structure
789e8c1

BrianIsaac commited on

docs: update project structure to include all directories
016ac96

BrianIsaac commited on

docs: correct project structure to match actual codebase
85a131f

BrianIsaac commited on

docs: replace mermaid diagram with ASCII diagram for HuggingFace compatibility
9446bf2

BrianIsaac commited on

docs: enhance README with badges and detailed sections
aeaa960

BrianIsaac commited on

fix: resolve audio integration issues and improve UI layout
e877e4d

BrianIsaac commited on

feat: add ElevenLabs TTS integration with on-demand audio buttons
e628e1f

BrianIsaac commited on

refactor(agents): optimize token usage in AdvisoryCouncil and PortfolioBuilderAgent
2de8dd4

BrianIsaac commited on

fix: reduce token usage and improve light theme visibility
15d570b

BrianIsaac commited on

refactor: streamline Build Portfolio UI and improve ReAct agent reliability
2f0f0e6

BrianIsaac commited on

fix: add missing _create_debate_prompt method to AdvisoryCouncil
58d91e2

BrianIsaac commited on

perf: reduce build portfolio token usage by 40-60%
a530e2b

BrianIsaac commited on

refactor: remove obsolete 'Show AI Reasoning' checkbox
fc76d90

BrianIsaac commited on

fix: hide thinking messages from agent activity chat
1b6e8a5

BrianIsaac commited on

fix: remove duplicate message yields in streaming
bc4e65d

BrianIsaac commited on

fix: prevent duplicate thinking messages in streaming chat
3ec1124

BrianIsaac commited on

fix: improve streaming display UX by cleaning up content
941fe09

BrianIsaac commited on

fix: normalize streaming chunk content to string
ec36eb5

BrianIsaac commited on