Spaces:
Sleeping
Sleeping
File size: 231 Bytes
012caf8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
## Run Agent via `aworld run`
### Directory Structure
The web application follows this directory structure:
```
.env
agent_deploy
|--agent_x
|--__init__.py
|--agent.py
|--agent_y
|--__init__.py
|--agent.py
``` |