Skip to content

Commit 18b69d4

Browse files
committed
Update README to the latest status
1 parent 8c181f1 commit 18b69d4

File tree

2 files changed

+24
-22
lines changed

2 files changed

+24
-22
lines changed

README-jp.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ https://x.com/saten_work/status/1791558481432232355
6969
2. ```cd```でBabyCommandAGIのディレクトリに入ってくださ
7070
3. ```cp .env.example .env``` で環境変数を入れるファイルを作ります
7171
4. OPENAI_API_KEYにOpenAIキーを設定します。
72-
5. RESULTS_STORE_NAME 変数にタスクの結果を保存するテーブルの名前を設定します。
73-
6. (オプション)OBJECTIVE変数にタスク管理システムの目的を設定します。
74-
7. (オプション)INITIAL_TASK 変数に、システムの最初のタスクを設定します。
72+
5. (オプション)OBJECTIVE変数にタスク管理システムの目的を設定します。
7573

7674
# 実行(Docker)
7775

@@ -93,18 +91,14 @@ docker-compose up -d && docker attach babyagi
9391

9492
OBJECTIVEを変更すると将来のタスク一覧とOBJECTIVEのフィードバックがクリアされます。
9593

96-
以下にそれぞれ途中まで実行された状態が保存されます。
97-
- ```data```フォルダ配下に途中まで実行されたタスクは保存されています。
98-
- ```pwd```フォルダ配下には最後のカレントディレクトリ
99-
- ```env_dump```フォルダ配下には最後の環境変数のdump
100-
101-
環境をリセットしたい場合はBabyCommandAGIのDockerのコンテナを一度削除して、```.env```のRESULTS_STORE_NAMEを変更してください。
102-
(BabyCommandAGIは様々なコマンドを実行するので環境が壊れることがあります)
103-
10494
## AIにフィードバック
10595

10696
"f"を入力した際にちゃんと目的が達成できたかユーザーのフィードバックをAIに与えられます。これでGUIのようなCLIからわからない情報もAIにフィードバックできます。
10797

98+
## AIのコマンド実行中に入力
99+
100+
通常時はAIが実行しているコマンドに対してyやnの応答はできませんが、"c"を入力すると応答できるモードになります。
101+
108102
# 便利コマンド
109103

110104
- ```./clean.sh```
@@ -120,6 +114,13 @@ BabyCommandAGIのデータ(覚えている情報)を新しくします。新し
120114
実行時のログが```log```フォルダ配下に残るようになっています。
121115
OBJECTIVEの識別子とRESULTS_STORE_NAMEによりログファイル名は決まります。
122116

117+
# 保存データ
118+
119+
以下にそれぞれ途中まで実行された状態が保存されます。
120+
- ```data```フォルダ配下に途中まで実行されたタスクは保存されています。
121+
- ```pwd```フォルダ配下には最後のカレントディレクトリ
122+
- ```env_dump```フォルダ配下には最後の環境変数のdump
123+
123124
# コントリビュート
124125

125126
BabyCommandAGI はまだ初期段階にあり、その方向性とそこに到達するためのステップを決定しているところです。現在、BabyCommandAGI が目指しているのは、「シンプル」であることです。このシンプルさを維持するために、PR を提出する際には、以下のガイドラインを遵守していただくようお願いいたします:

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ Please follow the steps below:
6969
2. Enter the BabyCommandAGI directory with ```cd```.
7070
3. Create a file to insert environment variables with ```cp .env.example .env```.
7171
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.
7573

7674
# Execution (Docker)
7775

@@ -93,18 +91,14 @@ If you fail, you can resume from where you left off by running it again.
9391

9492
Changing the OBJECTIVE will clear the list of future tasks and OBJECTIVE feedback.
9593

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-
10494
## Feedback to AI
10595

10696
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.
10797

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+
108102
# Useful commands
109103

110104
- ```. /clean.sh```
@@ -120,6 +114,13 @@ New BabyCommandAGI data (remembered information) will be created. Because of the
120114
The logs during execution are saved under the ```log``` folder.
121115
The log file name is determined by the OBJECTIVE identifier and the RESULTS_STORE_NAME.
122116

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+
123124
# Contributing
124125

125126
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

Comments
 (0)