From 9b2d5042032373c04fd38fa254ae5b468b01d1e0 Mon Sep 17 00:00:00 2001 From: congkechen Date: Tue, 7 Jul 2026 17:02:22 +0800 Subject: [PATCH 1/3] test internal pipeline trigger --- pipeline_test/internal_pipeline_test_trigger.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 pipeline_test/internal_pipeline_test_trigger.txt diff --git a/pipeline_test/internal_pipeline_test_trigger.txt b/pipeline_test/internal_pipeline_test_trigger.txt new file mode 100644 index 0000000..437e5a7 --- /dev/null +++ b/pipeline_test/internal_pipeline_test_trigger.txt @@ -0,0 +1 @@ +trigger internal pipeline test From 7f6b7b00f0235decf0fb923550d58c4d6f3f6fd3 Mon Sep 17 00:00:00 2001 From: CongkeChen Date: Tue, 7 Jul 2026 17:41:12 +0800 Subject: [PATCH 2/3] Update internal_pipeline_test_trigger.txt --- pipeline_test/internal_pipeline_test_trigger.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline_test/internal_pipeline_test_trigger.txt b/pipeline_test/internal_pipeline_test_trigger.txt index 437e5a7..8b13789 100644 --- a/pipeline_test/internal_pipeline_test_trigger.txt +++ b/pipeline_test/internal_pipeline_test_trigger.txt @@ -1 +1 @@ -trigger internal pipeline test + From 0521faaa54e93576d73cd8fe3e23f32b0ce85eb8 Mon Sep 17 00:00:00 2001 From: congkechen Date: Wed, 8 Jul 2026 10:59:22 +0800 Subject: [PATCH 3/3] fix internal pipeline example scripts --- .../internal_pipeline_test_trigger.txt | 1 - pipeline_test/run_ecosystem_examples.sh | 19 ++++++++++--------- pipeline_test/run_other_examples.sh | 3 ++- 3 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 pipeline_test/internal_pipeline_test_trigger.txt diff --git a/pipeline_test/internal_pipeline_test_trigger.txt b/pipeline_test/internal_pipeline_test_trigger.txt deleted file mode 100644 index 8b13789..0000000 --- a/pipeline_test/internal_pipeline_test_trigger.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/pipeline_test/run_ecosystem_examples.sh b/pipeline_test/run_ecosystem_examples.sh index 63711b5..8636ee3 100644 --- a/pipeline_test/run_ecosystem_examples.sh +++ b/pipeline_test/run_ecosystem_examples.sh @@ -8,7 +8,7 @@ pip3 install -r pipeline_test/requirements-ecosystem.txt # 启动A2A服务端(后台运行) echo "启动A2A服务端..." -python3 examples/trpc_a2a/trpc_main.py & +python3 examples/a2a/trpc_main.py & SERVER_PID=$! # 等待服务端启动 @@ -16,14 +16,15 @@ sleep 5 # 运行A2A客户端测试 echo "运行A2A客户端测试..." -python3 examples/trpc_a2a/raw_client.py -python3 examples/trpc_a2a/client.py - -# TeamAgent with Remote A2A Member -echo "运行 TeamAgent with Remote A2A Member..." -cd examples/team_member_agent_remote_a2a/ -python3 run_agent.py -cd - +python3 examples/a2a/test_a2a.py +# python3 examples/a2a/raw_client.py +# python3 examples/a2a/client.py + +# # TeamAgent with Remote A2A Member +# echo "运行 TeamAgent with Remote A2A Member..." +# cd examples/team_member_agent_remote_a2a/ +# python3 run_agent.py +# cd - # 停止服务端 echo "停止A2A服务端..." diff --git a/pipeline_test/run_other_examples.sh b/pipeline_test/run_other_examples.sh index c40211f..90ffab2 100644 --- a/pipeline_test/run_other_examples.sh +++ b/pipeline_test/run_other_examples.sh @@ -29,4 +29,5 @@ python3 examples/session_state/run_agent.py python3 examples/session_summarizer/run_agent.py # Tools -python3 examples/tools/mcp_tools/mcp_tools.py \ No newline at end of file +# python3 examples/tools/mcp_tools/mcp_tools.py +python3 examples/mcp_tools/run_agent.py \ No newline at end of file