[PR #316] [CLOSED] Type with StateStore protocol rather than concrete InMemoryStateStore #319

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/316
Author: @adrianlyjak
Created: 1/30/2026
Status: Closed

Base: adrian/tickyHead: adrian/store-interface


📄 Description

To facilitate later state stores, switch out InMemoryStateStore for StateStore protocol with same method interface.

This might cause some typing churn in clients, but is otherwise identical in behavior


🔄 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/316 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 1/30/2026 **Status:** ❌ Closed **Base:** `adrian/ticky` ← **Head:** `adrian/store-interface` --- ### 📄 Description To facilitate later state stores, switch out InMemoryStateStore for StateStore protocol with same method interface. This might cause some typing churn in clients, but is otherwise identical in behavior --- <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:13 -05:00
yindo closed this issue 2026-02-16 02:17:13 -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#319