[PR #1028] [MERGED] feat: add mocking for agent data #1028

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/1028
Author: @AstraBert
Created: 11/25/2025
Status: Merged
Merged: 11/25/2025
Merged by: @AstraBert

Base: adrian/testing-utilsHead: clelia/agent-data-mock


📝 Commits (3)

  • 36b82d7 wip: add mocking for agent data
  • f05a699 chore: add tests; fix: various fixes
  • daafccf chore: fix schema generation null handling

📊 Changes

4 files changed (+563 additions, -2 deletions)

View changed files

📝 py/llama_cloud_services/testing_utils/_deterministic.py (+3 -0)
py/llama_cloud_services/testing_utils/agent_data.py (+335 -0)
📝 py/llama_cloud_services/testing_utils/server.py (+5 -2)
📝 py/unit_tests/testing_utils/test_fake_server.py (+220 -0)

📄 Description

Mocking for agent data


🔄 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/1028 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 11/25/2025 **Status:** ✅ Merged **Merged:** 11/25/2025 **Merged by:** [@AstraBert](https://github.com/AstraBert) **Base:** `adrian/testing-utils` ← **Head:** `clelia/agent-data-mock` --- ### 📝 Commits (3) - [`36b82d7`](https://github.com/run-llama/llama_cloud_services/commit/36b82d7040d2f7d3b28332f4247a6e0d3b4a5569) wip: add mocking for agent data - [`f05a699`](https://github.com/run-llama/llama_cloud_services/commit/f05a69995adc6b27c715be3d8c1a77a2f41a5823) chore: add tests; fix: various fixes - [`daafccf`](https://github.com/run-llama/llama_cloud_services/commit/daafccf3bd0484eedc0cae85e07e9afc5c53299e) chore: fix schema generation null handling ### 📊 Changes **4 files changed** (+563 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `py/llama_cloud_services/testing_utils/_deterministic.py` (+3 -0) ➕ `py/llama_cloud_services/testing_utils/agent_data.py` (+335 -0) 📝 `py/llama_cloud_services/testing_utils/server.py` (+5 -2) 📝 `py/unit_tests/testing_utils/test_fake_server.py` (+220 -0) </details> ### 📄 Description Mocking for agent data --- <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:53 -05:00
yindo closed this issue 2026-02-16 00:19:53 -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#1028