You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,13 +75,19 @@ Please follow the steps below:
75
75
76
76
As a prerequisite, docker and docker-compose must be installed. Docker desktop is the simplest option https://www.docker.com/products/docker-desktop/
77
77
78
-
Please execute the following:
78
+
## Run
79
79
80
80
```
81
81
docker-compose up -d && docker attach babyagi
82
82
```
83
83
84
-
**Note: Even if you exit with Ctrl+C, it will not stop unless you run ```./clean.sh``` or stop the container using Docker Desktop. Please be careful.**
84
+
## Stop
85
+
86
+
```
87
+
docker-compose stop
88
+
```
89
+
90
+
**Note: Even if you exit with Ctrl+C, it will not stop unless you run ```docker-compose stop``` or ```./clean.sh```. Please be careful.**
85
91
86
92
**Note: The agent might loop indefinitely if it cannot achieve its objective. Please be aware of the cost of Anthropic and OpenAI APIs usage.**
0 commit comments