[PR #106] [MERGED] [docs] Two fixes to provide better out-of-box experience to get started with llama agents #266

Closed
opened 2026-02-16 01:16:40 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/106
Author: @peteryxu
Created: 7/5/2024
Status: Merged
Merged: 7/6/2024
Merged by: @nerdai

Base: mainHead: docsfix_92_97


📝 Commits (3)

  • 3f4ce8e add missing embedding package: issue#92
  • 71b660b add test client execution delay: issue#97
  • 2d517dc fix markdown lint error: no trailing space to pass PR merge

📊 Changes

2 files changed (+8 additions, -2 deletions)

View changed files

📝 README.md (+1 -1)
📝 examples/docker-kubernetes/README.md (+7 -1)

📄 Description

This PR addresses two issues detailed in links below. Fixes are both docuement-related in the README.md. The purpose is to allow whoever clones the repo to be able to run samples out of box, without encountering package missing error in #92, or the null async response in #97.

#92
https://github.com/run-llama/llama-agents/issues/92
#97
https://github.com/run-llama/llama-agents/issues/97


🔄 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/run-llama/llama_deploy/pull/106 **Author:** [@peteryxu](https://github.com/peteryxu) **Created:** 7/5/2024 **Status:** ✅ Merged **Merged:** 7/6/2024 **Merged by:** [@nerdai](https://github.com/nerdai) **Base:** `main` ← **Head:** `docsfix_92_97` --- ### 📝 Commits (3) - [`3f4ce8e`](https://github.com/run-llama/llama_deploy/commit/3f4ce8e322188bde1c26c627fa37712ffa988899) add missing embedding package: issue#92 - [`71b660b`](https://github.com/run-llama/llama_deploy/commit/71b660bb78ec7f7819759a720014e4e014d6eb77) add test client execution delay: issue#97 - [`2d517dc`](https://github.com/run-llama/llama_deploy/commit/2d517dc1e2007109c258ddc608a9804292a1c565) fix markdown lint error: no trailing space to pass PR merge ### 📊 Changes **2 files changed** (+8 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `examples/docker-kubernetes/README.md` (+7 -1) </details> ### 📄 Description This PR addresses two issues detailed in links below. Fixes are both docuement-related in the README.md. The purpose is to allow whoever clones the repo to be able to run samples out of box, without encountering package missing error in #92, or the null async response in #97. #92 https://github.com/run-llama/llama-agents/issues/92 #97 https://github.com/run-llama/llama-agents/issues/97 --- <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 01:16:40 -05:00
yindo closed this issue 2026-02-16 01:16:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_deploy#266