[PR #225] [MERGED] plugin(llama-cloud): add llama cloud plugin #1199

Closed
opened 2026-02-16 10:22:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/225
Author: @Nov1c444
Created: 2/17/2025
Status: Merged
Merged: 2/23/2025
Merged by: @Nov1c444

Base: mainHead: plugins/llama-cloud


📝 Commits (4)

  • a8f6b70 plugin(llama-cloud): add llama cloud plugin
  • bb6c8b7 plugin(llama-cloud): update the readme
  • 83eaa78 plugin(llama-cloud): update the author
  • 84f6e02 plugin(llama-cloud): update the tool author

📊 Changes

11 files changed (+326 additions, -0 deletions)

View changed files

tools/llama_parse/README.md (+63 -0)
tools/llama_parse/_assets/icon.svg (+18 -0)
tools/llama_parse/_assets/llama_parse.png (+0 -0)
tools/llama_parse/main.py (+6 -0)
tools/llama_parse/manifest.yaml (+34 -0)
tools/llama_parse/provider/llama.py (+19 -0)
tools/llama_parse/provider/llama.yaml (+31 -0)
tools/llama_parse/requirements.txt (+2 -0)
tools/llama_parse/test_file/hello.pdf (+0 -0)
tools/llama_parse/tools/llama_parse.py (+69 -0)
tools/llama_parse/tools/llama_parse.yaml (+84 -0)

📄 Description

image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/225 **Author:** [@Nov1c444](https://github.com/Nov1c444) **Created:** 2/17/2025 **Status:** ✅ Merged **Merged:** 2/23/2025 **Merged by:** [@Nov1c444](https://github.com/Nov1c444) **Base:** `main` ← **Head:** `plugins/llama-cloud` --- ### 📝 Commits (4) - [`a8f6b70`](https://github.com/langgenius/dify-official-plugins/commit/a8f6b700dae46ad580d91f39f720d31517622e56) plugin(llama-cloud): add llama cloud plugin - [`bb6c8b7`](https://github.com/langgenius/dify-official-plugins/commit/bb6c8b79f0e73914af0bc828aa707504fea82da8) plugin(llama-cloud): update the readme - [`83eaa78`](https://github.com/langgenius/dify-official-plugins/commit/83eaa786dfa32f84f87513af0d2ee57282ff0ec0) plugin(llama-cloud): update the author - [`84f6e02`](https://github.com/langgenius/dify-official-plugins/commit/84f6e025a293633caf8868dbd5fa499dc361a6b3) plugin(llama-cloud): update the tool author ### 📊 Changes **11 files changed** (+326 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `tools/llama_parse/README.md` (+63 -0) ➕ `tools/llama_parse/_assets/icon.svg` (+18 -0) ➕ `tools/llama_parse/_assets/llama_parse.png` (+0 -0) ➕ `tools/llama_parse/main.py` (+6 -0) ➕ `tools/llama_parse/manifest.yaml` (+34 -0) ➕ `tools/llama_parse/provider/llama.py` (+19 -0) ➕ `tools/llama_parse/provider/llama.yaml` (+31 -0) ➕ `tools/llama_parse/requirements.txt` (+2 -0) ➕ `tools/llama_parse/test_file/hello.pdf` (+0 -0) ➕ `tools/llama_parse/tools/llama_parse.py` (+69 -0) ➕ `tools/llama_parse/tools/llama_parse.yaml` (+84 -0) </details> ### 📄 Description <img width="1512" alt="image" src="https://github.com/user-attachments/assets/cb7b8731-3ce8-4309-8eba-484fb7b9bcac" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:22:17 -05:00
yindo closed this issue 2026-02-16 10:22:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1199