Skip to main content

Module worker_impl

Module worker_impl 

Source
Expand description

Generic Worker - シェルコマンドを実行する汎用 Worker

Manager からの Guidance に含まれる Action を直接実行する。 Environment が Extensions に設定されていれば、そちら経由で実行する。

Structs§

ExtensionAwareWorker
Extension を活用する Worker
GenericWorker
汎用 Worker - Guidance の Action を直接実行
ProgressWorker
進捗を報告する Worker

Functions§

execute_action
Action を実行(Bash/Read/Write/Grep をサポート)
run_bash
シェルコマンドを実行
run_grep
パターン検索
run_read
ファイルを読み込む
run_write
ファイルに書き込む