From 8f3d4e1ba36437a50880d54f6bd27ef082d518c8 Mon Sep 17 00:00:00 2001 From: Daniel Hashmi <151331476+DanielHashmi@users.noreply.github.com> Date: Mon, 14 Jul 2025 18:26:47 +0500 Subject: [PATCH 1/3] Update tests.yml --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index edd0d898b..5a9704af4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - bigproman pull_request: # All PRs, including stacked PRs From c9dbbd8089125410812118e7dd3bf4d9ca9578fd Mon Sep 17 00:00:00 2001 From: Daniel Hashmi <151331476+DanielHashmi@users.noreply.github.com> Date: Tue, 22 Jul 2025 14:24:29 +0500 Subject: [PATCH 2/3] Fixes two issues in the tracing documentation --- docs/tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tracing.md b/docs/tracing.md index c7776ad7b..ccf140d35 100644 --- a/docs/tracing.md +++ b/docs/tracing.md @@ -39,7 +39,7 @@ By default, the SDK traces the following: - Audio outputs (text-to-speech) are wrapped in a `speech_span()` - Related audio spans may be parented under a `speech_group_span()` -By default, the trace is named "Agent trace". You can set this name if you use `trace`, or you can can configure the name and other properties with the [`RunConfig`][agents.run.RunConfig]. +By default, the trace is named "Agent workflow". You can set this name if you use `trace`, or you can configure the name and other properties with the [`RunConfig`][agents.run.RunConfig]. In addition, you can set up [custom trace processors](#custom-tracing-processors) to push traces to other destinations (as a replacement, or secondary destination). From d6cd2cee8be475fbc24ec034116004aa63ff46df Mon Sep 17 00:00:00 2001 From: Daniel Hashmi <151331476+DanielHashmi@users.noreply.github.com> Date: Tue, 22 Jul 2025 14:28:45 +0500 Subject: [PATCH 3/3] Update tests.yml --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5a9704af4..edd0d898b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,7 +4,6 @@ on: push: branches: - main - - bigproman pull_request: # All PRs, including stacked PRs