[PR #4] [MERGED] chore: reorg import paths, reduce exported symbols at the root #39

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/4
Author: @masci
Created: 6/11/2025
Status: Merged
Merged: 6/11/2025
Merged by: @masci

Base: mainHead: massi/reorg-paths


📝 Commits (1)

  • 4c910b8 reorg import paths, reduce exported symbols at the root

📊 Changes

10 files changed (+84 additions, -103 deletions)

View changed files

📝 src/workflows/__init__.py (+0 -33)
📝 src/workflows/checkpointer.py (+2 -1)
src/workflows/context/__init__.py (+9 -0)
📝 src/workflows/context/context.py (+12 -11)
📝 src/workflows/context/serializers.py (+0 -0)
src/workflows/context/utils.py (+57 -0)
📝 src/workflows/utils.py (+1 -53)
📝 src/workflows/workflow.py (+1 -2)
📝 tests/test_event.py (+1 -1)
📝 tests/test_workflow.py (+1 -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/workflows-py/pull/4 **Author:** [@masci](https://github.com/masci) **Created:** 6/11/2025 **Status:** ✅ Merged **Merged:** 6/11/2025 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/reorg-paths` --- ### 📝 Commits (1) - [`4c910b8`](https://github.com/run-llama/workflows-py/commit/4c910b8eaa4ceaa972f8ac2a31950bf06bbb2581) reorg import paths, reduce exported symbols at the root ### 📊 Changes **10 files changed** (+84 additions, -103 deletions) <details> <summary>View changed files</summary> 📝 `src/workflows/__init__.py` (+0 -33) 📝 `src/workflows/checkpointer.py` (+2 -1) ➕ `src/workflows/context/__init__.py` (+9 -0) 📝 `src/workflows/context/context.py` (+12 -11) 📝 `src/workflows/context/serializers.py` (+0 -0) ➕ `src/workflows/context/utils.py` (+57 -0) 📝 `src/workflows/utils.py` (+1 -53) 📝 `src/workflows/workflow.py` (+1 -2) 📝 `tests/test_event.py` (+1 -1) 📝 `tests/test_workflow.py` (+1 -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 02:16:20 -05:00
yindo closed this issue 2026-02-16 02:16:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-py#39