Update chat interface #70

Merged
trojanhorse47 merged 9 commits from 47-update-chat-interface into main 2025-10-31 14:24:39 +01:00

9 Commits

Author SHA1 Message Date
0a0033c47b fix typing hint 2025-10-31 14:23:18 +01:00
trojanhorse47
a38d928f1b Merge branch 'main' into 47-update-chat-interface
# Conflicts:
#	src/app/api/tools/market_tool.py
#	src/app/api/tools/news_tool.py
#	src/app/api/tools/social_tool.py
2025-10-31 14:11:50 +01:00
trojanhorse47
0598e58708 Refactor action registration to use a decorator for user-friendly descriptions 2025-10-31 13:55:59 +01:00
2803263bed Refactor
- moved action_registry fnction to action_registry file
- removed unnecesasry functions in pupeline and fixed events
2025-10-30 22:06:29 +01:00
trojanhorse47
765fc0ac72 Decouple friendly tool descriptions via registry 2025-10-30 17:32:52 +01:00
trojanhorse47
46fac8bbac Refactor tool event handling to provide user-friendly messages and add utility function for descriptive tool actions 2025-10-30 17:19:20 +01:00
trojanhorse47
fb74db374e Add missing newlines in PlanMemoryTool and SymbolsTool constructors 2025-10-30 16:34:25 +01:00
trojanhorse47
0799a4ab08 Implement asynchronous streaming for Gradio responses and enhance pipeline event handling 2025-10-30 14:26:12 +01:00
trojanhorse47
5297bf8a9a Update chat interface to fill height and width in Gradio blocks 2025-10-30 10:18:34 +01:00