trying out conductor

This commit is contained in:
2026-02-23 10:51:24 -05:00
parent 68e895cb8a
commit 243a0cc5ca
12 changed files with 487 additions and 5 deletions

1
setup_gemini.ps1 Normal file
View File

@@ -0,0 +1 @@
Get-Content .env | ForEach-Object { $name, $value = $_.Split('=', 2); [Environment]::SetEnvironmentVariable($name, $value, "Process") }