mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:00:50 +00:00
refactor: keep gateway agent helper internal
This commit is contained in:
@@ -120,7 +120,7 @@ function createGatewayTimeoutFallbackSession(agentId?: string): {
|
||||
};
|
||||
}
|
||||
|
||||
export async function agentViaGatewayCommand(opts: AgentCliOpts, runtime: RuntimeEnv) {
|
||||
async function agentViaGatewayCommand(opts: AgentCliOpts, runtime: RuntimeEnv) {
|
||||
protectJsonStdout(opts);
|
||||
const body = (opts.message ?? "").trim();
|
||||
if (!body) {
|
||||
|
||||
Reference in New Issue
Block a user