Fixed Agent Macro Deployment Issues

This commit is contained in:
2025-06-01 13:48:36 -06:00
parent 47d13c0178
commit 4aff680b17
2 changed files with 9 additions and 10 deletions

View File

@ -376,6 +376,7 @@ switch ($choice) {
Remove-Item $agentDestinationFolder -Recurse -Force -ErrorAction SilentlyContinue
New-Item -Path $agentDestinationFolder -ItemType Directory -Force | Out-Null
Copy-Item $agentSourcePath $agentDestinationFile -Force
Copy-Item "Data\Agent\Python_API_Endpoints" $agentDestinationFolder -Recurse
}
. "$venvFolder\Scripts\Activate"
}