Ranyi Logo

然壹科技 | Cloud Agent

云原生、容器化的Gemini + Codex Agent平台

深圳市然壹科技有限公司

© 2026 Shenzhen Ranyi Technology Co., Ltd. All Rights Reserved.

RCA
{{ connectionState === 'ready' ? 'Ready' : (connectionState === 'disconnected' ? 'Off' : 'Wait') }}

Agent容器已就绪

Workspace: {{ workDir || '/workspace' }}

在下方输入文字让 RCA 做任何事情,或点击右上角 [>_终端] 直接在容器进行 CLI 操作。

{{ msg.role === 'user' ? 'You' : 'RCA Agent' }} {{ msg.time }}
{{ msg.isReasoning ? 'Agent 正在思考...' : '思考过程' }} {{ msg.reasoningCollapsed ? '展开' : '收起' }}
{{ msg.reasoning }}
{{ msg.toolCall.name }} {{ msg.toolCall.status }}
{{ msg.toolCall.command || JSON.stringify(msg.toolCall.args, null, 2) }}
{{ currentTaskStatus }} {{ thinkingSeconds }}s
BASH TERMINAL
{{ previewModal.filename }}
{{ previewModal.content }}