Duibonduil commited on
Commit
012caf8
·
verified ·
1 Parent(s): ef4413f

Upload README.md

Browse files
Files changed (1) hide show
  1. examples/cmd/README.md +19 -0
examples/cmd/README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ ## Run Agent via `aworld run`
4
+
5
+
6
+ ### Directory Structure
7
+
8
+ The web application follows this directory structure:
9
+
10
+ ```
11
+ .env
12
+ agent_deploy
13
+ |--agent_x
14
+ |--__init__.py
15
+ |--agent.py
16
+ |--agent_y
17
+ |--__init__.py
18
+ |--agent.py
19
+ ```