Feature/excel export fix
PR details
feat: Add Excel export support and fix variable reference regex Changes:
- Add Excel export output format option to Message component
- Apply nest_asyncio patch to handle nested event loops
- Fix async generator iteration in canvas_app.py debug endpoint
- Add underscore support in variable reference regex pattern
What problem does this PR solve?
Type of change
- [x] New Feature (non-breaking change which adds functionality)
@ZhenhangTung i've added changes for excel export as well as excel processor. Please review and do let me know any modifications are needed.
Appreciations! Could you share us with screenshot GIF or something?
@KevinHuSh @ZhenhangTung please find the attached slides and the reference for replications on your end. Also attaching the agent yaml for reference as well newsheet.xlsx Untitled spreadsheet 2.xlsx PR 11914 slides.pptx test-agent1.json
@KevinHuSh @ZhenhangTung just wanted to check back if you got a chance to review this :)
The screenshot GIF is the most efficient way to demostrate what is this PR all about.
@KevinHuSh @ZhenhangTung please find it here
@Magicbook1108 this was the question asked in the slides too. I'll add the code changes and push back asap :)
@Magicbook1108 please find the implementation changes here