chore(agents): единая структура заданий и приёмки #1
1 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
Set oShell = CreateObject("WScript.Shell")
|
||||
Set oLink = oShell.CreateShortcut(oShell.SpecialFolders("Desktop") & "\Agent Control Center.lnk")
|
||||
oLink.TargetPath = oShell.ExpandEnvironmentStrings("%LOCALAPPDATA%") & "\hermes\hermes-agent\node_modules\.bin\electron.cmd"
|
||||
oLink.Arguments = oShell.ExpandEnvironmentStrings("%USERPROFILE%") & "\acc-desktop"
|
||||
oLink.WorkingDirectory = oShell.ExpandEnvironmentStrings("%USERPROFILE%") & "\acc-desktop"
|
||||
oLink.Description = "Agent Control Center — управление ИИ-агентами"
|
||||
oLink.Save
|
||||
Loading…
Reference in a new issue