feat: add memory tracking to core (#6179)

* add memory tracking to core

* move to asyncio from threading.Thread

* remove threading.thread all the way

* delay decorator monitoring initialization until after event loop is registered

* context manager to decorator

* add psutil
This commit is contained in:
Kian Jones
2025-11-14 13:24:50 -08:00
committed by Caren Thomas
parent 3b030d1bb0
commit 848aa962b6
19 changed files with 971 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ dependencies = [
"readability-lxml",
"google-genai>=1.15.0",
"datadog>=0.49.1",
"psutil>=5.9.0",
]
[project.scripts]