Expand description
Generic Worker - シェルコマンドを実行する汎用 Worker
Manager からの Guidance に含まれる Action を直接実行する。 Environment が Extensions に設定されていれば、そちら経由で実行する。
Structs§
- Extension
Aware Worker - Extension を活用する Worker
- Generic
Worker - 汎用 Worker - Guidance の Action を直接実行
- Progress
Worker - 進捗を報告する Worker
Functions§
- execute_
action - Action を実行(Bash/Read/Write/Grep をサポート)
- run_
bash - シェルコマンドを実行
- run_
grep - パターン検索
- run_
read - ファイルを読み込む
- run_
write - ファイルに書き込む