feat(agents): support chat to agent (#403)

This commit is contained in:
Haze
2026-03-11 12:03:30 +08:00
committed by GitHub
Unverified
parent 34dcb48e27
commit 95e090ecb5
28 changed files with 887 additions and 148 deletions

View File

@@ -1,6 +1,6 @@
{
"title": "Agents",
"subtitle": "OpenClaw エージェントとチャンネルの所属を管理します",
"subtitle": "新しい Agent を追加すると、ClawX はメイン Agent のワークスペース初期ファイルと実行時認証設定をコピーします。これらの設定は対話形式で編集できます。",
"refresh": "更新",
"addAgent": "Agent を追加",
"gatewayWarning": "Gateway サービスが停止しています。Agent または Channel の変更が反映されるまで少し時間がかかる場合があります。",
@@ -48,4 +48,4 @@
"channelRemoved": "{{channel}} を削除しました",
"channelRemoveFailed": "Channel の削除に失敗しました: {{error}}"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"title": "メッセージングチャンネル",
"subtitle": "メッセージングチャンネルと接続を管理",
"subtitle": "メッセージングチャンネルと接続を管理。設定はメイン Agent のみ有効です。",
"refresh": "更新",
"addChannel": "チャンネルを追加",
"stats": {

View File

@@ -13,7 +13,21 @@
"toolbar": {
"refresh": "チャットを更新",
"showThinking": "思考を表示",
"hideThinking": "思考を非表示"
"hideThinking": "思考を非表示",
"currentAgent": "現在の会話先: {{agent}}"
},
"composer": {
"attachFiles": "ファイルを添付",
"pickAgent": "Agent を選択",
"clearTarget": "対象 Agent をクリア",
"targetChip": "@{{agent}}",
"agentPickerTitle": "次のメッセージを別の Agent に直接送信",
"gatewayDisconnectedPlaceholder": "ゲートウェイ未接続...",
"send": "送信",
"stop": "停止",
"gatewayConnected": "接続済み",
"gatewayStatus": "gateway {{state}} | port: {{port}} {{pid}}",
"retryFailedAttachments": "失敗した添付を再試行"
},
"historyBuckets": {
"today": "今日",