Skip to content

Commit e08db6d

Browse files
CongkeChenraychen911
authored andcommitted
fix pipeline example paths
1 parent 3f0d67c commit e08db6d

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

pipeline_test/run_agent_examples.sh

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,14 @@ LLM_AGENT_EXAMPLES=(
2525
"examples/graph/"
2626
"examples/graph_multi_turns/"
2727
"examples/graph_with_interrupt/"
28-
"examples/agents/human_in_the_loop/llm_agent.py"
29-
"examples/agents/history_control/max_history_messages.py"
30-
"examples/agents/history_control/timeline_filtering.py"
31-
"examples/agents/history_control/branch_filtering.py"
28+
# "examples/agents/human_in_the_loop/llm_agent.py"
29+
# "examples/agents/history_control/max_history_messages.py"
30+
# "examples/agents/history_control/timeline_filtering.py"
31+
# "examples/agents/history_control/branch_filtering.py"
32+
"examples/llmagent_with_human_in_the_loop/"
33+
"examples/llmagent_with_max_history_messages/"
34+
"examples/llmagent_with_timeline_filtering/"
35+
"examples/llmagent_with_branch_filtering/"
3236
)
3337

3438
MULTI_AGENT_EXAMPLES=(

0 commit comments

Comments
 (0)