Skip to content

Commit a5e8f8a

Browse files
committed
Add example pipeline smoke workflow
1 parent 93c3a9f commit a5e8f8a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/example.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
timeout-minutes: 45
3232
env:
3333
DISABLE_TRPC_AGENT_REPORT: true
34+
OTEL_SDK_DISABLED: true
35+
OTEL_TRACES_EXPORTER: none
36+
OTEL_METRICS_EXPORTER: none
3437
TRPC_AGENT_API_KEY: ${{ secrets.TRPC_AGENT_API_KEY }}
3538
TRPC_AGENT_BASE_URL: http://03-llm.woa.com/glm5/v1
3639
TRPC_AGENT_MODEL_NAME: glm-5.0-w4afp8

pipeline_test/run_agent_examples.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ set -euo pipefail
55
export DISABLE_TRPC_AGENT_REPORT="${DISABLE_TRPC_AGENT_REPORT:-true}"
66

77
CORE_AGENT_EXAMPLES=(
8-
"examples/quickstart/"
9-
"examples/llmagent/"
108
"examples/llmagent_with_schema/"
119
)
1210

@@ -94,7 +92,7 @@ show_usage() {
9492
echo "Usage: $0 [core|graph|multi_agent|team_agent|all]"
9593
echo ""
9694
echo "Suites:"
97-
echo " core Run quickstart and basic LlmAgent examples."
95+
echo " core Run one basic LlmAgent example that calls the configured model."
9896
echo " graph Run the minimal GraphAgent example."
9997
echo " multi_agent Run basic multi-agent orchestration examples."
10098
echo " team_agent Run basic TeamAgent examples."

0 commit comments

Comments
 (0)