mirror of
https://github.com/run-llama/create_llama_projects.git
synced 2026-07-01 20:54:24 -04:00
[PR #27] [CLOSED] feat: add-nextjs-llamaindex-agent-example #30
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_projects/pull/27
Author: @thucpn
Created: 3/29/2024
Status: ❌ Closed
Base:
main← Head:feat/add-nextjs-llamaindex-agent-example📝 Commits (6)
4578fc6feat/add-nextjs-llamaindex-agent-examplead62ff1wiki card6f0b216fix: remove engine folder & response wiki card uibf6005brefactor: make createAgentStreamableUIadc173fenhance UI4c84ea5fix: revert mock📊 Changes
47 files changed (+6354 additions, -0 deletions)
View changed files
➕
nextjs-llamaindex-agent/.eslintrc.json(+8 -0)➕
nextjs-llamaindex-agent/.gitignore(+38 -0)➕
nextjs-llamaindex-agent/Dockerfile(+16 -0)➕
nextjs-llamaindex-agent/README.md(+38 -0)➕
nextjs-llamaindex-agent/app/components/chat-section.tsx(+12 -0)➕
nextjs-llamaindex-agent/app/components/header.tsx(+28 -0)➕
nextjs-llamaindex-agent/app/components/ui/button.tsx(+56 -0)➕
nextjs-llamaindex-agent/app/components/ui/chat/chat-avatar.tsx(+35 -0)➕
nextjs-llamaindex-agent/app/components/ui/chat/chat-input.tsx(+57 -0)➕
nextjs-llamaindex-agent/app/components/ui/chat/chat-loading.tsx(+9 -0)➕
nextjs-llamaindex-agent/app/components/ui/chat/chat-message.tsx(+21 -0)➕
nextjs-llamaindex-agent/app/components/ui/chat/chat-messages.tsx(+34 -0)➕
nextjs-llamaindex-agent/app/components/ui/chat/codeblock.tsx(+139 -0)➕
nextjs-llamaindex-agent/app/components/ui/chat/index.ts(+5 -0)➕
nextjs-llamaindex-agent/app/components/ui/chat/markdown.tsx(+59 -0)➕
nextjs-llamaindex-agent/app/components/ui/chat/use-copy-to-clipboard.tsx(+33 -0)➕
nextjs-llamaindex-agent/app/components/ui/dialog.tsx(+121 -0)➕
nextjs-llamaindex-agent/app/components/ui/input.tsx(+25 -0)➕
nextjs-llamaindex-agent/app/components/ui/lib/utils.ts(+6 -0)➕
nextjs-llamaindex-agent/app/favicon.ico(+0 -0)...and 27 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.