Python: Added thread to AgentRunContext (#1732)

* Added thread to agent run context

* Added sample

* Update python/samples/getting_started/middleware/thread_behavior_middleware.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Small fix

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Dmytro Struk
2025-10-28 09:31:09 -07:00
committed by GitHub
Unverified
parent a816408cd4
commit adba312cd6
7 changed files with 294 additions and 3 deletions
@@ -293,7 +293,7 @@ class GAIA:
print(f"Downloading GAIA dataset to {self.data_dir}...")
from huggingface_hub import snapshot_download
local_dir = snapshot_download(
local_dir = snapshot_download( # type: ignore
repo_id="gaia-benchmark/GAIA",
repo_type="dataset",
token=token,