[PR #4] [MERGED] add polling to popular endpoints #6

Closed
opened 2026-02-16 04:15:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama-cloud-py/pull/4
Author: @logan-markewich
Created: 11/12/2025
Status: Merged
Merged: 11/13/2025
Merged by: @logan-markewich

Base: mainHead: logan/add_polling


📝 Commits (5)

📊 Changes

7 files changed (+1522 additions, -5 deletions)

View changed files

📝 src/llama_cloud/__init__.py (+6 -0)
src/llama_cloud/_polling.py (+179 -0)
📝 src/llama_cloud/resources/classifier/jobs.py (+471 -0)
📝 src/llama_cloud/resources/extraction/jobs.py (+459 -0)
📝 src/llama_cloud/resources/parsing/job/job.py (+215 -0)
📝 src/llama_cloud/resources/parsing/parsing.py (+192 -1)
src/llamacloud_prod/lib/.keep (+0 -4)

📄 Description

No description provided


🔄 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-py/pull/4 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 11/12/2025 **Status:** ✅ Merged **Merged:** 11/13/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `logan/add_polling` --- ### 📝 Commits (5) - [`6f6b705`](https://github.com/run-llama/llama-cloud-py/commit/6f6b7056512428be4f978fd08473bb5f04a1d6cc) remove unused dir - [`75ac683`](https://github.com/run-llama/llama-cloud-py/commit/75ac6835e34a723e492fe76d974bdb611dd9e571) add polling utils - [`8dbc5f4`](https://github.com/run-llama/llama-cloud-py/commit/8dbc5f43af3edaade3f51e424f87512b8cec82f0) add polling to popular endpoints - [`3e66f60`](https://github.com/run-llama/llama-cloud-py/commit/3e66f60e61c6dd34c0797ffccc8362fd50a6e694) fix linting - [`11b1cf7`](https://github.com/run-llama/llama-cloud-py/commit/11b1cf7b03aa96a83b8453a433e98a7e19f822b9) lint ### 📊 Changes **7 files changed** (+1522 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/llama_cloud/__init__.py` (+6 -0) ➕ `src/llama_cloud/_polling.py` (+179 -0) 📝 `src/llama_cloud/resources/classifier/jobs.py` (+471 -0) 📝 `src/llama_cloud/resources/extraction/jobs.py` (+459 -0) 📝 `src/llama_cloud/resources/parsing/job/job.py` (+215 -0) 📝 `src/llama_cloud/resources/parsing/parsing.py` (+192 -1) ➖ `src/llamacloud_prod/lib/.keep` (+0 -4) </details> ### 📄 Description _No description provided_ --- <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 04:15:41 -05:00
yindo closed this issue 2026-02-16 04:15:41 -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-py#6