Skip to content

Commit 0521faa

Browse files
committed
fix internal pipeline example scripts
1 parent 7f6b7b0 commit 0521faa

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

pipeline_test/internal_pipeline_test_trigger.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

pipeline_test/run_ecosystem_examples.sh

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,23 @@ pip3 install -r pipeline_test/requirements-ecosystem.txt
88

99
# 启动A2A服务端(后台运行)
1010
echo "启动A2A服务端..."
11-
python3 examples/trpc_a2a/trpc_main.py &
11+
python3 examples/a2a/trpc_main.py &
1212
SERVER_PID=$!
1313

1414
# 等待服务端启动
1515
sleep 5
1616

1717
# 运行A2A客户端测试
1818
echo "运行A2A客户端测试..."
19-
python3 examples/trpc_a2a/raw_client.py
20-
python3 examples/trpc_a2a/client.py
21-
22-
# TeamAgent with Remote A2A Member
23-
echo "运行 TeamAgent with Remote A2A Member..."
24-
cd examples/team_member_agent_remote_a2a/
25-
python3 run_agent.py
26-
cd -
19+
python3 examples/a2a/test_a2a.py
20+
# python3 examples/a2a/raw_client.py
21+
# python3 examples/a2a/client.py
22+
23+
# # TeamAgent with Remote A2A Member
24+
# echo "运行 TeamAgent with Remote A2A Member..."
25+
# cd examples/team_member_agent_remote_a2a/
26+
# python3 run_agent.py
27+
# cd -
2728

2829
# 停止服务端
2930
echo "停止A2A服务端..."

pipeline_test/run_other_examples.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ python3 examples/session_state/run_agent.py
2929
python3 examples/session_summarizer/run_agent.py
3030

3131
# Tools
32-
python3 examples/tools/mcp_tools/mcp_tools.py
32+
# python3 examples/tools/mcp_tools/mcp_tools.py
33+
python3 examples/mcp_tools/run_agent.py

0 commit comments

Comments
 (0)