[PR #895] [MERGED] client unification #945

Closed
opened 2026-02-16 00:19:37 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/895
Author: @adrianlyjak
Created: 9/3/2025
Status: Merged
Merged: 9/4/2025
Merged by: @adrianlyjak

Base: mainHead: adrian/client-unification


📝 Commits (1)

  • 9944ff6 read from the shared client

📊 Changes

3 files changed (+89 additions, -29 deletions)

View changed files

📝 ts/llama_cloud_services/package.json (+1 -1)
📝 ts/llama_cloud_services/src/beta/agent/client.ts (+8 -28)
ts/llama_cloud_services/tests/client.test.ts (+80 -0)

📄 Description

For some reason Agent Data was creating its own client, causing lots of extra configuration overhead. This simplifies it to just use the standard library client.


🔄 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_cloud_services/pull/895 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 9/3/2025 **Status:** ✅ Merged **Merged:** 9/4/2025 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `adrian/client-unification` --- ### 📝 Commits (1) - [`9944ff6`](https://github.com/run-llama/llama_cloud_services/commit/9944ff6d9e57673e76fcbb69faa0d646d2520ef2) read from the shared client ### 📊 Changes **3 files changed** (+89 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `ts/llama_cloud_services/package.json` (+1 -1) 📝 `ts/llama_cloud_services/src/beta/agent/client.ts` (+8 -28) ➕ `ts/llama_cloud_services/tests/client.test.ts` (+80 -0) </details> ### 📄 Description For some reason Agent Data was creating its own client, causing lots of extra configuration overhead. This simplifies it to just use the standard library client. --- <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 00:19:37 -05:00
yindo closed this issue 2026-02-16 00:19:37 -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_cloud_services#945