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
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,9 +69,7 @@ Please follow the steps below:
69
69
2. Enter the BabyCommandAGI directory with ```cd```.
70
70
3. Create a file to insert environment variables with ```cp .env.example .env```.
71
71
4. Set the OpenAI key to OPENAI_API_KEY.
72
-
5. Set the name of the table where the task results are saved to the TABLE_NAME variable.
73
-
6. (Optional) Set the objective of the task management system to the OBJECTIVE variable.
74
-
7. (Optional) Set the system's first task to the INITIAL_TASK variable.
72
+
5. (Optional) Set the objective of the task management system to the OBJECTIVE variable.
75
73
76
74
# Execution (Docker)
77
75
@@ -93,18 +91,14 @@ If you fail, you can resume from where you left off by running it again.
93
91
94
92
Changing the OBJECTIVE will clear the list of future tasks and OBJECTIVE feedback.
95
93
96
-
The following are saved up to the point where they were executed:
97
-
- Tasks executed up to a certain point are saved under the ```data``` folder.
98
-
- The last current directory is under the ```pwd``` folder.
99
-
- The dump of the last environment variables is under the ```env_dump``` folder.
100
-
101
-
If you want to reset the environment, please delete the Docker container of BabyCommandAGI once and change the RESULTS_STORE_NAME in ```.env```.
102
-
(BabyCommandAGI executes various commands, so the environment may be broken)
103
-
104
94
## Feedback to AI
105
95
106
96
By entering "f", you can give user feedback to the AI. This allows you to provide feedback to the AI on information that may not be clear from the CLI, like a GUI.
107
97
98
+
## Input while AI is executing a command
99
+
100
+
Normally, you cannot respond with y or n to a command that AI is executing, but entering "c" will put you in a mode where you can respond.
101
+
108
102
# Useful commands
109
103
110
104
-```. /clean.sh```
@@ -120,6 +114,13 @@ New BabyCommandAGI data (remembered information) will be created. Because of the
120
114
The logs during execution are saved under the ```log``` folder.
121
115
The log file name is determined by the OBJECTIVE identifier and the RESULTS_STORE_NAME.
122
116
117
+
# Saved Data
118
+
119
+
The following are saved up to the point where they were executed:
120
+
- Tasks executed up to a certain point are saved under the ```data``` folder.
121
+
- The last current directory is under the ```pwd``` folder.
122
+
- The dump of the last environment variables is under the ```env_dump``` folder.
123
+
123
124
# Contributing
124
125
125
126
BabyCommandAGI is still in the early stages, determining its direction and the steps to get there. Currently, BabyCommandAGI is aiming for simplicity. To maintain this simplicity, when submitting PRs, we kindly ask you to follow the guidelines below:
0 commit comments