()
| 25 | export const agentClient = new AgentClient(message); |
| 26 | |
| 27 | export const fetchScriptList = async () => { |
| 28 | return await scriptClient.getAllScripts(); |
| 29 | }; |
| 30 | |
| 31 | export const fetchScript = async (uuid: string) => { |
| 32 | return await scriptClient.info(uuid); |
no test coverage detected