Skip to content

Commit 69c1466

Browse files
committed
[add]scenario.toml
1 parent 9d61af8 commit 69c1466

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@
55
__pycache__/
66
*.pyc
77
*.log
8-
logs/
9-
scenarios/fwa/scenario.toml
8+
logs/

scenarios/fwa/scenario.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[green_agent]
2+
endpoint = "http://127.0.0.1:9009"
3+
cmd = " fwa-server --host 127.0.0.1 --port 9009"
4+
5+
[[participants]]
6+
role = "agent"
7+
endpoint = "http://127.0.0.1:9019"
8+
cmd = "python scenarios/fwa/purple_agent/test_agent.py --host 127.0.0.1 --port 9019"
9+
10+
[config]
11+
target = "custom"
12+
token=""

0 commit comments

Comments
 (0)