Currently, Kagi Assistant (thinks it) can generate documents using Python (e.g., Word documents via python-docx, PDFs, etc.) and provides a download link for the created file. However, the download link points to a sandboxed environment that users cannot access, so the file cannot actually be downloaded.
Current behavior:
User requests a document (e.g., "Create a Word document with...")
Assistant generates the file using Python and provides a download link
Clicking the link fails because the file exists only in an inaccessible sandbox
Requested behavior:
- Generated files should be made available for download through a temporary, accessible URL
- Alternatively, provide the file as a downloadable attachment directly in the chat interface.
This would make Kagi Assistant significantly more useful for productivity tasks like generating reports, formatted documents, spreadsheets, and other exportable files.