Python: Automate sample validation (#4193)

* Automate sample validation: part 1

* Automate sample validation: part 2

* Create GH workflow

* comments

* Fix mypy
This commit is contained in:
Tao Chen
2026-02-23 17:08:16 -08:00
committed by GitHub
Unverified
parent 55398e21df
commit b7efaae709
14 changed files with 1408 additions and 308 deletions
@@ -31,6 +31,9 @@ class UserMemoryProvider(BaseContextProvider):
DEFAULT_SOURCE_ID = "user_memory"
def __init__(self):
super().__init__(self.DEFAULT_SOURCE_ID)
async def before_run(
self,
*,