File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9797 password : ${{ secrets.GHCR_TOKEN }}
9898
9999 - name : Run assessment
100- run : docker compose up --timestamps --no-color --exit-code-from agentbeats-client --abort-on-container-exit
100+ run : |
101+ mkdir -p output
102+ chmod 777 output
103+ docker compose up --timestamps --no-color --exit-code-from agentbeats-client --abort-on-container-exit
101104
102105 - name : Record provenance
103106 run : python record_provenance.py --compose docker-compose.yml --output output/provenance.json
Original file line number Diff line number Diff line change 11[green_agent ]
22agentbeats_id = " "
3- env = { API_KEY = " ${GITHUB_SECRET_NAME} " , LOG_LEVEL = " INFO" }
3+ env = { LOG_LEVEL = " INFO" }
44
55[[participants ]]
66agentbeats_id = " "
7- name = " network_operator "
7+ name = " k8s_operator "
88env = {}
99
1010[config ]
1111prompt_type = " zeroshot_base"
1212num_queries = 1
1313benchmark_path = " assessment_error_config.json"
14- output_dir = " output"
15- microservice_dir = " /home/ericwang/microservices-demo"
16- max_iterations = 10
14+ output_dir = " dump"
15+ microservice_dir = " /microservices-demo"
16+ max_iterations = 10
17+ regenerate_config = true
Original file line number Diff line number Diff line change 11[green_agent ]
22agentbeats_id = " "
3- env = { API_KEY = " ${GITHUB_SECRET_NAME} " , LOG_LEVEL = " INFO" }
3+ env = { LOG_LEVEL = " INFO" }
44
55[[participants ]]
66agentbeats_id = " "
7- name = " network_operator "
7+ name = " malt_operator "
88env = {}
99
1010[config ]
1111prompt_type = " zeroshot_base"
1212num_queries = 1
1313complexity_level = [" level1" , " level2" ]
14- output_dir = " output "
14+ output_dir = " dump "
1515output_file = " query_output.jsonl"
16- benchmark_path = " assessment_queries.jsonl"
16+ benchmark_path = " assessment_queries.jsonl"
17+ regenerate_query = true
Original file line number Diff line number Diff line change 11[green_agent ]
22agentbeats_id = " "
3- env = { API_KEY = " ${GITHUB_SECRET_NAME} " , LOG_LEVEL = " INFO" }
3+ env = { LOG_LEVEL = " INFO" }
44
55[[participants ]]
66agentbeats_id = " "
7- name = " network_operator "
7+ name = " routing_operator "
88env = {}
99
1010[config ]
1111prompt_type = " zeroshot_base"
1212num_queries = 1
1313benchmark_path = " assessment_error_config.json"
14- regenerate_benchmark = false
15- output_dir = " output "
14+ regenerate_benchmark = true
15+ output_dir = " dump "
1616max_iterations = 10
1717num_switches = 2
1818num_hosts_per_subnet = 1
You can’t perform that action at this time.
0 commit comments