fix: allow slow AgentOS workspace boot

This commit is contained in:
-Puter
2026-07-28 18:14:32 +05:30
parent 1e7c893985
commit d47fa0e96a

View File

@@ -23,6 +23,9 @@ const workspace = agentOS<undefined, { token: string }>({
throw new Error("Unauthorized workspace connection");
}
},
options: {
actionTimeout: 10 * 60 * 1000,
},
permissions: codexConfig.permissions,
software: codexConfig.software,
});