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:
@@ -71,6 +71,7 @@ dependencies = [
|
||||
"readability-lxml",
|
||||
"google-genai>=1.15.0",
|
||||
"datadog>=0.49.1",
|
||||
"psutil>=5.9.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
||||
Reference in New Issue
Block a user