[PR #54] [MERGED] feat(trace-events): add getEventOrigins #65

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/54
Author: @himself65
Created: 4/19/2025
Status: Merged
Merged: 4/20/2025
Merged by: @himself65

Base: mainHead: getEventOrigins


📝 Commits (7)

📊 Changes

5 files changed (+160 additions, -6 deletions)

View changed files

📝 packages/core/src/core/event.ts (+1 -1)
📝 packages/core/src/middleware/trace-events.ts (+36 -5)
📝 packages/core/tests/middleware/with-trace-events.spec.ts (+121 -0)
📝 packages/core/tsconfig.browser.test.json (+1 -0)
📝 packages/core/tsconfig.test.json (+1 -0)

📄 Description

Fixes: https://github.com/run-llama/llama-flow/issues/53


🔄 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-ts/pull/54 **Author:** [@himself65](https://github.com/himself65) **Created:** 4/19/2025 **Status:** ✅ Merged **Merged:** 4/20/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `main` ← **Head:** `getEventOrigins` --- ### 📝 Commits (7) - [`ad54aef`](https://github.com/run-llama/workflows-ts/commit/ad54aef8baf1f2a73ecf0f513af9d558e29f5eeb) feat(trace-events): add `getEventOrigins` - [`549b42b`](https://github.com/run-llama/workflows-ts/commit/549b42b1dc4fbf4edb5640574c09de8f38bda588) fix: context missing - [`40a1757`](https://github.com/run-llama/workflows-ts/commit/40a1757fab5e961e3847540b6080e14b37133bf8) Merge branch 'main' into getEventOrigins - [`1aac26d`](https://github.com/run-llama/workflows-ts/commit/1aac26d575259720f270421bb38b7dedfc0b921e) fix: test - [`8eaa237`](https://github.com/run-llama/workflows-ts/commit/8eaa237c0b72d2ed0417b9f15c70642516a2c529) fix: test - [`94c392b`](https://github.com/run-llama/workflows-ts/commit/94c392b2c512fea8944c38e8ec8d1c0b34d7742e) fix: test - [`fdb29ee`](https://github.com/run-llama/workflows-ts/commit/fdb29ee2f39a93a7331746ac0353f33d65ae7278) fix: groupby ### 📊 Changes **5 files changed** (+160 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/src/core/event.ts` (+1 -1) 📝 `packages/core/src/middleware/trace-events.ts` (+36 -5) 📝 `packages/core/tests/middleware/with-trace-events.spec.ts` (+121 -0) 📝 `packages/core/tsconfig.browser.test.json` (+1 -0) 📝 `packages/core/tsconfig.test.json` (+1 -0) </details> ### 📄 Description Fixes: https://github.com/run-llama/llama-flow/issues/53 --- <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 03:16:04 -05:00
yindo closed this issue 2026-02-16 03:16:04 -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-ts#65