Skip to content

Support generation of downloadable artifacts #295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
marcusschiesser opened this issue Sep 17, 2024 · 2 comments · Fixed by #324
Closed

Support generation of downloadable artifacts #295

marcusschiesser opened this issue Sep 17, 2024 · 2 comments · Fixed by #324
Assignees

Comments

@marcusschiesser
Copy link
Collaborator

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.
@marcusschiesser
Copy link
Collaborator Author

marcusschiesser commented Sep 23, 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
Copy link
Collaborator Author

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 up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants