[PR #358] Dev #360

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/358
Author: @adrianlyjak
Created: 2/9/2026
Status: 🔄 Open

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

155 files changed (+15301 additions, -3217 deletions)

View changed files

.changeset/bright-waves-crash.md (+5 -0)
.changeset/itchy-crabs-report.md (+5 -0)
.changeset/mighty-apricots-matter.md (+5 -0)
.changeset/modern-planets-tan.md (+5 -0)
.changeset/neat-chicken-bake.md (+5 -0)
.changeset/pre.json (+22 -0)
.changeset/soft-snails-reply.md (+5 -0)
.changeset/warm-doors-glow.md (+5 -0)
📝 .github/workflows/test.yml (+6 -4)
📝 .gitignore (+2 -0)
📝 AGENTS.md (+10 -0)
architecture-docs/control-loop.md (+79 -0)
architecture-docs/core-overview.md (+116 -0)
architecture-docs/server-architecture.md (+97 -0)
examples/dbos/.gitignore (+2 -0)
examples/dbos/_replica.py (+99 -0)
examples/dbos/docker-compose.yml (+9 -0)
examples/dbos/durable_workflow.py (+141 -0)
examples/dbos/server_quickstart.py (+98 -0)
examples/dbos/server_replicas.py (+253 -0)

...and 80 more files

📄 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/358 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 2/9/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`587f71e`](https://github.com/run-llama/workflows-py/commit/587f71e38becdb4d257e320f08e6d39e5c804453) Enter pre-release - [`6ccdebd`](https://github.com/run-llama/workflows-py/commit/6ccdebd4e78e518e63e5b62fd85f9407a8cbe136) test pre release (#346) - [`b781881`](https://github.com/run-llama/workflows-py/commit/b7818815d43fd630c83a76924667f0bc9a73259a) chore: version packages (rc) (#347) - [`b515a46`](https://github.com/run-llama/workflows-py/commit/b515a46c12db4d70cbbb2edcdfeff964b85ae1e1) Changes to facilitate pluggable server runtime (#348) - [`d2810f0`](https://github.com/run-llama/workflows-py/commit/d2810f042d8a5287261e06752abd29713de426d6) rename server packages ahead of functional changes (#353) - [`62b7a5f`](https://github.com/run-llama/workflows-py/commit/62b7a5f3b094e123349f361fbc22747e426dff9d) Add test count to dev test runner (#354) - [`563c13a`](https://github.com/run-llama/workflows-py/commit/563c13a101a98235f5fd4cb30c7cb78c6ddb8bce) Add README files for llama-agents-client and llama-agents-server packages (#355) - [`e981f73`](https://github.com/run-llama/workflows-py/commit/e981f7312a6c2571a7435e937889e55b53822676) Fix: idle detection only working for wait_for_event (#359) - [`528d562`](https://github.com/run-llama/workflows-py/commit/528d5623a38af28f6673fecf13cd2c3302136d3e) Server runtime (#342) - [`79159f0`](https://github.com/run-llama/workflows-py/commit/79159f0be02030b25858b71fca0d656b3061065d) DBOS runtime (#157) ### 📊 Changes **155 files changed** (+15301 additions, -3217 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/bright-waves-crash.md` (+5 -0) ➕ `.changeset/itchy-crabs-report.md` (+5 -0) ➕ `.changeset/mighty-apricots-matter.md` (+5 -0) ➕ `.changeset/modern-planets-tan.md` (+5 -0) ➕ `.changeset/neat-chicken-bake.md` (+5 -0) ➕ `.changeset/pre.json` (+22 -0) ➕ `.changeset/soft-snails-reply.md` (+5 -0) ➕ `.changeset/warm-doors-glow.md` (+5 -0) 📝 `.github/workflows/test.yml` (+6 -4) 📝 `.gitignore` (+2 -0) 📝 `AGENTS.md` (+10 -0) ➕ `architecture-docs/control-loop.md` (+79 -0) ➕ `architecture-docs/core-overview.md` (+116 -0) ➕ `architecture-docs/server-architecture.md` (+97 -0) ➕ `examples/dbos/.gitignore` (+2 -0) ➕ `examples/dbos/_replica.py` (+99 -0) ➕ `examples/dbos/docker-compose.yml` (+9 -0) ➕ `examples/dbos/durable_workflow.py` (+141 -0) ➕ `examples/dbos/server_quickstart.py` (+98 -0) ➕ `examples/dbos/server_replicas.py` (+253 -0) _...and 80 more files_ </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:17: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#360