> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cowagent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# bash - ターミナル

> システムコマンドの実行

現在の作業ディレクトリでBashコマンドを実行し、stdoutとstderrを返します。`env_config` で設定されたAPIキーは自動的に環境変数に注入されます。

## 依存関係

追加の依存関係は不要で、デフォルトで利用可能です。

## パラメータ

| パラメータ     | 型       | 必須  | 説明        |
| --------- | ------- | --- | --------- |
| `command` | string  | はい  | 実行するコマンド  |
| `timeout` | integer | いいえ | タイムアウト（秒） |

## ユースケース

* パッケージや依存関係のインストール
* コードやテストの実行
* アプリケーションやサービスのデプロイ（Nginx設定、プロセス管理など）
* システム管理とトラブルシューティング

<Frame>
  <img src="https://cdn.link-ai.tech/doc/20260203121008.png" width="800" />
</Frame>
