Skip to content

Commit c093b3d

Browse files
committed
update run_all_examples
1 parent 708ea07 commit c093b3d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

pipeline_test/run_all_examples.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ CURRENT_TASK=0
2525
SKIPPED_EXAMPLES=(
2626
"examples/claude_agent_with_travel_planner/run_agent.py"
2727
"examples/dsl/classifier_mcp/run_agent.py"
28-
"examples/evaluation/llm_final_response/test_llm_final_response.py"
29-
"examples/evaluation/llm_judge_tools/test_llm_judge_tools.py"
30-
"examples/evaluation/llm_rubric_knowledge_recall/test_llm_rubric_knowledge_recall.py"
31-
"examples/evaluation/llm_rubric_response/test_llm_rubric_response.py"
32-
"examples/evaluation/pass_at_k/test_pass_at_k.py"
33-
"examples/evaluation/webui/test_book_finder.py"
3428
"examples/knowledge_with_vectorstore/run_agent.py"
3529
"examples/mem0_tools/run_agent.py"
3630
"examples/memory_service_with_mem0/run_agent.py"
@@ -41,6 +35,7 @@ SKIPPED_EXAMPLES=(
4135
"examples/session_service_with_redis/run_agent.py"
4236
"examples/session_service_with_sql/run_agent.py"
4337
"examples/skills_hub/run_agent.py"
38+
"examples/skills_with_container/run_agent.py"
4439
"examples/skills_with_cube/run_agent.py"
4540
)
4641

0 commit comments

Comments
 (0)