Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENT_COMM_DATA_DIR | No | データファイルの保存ディレクトリ | ./data |
| AGENT_COMM_MAX_ROOMS | No | 最大ルーム数 | 100 |
| AGENT_COMM_LOCK_TIMEOUT | No | ファイルロックのタイムアウト時間(ミリ秒) | 5000 |
| AGENT_COMM_MAX_MESSAGES | No | ルームあたりの最大メッセージ数 | 10000 |
| AGENT_COMM_WAIT_TIMEOUT | No | wait_for_messagesの最大タイムアウト時間(ミリ秒) | 120000 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |