[PR #1067] [MERGED] Parse bounding boxes from extract jobs results in agent data #1053

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/1067
Author: @adrianlyjak
Created: 1/9/2026
Status: Merged
Merged: 1/9/2026
Merged by: @adrianlyjak

Base: mainHead: adrian/bbox-support


📝 Commits (1)

  • 8307352 Parse bounding boxes from extract jobs results in agent data

📊 Changes

5 files changed (+109 additions, -2 deletions)

View changed files

.changeset/gold-cloths-give.md (+5 -0)
📝 py/llama_cloud_services/beta/agent_data/__init__.py (+6 -0)
📝 py/llama_cloud_services/beta/agent_data/schema.py (+28 -0)
📝 py/unit_tests/beta/agent/test_agent_data_schema.py (+68 -0)
📝 py/uv.lock (+2 -2)

📄 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_services/pull/1067 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 1/9/2026 **Status:** ✅ Merged **Merged:** 1/9/2026 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `adrian/bbox-support` --- ### 📝 Commits (1) - [`8307352`](https://github.com/run-llama/llama_cloud_services/commit/830735227504024b04e0919a126f864a7a729be1) Parse bounding boxes from extract jobs results in agent data ### 📊 Changes **5 files changed** (+109 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/gold-cloths-give.md` (+5 -0) 📝 `py/llama_cloud_services/beta/agent_data/__init__.py` (+6 -0) 📝 `py/llama_cloud_services/beta/agent_data/schema.py` (+28 -0) 📝 `py/unit_tests/beta/agent/test_agent_data_schema.py` (+68 -0) 📝 `py/uv.lock` (+2 -2) </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 00:19:58 -05:00
yindo closed this issue 2026-02-16 00:19:58 -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#1053