Support generation of downloadable artifacts #54

Closed
opened 2026-02-15 19:15:30 -05:00 by yindo · 2 comments
Owner

Originally created by @marcusschiesser on GitHub (Sep 17, 2024).

Originally assigned to: @marcusschiesser, @leehuwuj on GitHub.

Currently, all artifacts (e.g. HTML files or code) are inline.
We should add a feature to show a generated artifact as an icon, and the user can download the artifact.
This would also allow to generate artifacts, that are not directly generated by the LLM, e.g., a PPT or PDF file.

Possible use cases:

  • Write a blog post about 'xxx' -> Generates a HTML file
  • Write a report about Tesla's financial situation -> Generate a PDF file.
Originally created by @marcusschiesser on GitHub (Sep 17, 2024). Originally assigned to: @marcusschiesser, @leehuwuj on GitHub. Currently, all artifacts (e.g. HTML files or code) are inline. We should add a feature to show a generated artifact as an icon, and the user can download the artifact. This would also allow to generate artifacts, that are not directly generated by the LLM, e.g., a PPT or PDF file. Possible use cases: - Write a blog post about 'xxx' -> Generates a HTML file - Write a report about Tesla's financial situation -> Generate a PDF file.
yindo closed this issue 2026-02-15 19:15:30 -05:00
Author
Owner

@marcusschiesser commented on GitHub (Sep 22, 2024):

#290 will add showing generated code as an artifact that could be viewed or executed.

In this ticket, we will focus on generating a PDF file and making it downloadable to the user (see https://x.com/jerryjliu0/status/1838014425120612806)

@marcusschiesser commented on GitHub (Sep 22, 2024): #290 will add showing generated code as an artifact that could be viewed or executed. In this ticket, we will focus on generating a PDF file and making it downloadable to the user (see https://x.com/jerryjliu0/status/1838014425120612806)
Author
Owner

@marcusschiesser commented on GitHub (Sep 25, 2024):

Assumption: The generated artifact will be served by the file server (similar to E2B artifacts).

Sub-Tasks

  • @marcusschiesser Show generated PDF as an artifact and be able to download it in the UI
  • @leehuwuj Extend multi-agent template to add a report-generator agent
@marcusschiesser commented on GitHub (Sep 25, 2024): Assumption: The generated artifact will be served by the file server (similar to E2B artifacts). Sub-Tasks - @marcusschiesser Show generated PDF as an artifact and be able to download it in the UI - @leehuwuj Extend multi-agent template to add a report-generator agent
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#54