UNPKG
@gacua/backend
Version:
latest (0.0.1-alpha.10)
0.0.1-alpha.10
0.0.1-alpha.9
0.0.1-alpha.8
GACUA Backend
@gacua/backend
/
dist
/
services
/
computer-use
/
index.js
8 lines
•
204 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** *
@license
* Copyright 2025 MuleRun * SPDX-License-Identifier: Apache-2.0 */
import
{ runComputerUseAgent }
from
'./interface.js'
;
export
{ runComputerUseAgent };
//# sourceMappingURL=index.js.map