mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 03:04:21 -04:00
[PR #328] [MERGED] feat: implement artifact tool in TS #430
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/create-llama/pull/328
Author: @thucpn
Created: 9/26/2024
Status: ✅ Merged
Merged: 10/3/2024
Merged by: @marcusschiesser
Base:
main← Head:feat/implement-artifact-tool-in-ts📝 Commits (10+)
f98b0aefeat: implement artifact tool in TScf09c6dCreate modern-cars-travel.md526c342feat: add loading for iframe1b9e656fix: typob3d6b2aadd license8e90fd2Merge branch 'main' into feat/implement-artifact-tool-in-tsf7ee7ebfix: license017ca72support python execution in code interpreter6ce4cb5support display version artifact with side paneld940311auto open panel when having tool data📊 Changes
25 files changed (+1070 additions, -122 deletions)
View changed files
➕
.changeset/modern-cars-travel.md(+5 -0)📝
e2e/shared/multiagent_template.spec.ts(+1 -1)📝
e2e/shared/streaming_template.spec.ts(+1 -1)📝
helpers/env-variables.ts(+0 -6)📝
helpers/tools.ts(+20 -0)➕
templates/components/engines/typescript/agent/tools/code-generator.ts(+129 -0)📝
templates/components/engines/typescript/agent/tools/index.ts(+4 -0)📝
templates/components/llamaindex/typescript/streaming/annotations.ts(+68 -18)📝
templates/components/llamaindex/typescript/streaming/events.ts(+0 -9)📝
templates/types/streaming/express/index.ts(+2 -0)📝
templates/types/streaming/express/package.json(+1 -1)📝
templates/types/streaming/express/src/controllers/chat.controller.ts(+10 -42)➕
templates/types/streaming/express/src/controllers/sandbox.controller.ts(+140 -0)📝
templates/types/streaming/nextjs/app/api/chat/route.ts(+10 -36)➕
templates/types/streaming/nextjs/app/api/sandbox/route.ts(+142 -0)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-input.tsx(+14 -3)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-message/chat-tools.tsx(+15 -1)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-message/index.tsx(+8 -1)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-messages.tsx(+26 -1)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat.interface.ts(+1 -1)...and 5 more files
📄 Description
Summary by CodeRabbit
New Features
ArtifactToolfor managing and manipulating software artifacts.CodeGeneratorToolfor generating code artifacts based on user-defined requirements.Bug Fixes
@e2b/code-interpreterpackage to improve stability.@radix-ui/react-tabsfor improved tab functionality.Documentation
STREAM_TIMEOUTenvironment variable to simplify configuration.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.