[PR #341] [MERGED] feat: add sessions collections management #405

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/341
Author: @masci
Created: 10/28/2024
Status: Merged
Merged: 10/29/2024
Merged by: @masci

Base: mainHead: massi/sessions


📝 Commits (4)

  • 28d89aa feat: add sessions collections management
  • d891441 prepare e2e test
  • cc91988 adjust e2e tests and fix sync/async calls
  • 45e60de finish unit tests

📊 Changes

6 files changed (+315 additions, -94 deletions)

View changed files

e2e_tests/basic_session/launch_core.py (+0 -14)
e2e_tests/basic_session/launch_workflow.py (+0 -45)
e2e_tests/basic_session/run.sh (+0 -25)
📝 e2e_tests/basic_session/test_run_client.py (+7 -7)
📝 llama_deploy/client/models/core.py (+143 -1)
📝 tests/client/models/test_core.py (+165 -2)

📄 Description

Part of #335


🔄 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/341 **Author:** [@masci](https://github.com/masci) **Created:** 10/28/2024 **Status:** ✅ Merged **Merged:** 10/29/2024 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/sessions` --- ### 📝 Commits (4) - [`28d89aa`](https://github.com/run-llama/llama_deploy/commit/28d89aae102af7091956e9ab423204a0c84d13f6) feat: add sessions collections management - [`d891441`](https://github.com/run-llama/llama_deploy/commit/d8914417d4d3eaacde4e96cfbb6bb90936846340) prepare e2e test - [`cc91988`](https://github.com/run-llama/llama_deploy/commit/cc919887ea2f327d913c022c32a973f17873114c) adjust e2e tests and fix sync/async calls - [`45e60de`](https://github.com/run-llama/llama_deploy/commit/45e60de055614b8b7f13d4d4755190b1a0871138) finish unit tests ### 📊 Changes **6 files changed** (+315 additions, -94 deletions) <details> <summary>View changed files</summary> ➖ `e2e_tests/basic_session/launch_core.py` (+0 -14) ➖ `e2e_tests/basic_session/launch_workflow.py` (+0 -45) ➖ `e2e_tests/basic_session/run.sh` (+0 -25) 📝 `e2e_tests/basic_session/test_run_client.py` (+7 -7) 📝 `llama_deploy/client/models/core.py` (+143 -1) 📝 `tests/client/models/test_core.py` (+165 -2) </details> ### 📄 Description Part of #335 --- <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:17:12 -05:00
yindo closed this issue 2026-02-16 01:17:12 -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#405